ASP.
NET Basic Interview Questions
Q: What is [Link]?
A: [Link] is a web development framework developed by Microsoft to build dynamic web
applications and services.
Q: What is the difference between .NET Framework and .NET Core?
A: .NET Framework runs mainly on Windows, while .NET Core is cross-platform and supports
Windows, Linux, and macOS.
Q: What is CLR?
A: CLR (Common Language Runtime) is the execution engine of .NET that handles memory
management, security, and exception handling.
Q: What is MVC?
A: MVC stands for Model-View-Controller. It is a design pattern that separates application logic into
three components.
Q: What is Web API?
A: [Link] Web API is a framework used to build HTTP services that can be consumed by web
and mobile applications.