DEV Community

Discussion on: The newly announced future of .NET - unifying all the things

 
bojana_dev profile image
Bojana Dejanović

I am sorry to quote so many articles, but this one from Scott Hunter is interesting:

After .NET Core 3.0 we will not port any more features from .NET Framework. If you are a Web Forms developer and want to build a new application on .NET Core, we would recommend Blazor which provides the closest programming model. If you are a remoting or WCF developer and want to build a new application on .NET Core, we would recommend either ASP.NET Core Web APIs or gRPC (Google RPC, which provides cross platform and cross programming language contract based RPCs). If you are a Windows Workflow developer there is an open source port of Workflow to .NET Core

link

Thread Thread
 
jamesmh profile image
James Hickey

Just read that one too:

.NET Framework 4.8 will be the last major version of .NET Framework.

Thread Thread
 
bojana_dev profile image
Bojana Dejanović

Yes, everyone speculated for a long time about this, but this an official confirmation they are going to freeze development (besides bug fixes) on the .NET Framework. And with announcement of .NET 5 and WSL 2 clearly stating plans for the future :)