Looking for a simple ASP.Net web site sample [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI am using VSTS 2008 + C# + .Net 3.5 + ADO.Net + ASP.Net + SQL Server 2008 Enterprise + IIS 7.0. I want to save my time to write an simple ASP.Net web site. And want to see if I can find an available one h开发者_运维知识库ere. :-)
What I need is very simple, (1) basic UI (2) could edit/update/delete data from database (any kinds of data is fine, like order information, customer information, people information, etc.). I need a simple sample with source codes and do not need a heavy/complex one, my purpose is just to test my web site deployment script using some web sites not developed by myself.
There are some projects you could use:
http://www.asp.net/community/projects/
Here you have some MVC apps:
http://www.asp.net/mvc/learn/
Take a look at the starter kits on www.asp.net:
http://www.asp.net/community/projects/
Take a look at Blogengine.net
if you are looking for .net 3.5 then NerdDinner it is. It will also introduce you to asp.net mvc
精彩评论