How to get started with ASP.net MVC?

I have experience with PHP, JSP / servlets and classic ASP, and I'm trying to learn a little about ASP.net MVC.

I realized that www.asp.net is a website to get started.

But I'm a little confused.

What do I need to download to get started? What is the best IDE for? Can I use the Microsoft web environment? What do I need to do for others? ASP.net Ajax? etc. etc.

Do I have to learn asp.net before I get started with asp.net MVC, or can I learn asp.net while learning asp.net MVC?

+3
source share
4 answers

http://www.asp.net/mvc , . ASP.NET Webforms ASP.NET Ajax ( -, MVC Ajax, jQuery, MVC). MVC .

Visual Web Developer Express 2008 - IDE . ( MVC) - -.

, MVC .

+8

ASP.NET MVC, .NET 3.0 .NET framework (Visual Studio 2008). http://www.microsoft.com/downloads/details.aspx?FamilyID=f4e4ee26-4bc5-41ed-80c9-261336b2a5b6&displaylang=en#Requirements

" asp.net, asp.net MVC, asp.net asp.net MVC?" - , ASP.NET, MVC.

ASP.NET MVC:

http://asp.net/mvc

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

+1

Visual Studio 2008 IDE,.NET Framework 3.5 ASP.NET MVC.

0

. , , .

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

There are some concepts that are ported to ASP.NET MVC, (binding, user controls), but you should be able to choose them yourself. I find that ASP.NET MVC is a lot easier for you to just β€œjump” compared to web forms.

0
source

Source: https://habr.com/ru/post/1702859/


All Articles