如何开始构建 C# 和 ASP.NET Web 应用程序

发布于 2024-10-21 14:22:41 字数 87 浏览 4 评论 0原文

我计划创建一个客户关系管理(CRM)应用程序。我必须使用 C# 和 Visual Studio 2008。开始的最佳方法是什么?我可以使用哪些资源来简化此过程?

I am planning to create a Customer Relationship Management (CRM) application. I have to use C# and Visual Studio 2008. What is the best approach to get started and what resources can I use to make this process easier?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

影子的影子 2024-10-28 14:22:41

事实上,你特别问这个问题,让我觉得你可能有点不知所措。

话虽这么说,我发现引导您完成开发和 ASP.NET Web 应用程序的完整过程的最佳单一资源是 wrox 的“问题设计解决方案”系列。 ASP.NET 3.5 版本(与 VS2008 兼容)可在 http://www. amazon.com/ASP-NET-3-5-Website-Programming-Programmer/dp/0470187581。基本上,本书将引导您从头到尾完成使用 ASP.NET 3.5 构建 Web 应用程序的过程,并尝试提供该框架最常见功能的概述。他们还提供了一个示例应用程序来配合他们正在编写的代码,以便您可以了解每章信息如何融入整体情况。祝你好运。

The fact that you are asking this question in particular makes me think you are probably in over your head.

That being said, the best single resource I have found to walk you through the complete process of developing and ASP.NET web application is the "Problem Design Solution" series from wrox. The ASP.NET 3.5 version (compatible with VS2008) is available at http://www.amazon.com/ASP-NET-3-5-Website-Programming-Programmer/dp/0470187581 . Basically, the book walks you through the process of building a web application using ASP.NET 3.5 from start to finish, and attempts to provide an overview of the most common features of the framework. They also provide a sample application to accompany the code they are writing, so you can see how each chapter of information fits into the big picture. Good luck.

海夕 2024-10-28 14:22:41

微软官方教程:

如果你想使用ASP.NET Web Forms:
http://www.asp.net/web-forms/samples/tailspin-spyworks

如果你想使用 ASP.NET MVC:
http://www.asp.net/mvc/samples/mvc-music-store

Official Microsoft tutorial:

if you want to use ASP.NET Web Forms:
http://www.asp.net/web-forms/samples/tailspin-spyworks

if you want to use ASP.NET MVC:
http://www.asp.net/mvc/samples/mvc-music-store

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文