需要示例应用程序来使用 c# 在 asp.net 中开发我自己的网站和应用程序
我正在使用 C# 在 asp.net 中为一家酒店开发一个小型且简单的 Web 应用程序。这是一个提供酒店信息的网站,我们可以从该网站订购商品。我想要一个参考源代码来开发这个应用程序。
一年前,www.asp.net 上就有示例应用程序,例如 myWebPageStarterKit。但现在还没有示例应用程序。从哪里我可以得到这样的示例应用程序..?
I am developing a small and simple web application for a hotel 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..??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 ASP.NET MVC 2 进行新的 Web 开发。
您可以在 代码丛。 Nerddinner 有许多不错的功能,例如与地图或 OpenID 的集成。
运行应用程序在这里:http://www.nerddinner.com/
您还可以检查www.asp.net 上的开源项目和入门工具包
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官方网站还有很多开源应用程序(eCommerce、CMS等)
你可以检查一下。但就您而言,您需要一个酒店管理系统的示例或类似的东西。我建议访问 sourceforge.net 并搜索 Hotel Management System 。您也可以查看 sourcecodester.com、Codeproject.com .....
我希望这会有用
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