What are the Core features of ASP.NET MVC?
Answer / Rajesh Dhapodkar
The core features of ASP.NET MVC include: 1) Separation of Concerns: The application is divided into models, views, and controllers, which helps in maintaining a clean codebase. 2) URL Routing: A flexible routing system allows you to define how URLs correspond to your application resources. 3) Testability: The separation of concerns makes the application more testable. 4) Improved Performance: By optimizing the use of bundles, caching, and other techniques, ASP.NET MVC applications can have improved performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ViewStart Page in ASP.Net MVC?
How do you box a primitive data type variable ?
Explain the advantages of dependency injection (di) in asp.net mvc?
What are the types of assemblies
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What is definingquery in entity framework? : Entity framework
what is Framework?
Which is the institute which also caters to your personal development other than subject.
What is the use of viewmodel in mvc?
what is scalar property?
What is GC (Garbage Collection) and how it works
What is different between User Control and Web Control and Custom Control?