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