What’s New in ASP.NET Core MVC 2.1?

The ASP.NET Core MVC Framework is the latest evolution of Microsoft’s ASP.NET web platform, built on a completely new foundation. It represents a fundamental change to how Microsoft constructs and deploys web frameworks and is free of the legacy of earlier technologies such as Web Forms. ASP.NET Core MVC provides a “host agnostic” framework and […]

LinkGenerator in ASP.NET Core 2.2

As ASP.NET Core 2.2 is now available, I’ve been looking at some of the early features for an update to one of my Pluralsight courses. ASP.NET Core 2.2 includes a number of new features, but this is a feature I really like. LinkGenerator LinkGenerator is a new service that handles generating links. This is different […]

What's New in ASP.NET Core 3.0 - Windows Desktop Apps in ASP.NET Core 3.0

What’s New in ASP.NET Core 3.0 – Windows Desktop Apps in ASP.NET Core 3.0

Fork it! Microsoft adds .NET Core 3.0 including Windows Desktop apps Beginning of the end for Win-only .NET Framework? Build At its Build developer event underway in Seattle, Microsoft announced .NET Core 3.0, coming in 2019, with support for Windows desktop applications. .NET Core is the open source, cross-platform version of Microsoft’s .NET technology, allowing developers […]