What is Asp.Net Core and Buliding first MVC Asp.Net CORE application
ASP.NET Core is a significant redesign of ASP.NET. It is a new open-source and cross-platform framework for building modern cloud-based internet connected applications, such as web apps, IoT apps and mobile backends. Some Points to know about ASP.NET Core No longer based on Web.dll. Based on a set of granular and well factored NuGet. First time ever…