View Single Post
  #37 (permalink)  
Old 05-21-2008, 02:12 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Credits: 0
Rep Power: 11
hoser2001 is on a distinguished road
Default Re: beginners C# project

I suggest a trivial windows application such as a country club membership admin application, or a movie rental application. This way you can not only work on beginner level database development but also on an application that will offer the basics of the fundamentals of what all apps do, update, insert, delete and list.

Set up a database with customer tables, order tables, etc and an application with a few screens, or perhaps some form of tab control. All of the tools necessary to do this are free, visual studio and sql express. I'm sure you could even use visual studios built in tutorials utilizing the northwind database of sql server express.
Reply With Quote