What is .NET Standard? View Article Information Posted Date: 25. October 2018 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET vNext, ASP.NET Core Keywords: .NET Standard, .NET Standard specification, Portable Class Libraries, Interview Question Answers, ASP.NET Core MVC The .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. The motivation behind the .NET Standard is establishing greater uniformity in the .NET ecosystem. ECMA 335 continues to establish uniformity for .NET implementation behavior, but there's no similar spec for the .NET Base Class Libraries (BCL) for .NET library implementations. [Continue Reading]
What is ASP.NET Core? View Article Information Posted Date: 25. October 2018 Author: Anil Sharma Categories: ASP.NET MVC, ASP.NET vNext, ASP.NET Core Keywords: Asp.Net Core, define ASP NET Core, .NET Core framework, ASP.NET Core MVC, Interview Question Answers ASP.NET Core is a brand new cross-platform web framework built with .NET Core framework.It is not an update to existing ASP.NET framework. It is a complete rewrite of the ASP.NET framework. It was built from scratch in the effort to make a modular, scalable, super fast, configurable, cross-platform and easily extended web framework. [Continue Reading]