Need sample Applications to develop my own site and application in asp.net using c#
I am developing a small and simple web application for a ho开发者_如何学Pythontel in asp.net using C#. It is a web site which gives hotels information and we can order items from that site. I want a reference source code to develop this application.
Before a year there were sample application on www.asp.net such as myWebPageStarterKit. But now there are not sample applications. From where i could get such sample applications..??
I would recommend using ASP.NET MVC 2 for new web development.
You can find proper 'real-world' sample application called NerdDinner and 185-page PDF walkthrough 'how-each-line-was-written' on Code Plex. Nerd Dinner has many nice features, like intergration with maps or OpenID.
Running app is here: http://www.nerddinner.com/
You can also check Open Source Projects and Starter Kits on www.asp.net
ASP.Net Official website still have a lot of open source Applications (eCommerce,CMS,etc ) You can check them . But in your case you need an example for Hotel management system or some thing like this.. I recommended to visit sourceforge.net and search for Hotel Management System . Also you can check sourcecodester.com, Codeproject.com .....
I hope this will be useful
精彩评论