PreviousNext

Deep-dive into .NET Core primitives, part 2: the shared framework

by bill-s, 2018-08-31T03:06:51.895Z

Shared frameworks have been an essential part of .NET Core since 1.0. ASP.NET Core shipped as a shared framework for the first time in 2.1. You may not have noticed if things are working smoothly, but there have been some bumps and ongoing discussion about its design. In this post, I will dive deep into the shared frameworks and talk about some common developer pitfalls.

Read More