Storing data in a C# .Net application

I need a time management program to track the time I spend writing code on my PC. After looking at several items available on the Internet I quickly came to the following conclusions

  • Some of the software is overly complex for what I want
  • Some of the software costs too much or is just plain crap
  • It’s just a simple database app, I can write those in my sleep

So, with the third point in my head, I’m going to. I need a simple database system though, all my current .NET software uses SQL Server because I’m writing multi-user stock control systems and suchlike. This is a total overkill for my own little side project, so what’s the best way to do it?

I’ve asked this question over on StackOverflow.com, so if you have any ideas either reply there or comment on this post.

About James

I'm just a person who likes writing software in their spare time. I'm not an "indie games developer" and am not trying to escape my day job and live in the happy world of games dev. I'm more like one of those people that used to write games in their spare time in the 80s. My stuff would be PD or Shareware if this were the 80s or 90s. It's good to comment on the posts in here :)