学习Web应用程序开发asp.net

问题描述:

我一直在做使用C#Windows应用程序。
但最近我们的管理层已经计划做一些项目是基于Web的。
我们认为使用asp.net使用C#的。

I have been doing windows applications using c#. But recently our management has planned to make some of the projects to be web based. We thought of using asp.net with c#.

任何人可以指导我学习的有效asp.net。

Can anybody guide me on effectively learning asp.net.

请为样本项目提供了一些有用的链接。

pls provide some useful links for sample projects.

先谢谢了。

Web窗体将是一个更快的途径,如果你使用的桌面开发(超过微软MVC)。 MVC3是我的preference但需要更长的时间来适应,如果你的不熟悉。 MVC3让你更好地控制你的code和在我看来不太臃肿。

Web Forms would be a quicker route if your used to desktop development (over microsoft MVC). MVC3 is my preference but takes a bit longer to get used to if your not familiar with it. MVC3 gives you more control over your code and in my oppinion is less bloated.

可能是值得寻找到 MVC模式一>如果你走这条路线。

May be worth looking into the MVC pattern if you go down this route.

视频负载,让你开始在这里: http://www.asp.net/web-forms

Loads of videos to get you started here: http://www.asp.net/web-forms

他们有几个可以合作,通过应用实例:
Web窗体: Contoso大学应用
MVC: MVC3入门应用

They have a couple of example applications you can work through: Web Forms: Contoso University App MVC: MVC3 Starter App