Difference between Asp.net and Asp.net Core
Let’s understand the .NET Core before exploring the differences between ASP.NET and ASP.NET Core. Open source framework maintained by Microsoft. It implements .NET standard specifications. .Net Framework only runs on windows. .NET Core applications can run on windows, macOS and Linux, Whereas .NET Framework is older runtime which existed in windows for many years. Let’s understand the ASP.NET Core features Can build and run ASP.NET applications on operations system like windows,mac,linux..etc. ASP.NET core unifies MVC and Web API. Can host on IIS or self host on own process. Built in dependency injection support. Easy integration with client side frameworks like angular or react or knockout. Provides environment based configuration system. Light weight and moduler HTTP request pipe line. Supports side by side app versioning. Can be downloaded as nuget package. Difference between ASP.NET and ASP.NET Core ASP...