SQL Server Archive
-
SQL Server Compact Edition
Posted on February 21, 2009 | No CommentsSo, following on from the earlier post about using some sort of embedded database in a .NET application, my question on StackOverflow has been answered with the recommendation to use SQL Server Compact Edition. It’s a mad little beast, integrating into Visual Studio 2008 to... -
Storing data in a C# .Net application
Posted on February 21, 2009 | 1 CommentI 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...