我正在使用 C# 在 asp.net 中为一家酒店开发一个小而简单的 Web 应用程序。这是一个提供酒店信息的网站,我们可以从该网站订购商品。我想要一个参考源代码来开发这个应用程序。
一年前,www.asp.net 上有示例应用程序,例如 myWebPageStarterKit。但是现在没有示例应用程序。从哪里我可以得到这样的示例应用程序..??
我建议使用ASP.NET MVC 2进行新的 Web 开发。
您可以在Code Plex上找到名为 NerdDinner 的适当“真实世界”示例应用程序和 185 页 PDF 演练“如何编写每一行代码” 。Nerd Dinner 有许多不错的功能,例如与地图或 OpenID 的集成。
运行应用程序在这里: http: //www.nerddinner.com/
您还可以在 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