我如何开始使用ASP.net MVC?

时间:2022-03-31 20:31:59

I have experience in PHP, JSP/servelts and classic ASP, and I am trying to learn a bit about ASP.net MVC.

我有PHP,JSP / servelts和经典ASP的经验,我正在尝试学习一些关于ASP.net MVC的知识。

I figured out that www.asp.net is the website to go to get started.

我发现www.asp.net是开始使用的网站。

But I am a little confused.

但我有点困惑。

What all stuff exactly should I download to get started? What is the best IDE for this? Can I use Microsoft expression web? What all other stuff should I install? ASP.net Ajax? etc etc...

我应该下载什么东西才能开始使用?什么是最好的IDE?我可以使用Microsoft表达式网络吗?我应该安装其他所有东西? ASP.net Ajax?等等......

Should I learn asp.net before getting started with asp.net MVC or can I learn asp.net while learning asp.net MVC?

我应该在开始使用asp.net MVC之前学习asp.net,还是在学习asp.net MVC的同时学习asp.net?

4 个解决方案

#1


http://www.asp.net/mvc is the part of the site you want to stick to. You do not need to worry about ASP.NET Webforms or ASP.NET Ajax (which is only for webforms, MVC contains its own Ajax stuff, including jQuery, in the main MVC download). The MVC section of the site will give you all the getting started info you need.

http://www.asp.net/mvc是您要坚持的网站的一部分。您不必担心ASP.NET Webforms或ASP.NET Ajax(仅适用于webforms,MVC在主MVC下载中包含自己的Ajax内容,包括jQuery)。该网站的MVC部分将为您提供所需的所有入门信息。

Visual Web Developer Express 2008 is the best IDE to get started with. An easy way to install it (and the MVC stuff and requirements) is the Web Platform Installer.

Visual Web Developer Express 2008是最好的入门IDE。安装它的简单方法(以及MVC的东西和要求)是Web平台安装程序。

Once you get going, read through Scott Guthrie's MVC posts and check out Phil Haacked's blog and Steven Walther's blog.

一旦你开始,请阅读Scott Guthrie的MVC帖子,查看Phil Haacked的博客和Steven Walther的博客。

#2


I don't have much Idea about ASP.NET MVC but to be able to work with it you need .NET 3.0 or higher .NET framework (Visual Studio 2008). http://www.microsoft.com/downloads/details.aspx?FamilyID=f4e4ee26-4bc5-41ed-80c9-261336b2a5b6&displaylang=en#Requirements

我对ASP.NET MVC没有多少想法,但是为了能够使用它,您需要.NET 3.0或更高版本的.NET框架(Visual Studio 2008)。 http://www.microsoft.com/downloads/details.aspx?FamilyID=f4e4ee26-4bc5-41ed-80c9-261336b2a5b6&displaylang=en#Requirements

"Should I learn asp.net before getting started with asp.net MVC or can I learn asp.net while learning asp.net MVC?" - I think you should have some basic knowledge of ASP.NET before working on MVC patterns.

“我应该在开始使用asp.net MVC之前学习asp.net,还是在学习asp.net MVC的同时学习asp.net?” - 在开始使用MVC模式之前,我认为你应该掌握一些ASP.NET的基本知识。

ASP.NET MVC Usefull Links:

ASP.NET MVC有用的链接:

http://asp.net/mvc

http://www.asp.net/learn/mvc/

#3


You need a version of the Visual Studio 2008 IDE, .NET Framework 3.5 and the ASP.NET MVC Release Candidate.

您需要一个版本的Visual Studio 2008 IDE,.NET Framework 3.5和ASP.NET MVC Release Candidate。

#4


There a buttload of screencasts. Scott Hanselman did some great ones, and Stephen Walther has a whole blog for getting started on the framework.

有一连串的截屏视频。 Scott Hanselman做了一些很棒的事情,而Stephen Walther有一个完整的博客来开始这个框架。

ASP.NET MVC is extremely flexible. You can use whatever Javascript library you choose. jQuery is a great choice, and comes bundled with new projects now.

