Do I need to know ASP.NET before learning ASP.NET MVC 2?

I began to read the excellent ASP.NET MVC 2 book from Manning Press. At the beginning of the book, the authors imply that ASP.NET 3.5 / 4.0 is well suited for creating ASP.NET MVC 2 concepts. I am an intermediate developer — do I have to cover ASP.NET first, or can I go through?

Thank,

Scott

+3
source share
6 answers

Knowing HTML, JavaScript, CSS, and obviously C # or VB is all you need to develop a kickass MVC developer. It also helps to learn some things about how the web server works internally when you want to make even more advanced material.

ASP.NET Webforms ? , AT ALL, MVC.

+3

, MVC, asp.net, MVC. asp.net MVC.

+2

, . , ASP.NET WebForms, , "", , ASP.NET MVC.

+1

, asp.net. asp.net MVC.

imho, asp.net, MVC . , asp.net 1.0, , asp.net MVC.

@eglasius: , . , . asp.net - ;-) - Yves M

, , asp.net . , asp.net , imho asp.net MVC http, html, css, ajax ..

asp.net, asp.net/Session, Cache, , . aspx, . , , aspx/ascx asp.net MVC.

LINQ, WCF ADO.NET, JSON, Entity Framework .. ( .NET 3.5/4.0) , ASP.NET MVC. , . -

. , , JSON, asp.net MVC, -. asp.net , ( asp.net 1.0:)). , , . , - , asp.net, , / asp.net MVC .

+1

ASP.NET WebForms? , MVC . , ASP.NET? .

ASP.NET - WebForms MVC - , , , - , .. - pices - , .

+1

The biggest advantage would be knowledge of C # or VB.NET. ASP.Net and MVC are still different in how to use them. but also have similarities. if you want to learn MVC, you do not need to learn asp.net first, because it will only confuse you. and it’s not very interesting.

What you learn or need to learn how to create a good / excellent MVC application is C #, Linq, and jQuery.

Of course, this is just my opinion.

0
source

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


All Articles