.NET

A 1-post collection

.NET Standard Explained: How the table works

It took me a while to get my head around the new .NET Standard [https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md] which is going to affect the monikers that are going to be used in ASP.NET Core. I felt the need to simplify it as much as possible primarily to help me remember how it works :-) Portable Class Libraries > The .NET Standard can be seen as the next version of portable class libraries (PCLs). The main disadvantage of a PCL is that it...