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

crystal reports using asp.net
Crystal Reports is the standard reporting tool for Visual Studio .NET used to display data of presentation quality. You can display multiple-level totals, charts to analyze data, and much more in Crystal...
Chandrasekhar
Are Frontend developers that know C# and ASP.Net in demand?
C# and ASP.Net are not much in demand now a days. Few projects which are in maintenance, you may get vacancies. Upgrade your skills to Angular would be a better idea.
Taj
0 0
8
I want to do Project in MVC 6 with using WebAPI, Entity Framework and LINQ.
. I am working as a senior developer and I deliver same knowledge in my classes with project.I can help you in this.
Ashish
Suggest some good .net mvc training in BTM .
hi contact us for more details.
Pawan
My name is Rajesh , working as a Recruiter from past 6 years and thought to change my career into software (development / admin/ testing ) am seeking for some suggestion which technology I need to learn ? Any job after training ? Or where I can get job within 3 months after finishing my training programme- your advices are highly appreciated
Mr rajesh if you want to enter in to software Choose SAP BW AND SAP HANA because BW and HANA rules the all other erp tools next 50 years.it provides rubust reporting tools for quicker decesion of business It very easy to learn
Rajesh
1 0
6

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

Ask a Question

Related Lessons

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...

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...

Trends in .Net Platform
.NET Framework is a software framework developed by Microsoft. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written...

.NET FRAMEWORK
.NET FRAMEWORK IS A PLATFORM/AN ENVIRONMENT FOR THE DEVELOPMENT, DEPLOYMENT, AND EXECUTION OF HIGHLY DISTRIBUTED, COMPONENT-BASED APPLICATIONS. Objectives of .NET framework To support platform...

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

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