Posts

Showing posts from October, 2021

ASP.NET CORE Interview questions

Image
  ASP. NET Core is an open-source an asp.net core training cross-platform that runs on Windows, Linux, and Mac to develop modern cloud-based applications including IoT apps, Web Apps, Mobile Backends, and more. It is the fastest web development framework from NodeJS, Java Servlet, PHP in raw performance, and Ruby on Rails.  What is the ASP.NET Core? ASP.NET Core is not an upgraded version of ASP.NET. ASP.NET Core is completely rewriting that work with the .net Core framework. It is much faster, configurable, modular, scalable, extensible, and has cross-platform support. It can work with both .NET Core and .net framework via the .NET standard framework. It is best suitable for developing cloud-based such as web applications, mobile applications, IoT applications. What are the features provided by ASP.NET Core? Following are the core features that are provided by the ASP.NET Core Built-in supports for Dependency Injection Built-in supports for the logging framework and it c...