Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I would like to learn the best practices to employ when creating a database driven web-application. I prefer to learn from examples. What is a good sample application that I can download and run to learn this:

I am looking for:

Should be written in C# or vb.net (preferably)
Should contain a complex database design (parent child relations, etc.)
Should implement the best practices for an ASP.net website as well as for database design.
Posted
Comments
kodeLogic 4-Jun-12 7:43am    
Try google.com
Regards,
T
Jim Jos 4-Jun-12 7:46am    
You could either search in codeproject site or codeplex site there are some good projects presented there..
AmitGajjar 4-Jun-12 8:15am    
you should not directly jump on the project. better to start with ebooks/article, understand the basics and then start with small applications.

in asp.net[^] website there is a lot of samples of c# application which build on top of .net technology.
you can learn T-sql from W3Schools[^], and asp.net from asp.net[] official website with alot of video!
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900