Archive for the SQLServer Category

Creating a database for the ContactManager application - Posted January 22, 2010

We will need a database to store all of our contacts in, my data schema consists of 4 tables to store Contacts, ContactDetails, ContactTypes and ContactCategories We will add a new service based database in our Visual Studio project, but you can create the database using SQL Server Management Studio, or your database tool of [...]


Creating a simple contact management application with windows forms - Posted January 21, 2010

As i am teaching VB.NET in a local management and informatics school, i will need a simple application example for use in my lecture. The application will be a win-forms variation of Stephen Walter’s asp.NET MVC Contact Manager application, as i think it is a good startup example. I will use standard ADO.NET datasets and [...]