Friday, 7 November 2014

MVC Architecture step by step

So, what’s the planing?

we are going to learn ASP.NET MVC.

  We will start with a  a simple Hello World,passing data between controllers and views , HTML helper classes , MVC models and we will also create a simple customer data entry page.

Do you think like that MVC vs Webforms vs ASP.NET vocabulary then you have wrong.

  Lot of developers think that ASP.NET is different and MVC is different. But actually they are the same. ASP.NET is a web framework of Microsoft and MVC is a visual studio code template to write code using MVC architecture style. The proper name of OLD ASP.NET is “ASP.NET webforms”. So ASP.NET webform is the old ASP.NET with behind code and MVC is the new thing. But both of them use ASP.NET framework. 

So why MVC & why is better Give Result than Webforms?

if You Familiarity with Asp.net so You Miss Your Bellow Point.

1) In MVC there No behind code!

2) No rad server controls!

3) No ViewStat!

4) No ASP,NET Page Life cycle and many more!

So in the initial stages you never trust MVC better then Webform I Know. so my friend first i Suggestion you See Bellow Video for this.

https://www.youtube.com/watch?v=Lp7nSImO5vk


 

 

 

 

 

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. How can we show - PPT in model dialog box in MVC.?

    ReplyDelete

AngularJs6 using with Asp.net Core Web API 2

AngularJs6 using with Asp.net Core Web API 2 Steps 1) Create project using with command 2) Create services 3) Create routing 4) Modif...