0% found this document useful (0 votes)
3 views1 page

Basic Interview Questions

The document contains basic interview questions and answers about ASP.NET, a web development framework by Microsoft. It discusses key concepts such as the differences between .NET Framework and .NET Core, CLR, MVC design pattern, and ASP.NET Web API. These questions are essential for understanding the fundamentals of ASP.NET development.

Uploaded by

sabari tamil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Basic Interview Questions

The document contains basic interview questions and answers about ASP.NET, a web development framework by Microsoft. It discusses key concepts such as the differences between .NET Framework and .NET Core, CLR, MVC design pattern, and ASP.NET Web API. These questions are essential for understanding the fundamentals of ASP.NET development.

Uploaded by

sabari tamil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like