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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly