.NET CORE Interview Questions And Answers
1. What is advantage of using.net core? Fast - It is a lightweight, high-performance web framework. Integration of Modern UI Framework - ASP.NET Core support modern, a Client-side framework like AngularJs, ReactJs and React with Redux etc. Hosting - It has the ability to host on IIS, Apache, Docker or Self Hosting. Cross Platform - ASP.NET Core web application can run on Windows, Mac, Linux development tools. Support Built-In Dependency Injection - It supports built-in Dependency Injection. Supports Modular - It support modular HTTP request. Open-Source - It is an open-source and community-focused web framework. Side-by-side app versioning - ASP.NET Core runs on .NET Core which supports the simultaneous running of multiple versions of applications. A unified story for building web UI and web APIs. 2. How was the architecture of your .Net Core application? ASP.NET Core is that the main business logic and UI logic are encap...