4. ASP.NET Questions Flashcards
1
Q
What’s the difference between ASP.NET and MVC?
A
ASP.NET is a web development framework that has services to build web applications. It’s a part of the .NET framework with access to its libraries.
Model-View-Controller is a design pattern. Model manages the data, controller makes calls on the model, and view displays content.