ASP.NET MVC非常灵活。您可以使用您选择的任何Javascript库。 jQuery是一个很好的选择,现在捆绑了新项目。

There are some concepts that carry over into ASP.NET MVC, (binding, user controls) but you should be able to pick them up independently. I think ASP.NET MVC should be a lot easier for you to simply "jump into" compared to Web Forms.

有一些概念可以延续到ASP.NET MVC中(绑定,用户控件),但是你应该能够独立地选择它们。我认为与Web Forms相比,ASP.NET MVC应该更容易“跳入”。

#1


http://www.asp.net/mvc is the part of the site you want to stick to. You do not need to worry about ASP.NET Webforms or ASP.NET Ajax (which is only for webforms, MVC contains its own Ajax stuff, including jQuery, in the main MVC download). The MVC section of the site will give you all the getting started info you need.

http://www.asp.net/mvc是您要坚持的网站的一部分。您不必担心ASP.NET Webforms或ASP.NET Ajax(仅适用于webforms,MVC在主MVC下载中包含自己的Ajax内容,包括jQuery)。该网站的MVC部分将为您提供所需的所有入门信息。

Visual Web Developer Express 2008 is the best IDE to get started with. An easy way to install it (and the MVC stuff and requirements) is the Web Platform Installer.

Visual Web Developer Express 2008是最好的入门IDE。安装它的简单方法(以及MVC的东西和要求)是Web平台安装程序。

Once you get going, read through Scott Guthrie's MVC posts and check out Phil Haacked's blog and Steven Walther's blog.

一旦你开始,请阅读Scott Guthrie的MVC帖子,查看Phil Haacked的博客和Steven Walther的博客。

#2


I don't have much Idea about ASP.NET MVC but to be able to work with it you need .NET 3.0 or higher .NET framework (Visual Studio 2008). http://www.microsoft.com/downloads/details.aspx?FamilyID=f4e4ee26-4bc5-41ed-80c9-261336b2a5b6&displaylang=en#Requirements

我对ASP.NET MVC没有多少想法,但是为了能够使用它,您需要.NET 3.0或更高版本的.NET框架(Visual Studio 2008)。 http://www.microsoft.com/downloads/details.aspx?FamilyID=f4e4ee26-4bc5-41ed-80c9-261336b2a5b6&displaylang=en#Requirements

"Should I learn asp.net before getting started with asp.net MVC or can I learn asp.net while learning asp.net MVC?" - I think you should have some basic knowledge of ASP.NET before working on MVC patterns.

“我应该在开始使用asp.net MVC之前学习asp.net,还是在学习asp.net MVC的同时学习asp.net?” - 在开始使用MVC模式之前,我认为你应该掌握一些ASP.NET的基本知识。

ASP.NET MVC Usefull Links:

ASP.NET MVC有用的链接:

http://asp.net/mvc

http://www.asp.net/learn/mvc/

#3


You need a version of the Visual Studio 2008 IDE, .NET Framework 3.5 and the ASP.NET MVC Release Candidate.

您需要一个版本的Visual Studio 2008 IDE,.NET Framework 3.5和ASP.NET MVC Release Candidate。

#4


There a buttload of screencasts. Scott Hanselman did some great ones, and Stephen Walther has a whole blog for getting started on the framework.

有一连串的截屏视频。 Scott Hanselman做了一些很棒的事情,而Stephen Walther有一个完整的博客来开始这个框架。

ASP.NET MVC is extremely flexible. You can use whatever Javascript library you choose. jQuery is a great choice, and comes bundled with new projects now.

ASP.NET MVC非常灵活。您可以使用您选择的任何Javascript库。 jQuery是一个很好的选择,现在捆绑了新项目。

There are some concepts that carry over into ASP.NET MVC, (binding, user controls) but you should be able to pick them up independently. I think ASP.NET MVC should be a lot easier for you to simply "jump into" compared to Web Forms.

有一些概念可以延续到ASP.NET MVC中(绑定,用户控件),但是你应该能够独立地选择它们。我认为与Web Forms相比,ASP.NET MVC应该更容易“跳入”。