SQL Server Archive

  • SQL Server Compact Edition

    SQL Server Compact Edition

    So, 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...

    Full Story

  • Storing data in a C# .Net application

    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...

    Full Story