This document discusses some general principles in developing database applications using
C#, .NET, and Microsoft SQL Server. We’ll develop a command line database application to manage contacts. General ideas apply to the GUI oriented version—in fact, that’s the homework: To create a GUI version of this thing.
For this whole scheme to work, you need a few tools. These include:
• .NET Framework SDK
• Microsoft SQL Server
Read the rest of this entry »