The following changes are coming in ASP.NET Core 3.0: Default executable : .NET Core will now build framework dependent executable by default. Build copies dependencies : dotnet build now copies NuGet dependencies for your application from the NuGet cache to the build output folder. .NET Core 3.0 adds support for C# 8.0 Local dotnet tools : While .NET Core 2.1 supported global tools, .NET Core 3.0 now has local tools. Local tools are similar to global tools but are associated with a particular location on disk. Run a local tool with the following command: dotnet tool run <your-tool-command-name> Source - https://blogs.msdn.microsoft.com/dotnet/2018/05/07/net-core-3-and-support-for-windows-desktop-applications/ Windows desktop : This is the biggest enhancements, now we can build Windows desktop applications using WPF and Windows Forms and It also support using modern controls and Fluent styling from the Windows UI XAML Library (WinUI). We ca...
Angular, React, JavaScript, Java, PHP, SQL, C#, Vue, NodeJs, TypeScript and Interview Questions Answers