UrbanPro

Learn .Net Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

why we are using MVC instead of ASP.Net

Asked by Last Modified  

19 Answers

Learn .Net

Follow 1
Answer

Please enter your answer

Passionate Developer

MVC is not replacement of ASP.net but it is used along with ASP.net. It is architectural pattern with no code behind, no RAD controls, no ViewState, no ASP.net page life cycle etc to reduce burden on server and improve performance of webforms.
Comments

Azure.NET, MEAN, GenAI and Devops Trainer 15 years experienced

Your question is wrong. Like Web Forms the MVC also one of the template. It is not a replacement for asp.net
Comments

C++/C# Trainer

ASP.Net is a technology and MVC is an Architectural/Design Pattern! .Period.
Comments

Expert in Education

Enables the full control over the rendered HTML. Provides clean separation of concerns(SoC). Enables Test Driven Development (TDD). Easy integration with JavaScript frameworks. Following the design of stateless nature of the web. RESTful urls that enables SEO. No ViewState and PostBack...
read more
Enables the full control over the rendered HTML. Provides clean separation of concerns(SoC). Enables Test Driven Development (TDD). Easy integration with JavaScript frameworks. Following the design of stateless nature of the web. RESTful urls that enables SEO. No ViewState and PostBack events read less
Comments

Thank you for your question Mallikarjuna....... ASP .NET is good to start but when we think about something big then it will be very lengthy and not the good option. In MVC we are creating our project in one predefined pattern which will add n number of advantages over asp.net Thank You, Team...
read more
Thank you for your question Mallikarjuna....... ASP .NET is good to start but when we think about something big then it will be very lengthy and not the good option. In MVC we are creating our project in one predefined pattern which will add n number of advantages over asp.net Thank You, Team DishaaPro www.dishaapro.com read less
1 Comments

MCA, BCA & .NET technolgoies Expert

Hey Mallikarjuna, If we see the history, we had classic ASP before ASP.NET came. At the time of classic ASP, We had only HTML to work with. there wan't any control like grid and repeater. Then MSFT gave idea of RAD which is Rapid Application Development. where we had facility to build application...
read more
Hey Mallikarjuna, If we see the history, we had classic ASP before ASP.NET came. At the time of classic ASP, We had only HTML to work with. there wan't any control like grid and repeater. Then MSFT gave idea of RAD which is Rapid Application Development. where we had facility to build application in no time with ready made controls, just need to drag and drop. people liked it a lot. but at the same time it gave us few bad features also. i.e The great "POSTBACK" , Tightly coupled forms. where your ASPX page expects .CS file and every control must have method/event in .cs... there are few more like viewstate and all. We also had control generated code in ASPX page and developer had very less control over HTML. ... page life cycle and few other stuff which was not there in classic ASP. Now with ASP.NET MVC , MSFT is going one step back. They are giving developer a greater liberty in terms of contorting the code. no view state or Post back.. SOC (Separation of Concerns)... Test driven development. Managed project structure.. It is nothing like why we are using MVC over ASP.NET. Being a developer , you have to decide which approach is more inline with your business requirement and timeline. read less
Comments

Tutor to teach computer languages

mvc means (model view controller) asp.net uses three types of the development models so its one among in it 1)web pages,webforms,mvc
Comments

16 Yrs of Experience in Teaching

For Large scale application , but not for rapid application
Comments

Tutor

to develop loosely coupled web applications which can be tested, developed & maintained separately.
Comments

Coaching

ASP.NET Web Forms uses Page controller pattern approach for rendering layout. i.e. In this approach, every page has its own controller. ASP.NET MVC uses Front Controller approach.i.e. a common controller for all pages processes the requests. In ASP.NET, to achieve stateful behavior - viewstate...
read more
ASP.NET Web Forms uses Page controller pattern approach for rendering layout. i.e. In this approach, every page has its own controller. ASP.NET MVC uses Front Controller approach.i.e. a common controller for all pages processes the requests. In ASP.NET, to achieve stateful behavior - viewstate is used.Because of this coupled behavior, automated testing is difficult. In ASP.NET MVC approach there is no concept of viewstate.ASP.NET MVC. Test driven development is simple. read less
Comments

View 17 more Answers

Related Questions

How can I benefit if I learn .Net Ajax?
-To reduce the burden on server -To avoid full web page submission to server so there is no full page reload and refresh. -Partial page updates that refresh only the parts of the Web page that have changed.
Aadarsh

Hello Sir, I have little bit knowledge of C. Can I continue study Asp.net? Please advice..

for ASP.Net you need the basic programming knoladge in C and C++ OOP Method along with HTML,CSS, and Java Script. Because in ASP.Net Code behind C# is running. C# is based on Object oritented Methodology....
Mitu
0 0
8
What is xunit framework?
A set of “Frameworks” for programming and automated execution of test-cases. The x in xUnit stands for programming language .The framework is a collection of classes, procedures and macros.Example of xUnit are Junit, Nunit etc
Pritam Kumar
Hi, how to learn dot net for job?
You should start with SQL Server 2012 then learn C# 5.0, then learn ASP.NET 4.5 and ASP.NEt MVC 5.0, jQuery and Angular JS if you like ASP.NET. If you don't like ASP.NET, then learn WPF.
Yoga
What Is Asp ?
ASP.Net is a platform that is used to develope, Web, Desktop, Mobile and other kinds of applications. It supports many languages like C, C++, C#, F#, VB.Net etc. It all runs on a Integrated Development...
Sunita

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Pro Developer Program Syllabus
What you will learn in Pro-Developer Program: i. Introduction to Web Technologies. ii. Introduction to .Net - Features of .Net, CTS, CLS, CLR and MSIL. iii. C# & .Net Basics - Data Types,...

C# (Sharp) Syllabus
C# (Sharp) Syllabus: C# (Sharp) Syllabus Lesson 01: Getting Started Lesson 02: Expressions, Types, and Variables Lesson 03: Control Statements - Selection Lesson 04: Control...

Understanding Delegate in C# .NET
C# Delegate technique Delegate is one of the fantastic tool & technique in C#.NET. Using deleagte technique the following benefits could be avaialed One can define a method without name (Anonymous...

A very brief introduction to .NET framework
.NET development has started in the year 2000 , a product of Microsoft. From the begining of .NET development till now, it has got many RAD facilities. Why .NET? developed for distributed computing...

CLR [ Common Language Runtime ] and it's properties
CLR is one of the components of the .NET framework which provides an environment to execute the .NET code or the managed code. , CLR helps in converting the MSIL/CIL code into native code and running...

Recommended Articles

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for .Net Training Classes?

The best tutors for .Net Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn .Net Training with the Best Tutors

The best Tutors for .Net Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more