Qus:    What is the advantages in MVC compare to asp.net?
Dec 11, 2020 15:07 2 Answers Views: 616 DIVYA

The advantages of ASP.NET MVC over ASP.NET are:



1. Enables the full control over the rendered HTML.

2. Provides clean separation of concerns.

3. Enables Test Driven Development (TDD).

4. Easy integration with JavaScript frameworks.

5. Following the design of stateless nature of the web.

6. RESTful URLs that enables SEO.

7. No ViewState and PostBack events.

Prev Next
Answers (2)
PARTH Dec 12, 2020 02:46
Answer:   The advantages of ASP.NET MVC over ASP.NET are:

1. Enables the full control over the rendered HTML.
2. Provides clean separation of concerns.
3. Enables Test Driven Development (TDD).
4. Easy integration with JavaScript frameworks.
5. Following the design of stateless nature of the web.
6. RESTful URLs that enables SEO.
7. No ViewState and PostBack events.

PADMAKEECHU Dec 12, 2020 08:22
Answer:   Separation of module for each task like UI,Buiness logic and data compare to asp.net and easy to maintain. Test module with separate of test case.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect