Asp.net Core Interview Questions Answers
This post is about ASP.NET Core Interview Questions, will help you to prepare for the ASP.NET Core interviews.
What is .NET Core?
Asp.NET Core is a newer version of .NET, which is cross-platform, supporting Windows, MacOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios.
What is Kestrel ?
Kestrel is a cross-platform web server built for ASP.NET Core. . It is based on asynchronous I/O library called "libuv" primarily developed for Node.js