News

Visual Studio 2019 16.3, Your New Tool for .NET Core 3.0

Alongside the big .NET Core 3.0 release, Microsoft announced the general availability of Visual Studio 2019 16.3, which VS developers need to work with the new cross-platform, open source offering.

Highlights of the release include desktop application development support, Blazor updates and support for the newly released C# 8.0. Blazor is the red-hot ASP.NET Core project that uses WebAssembly to allow .NET-centric developers to do browser development projects -- such as interactive Web UIs -- in C#, instead of relying upon the traditional, nearly ubiquitous JavaScript.

"Together with .NET Core 3.0, C# 8.0 is out today!" Microsoft's Scott Hanselman was quoted as saying in a Sept. 23 announcement post. "It's also open source and is the language that many of you will use to make your applications. Visual Studio 16.3 supports both C# 8.0 and .NET Core 3.0, and provides tooling support for all new .NET Core 3.0 features. This includes support for building desktop applications with Windows Forms and WPF, client-side Web applications with Blazor and back-end microservices using gRPC."

Here's a rundown of the new features highlighted in the post:

  • .NET Core Desktop Application Support: With the help of a new XAML designer for Windows Presentation Foundation (WPF) apps, developers can create those apps and Windows Forms apps, though a WinForms XAML designer is in preview.
    The New WPF XAML Designer
    [Click on image for larger view.] The New WPF XAML Designer (source: Microsoft).

  • .NET Applications in Containers: A new menu command, Add > Docker Support, does just that on C# projects developed on Linux platforms that leverage Azure Functions (v2). It will add a Dockerfile to such projects and provide a "Docker" debug target for an Azure Functions app for in-container debugging.

  • .NET Productivity: Dozens of refactoring advancements and new features help developers work with .NET Core 3.0 and C# 8.0. These include:
    • Developers can wrap chains of fluent calls with a refactoring.
    • Developers can rename a file when renaming an interface, enum or class.

  • C++:
    • The C++ Standard Library (STL) sports new preview features available with the /std:c++latest switch, such as C++ Concepts, which are described as "predicates that can be used to express a generic algorithm's expectations on its template arguments."
    • Developers can use new keyboard shortcuts to toggle line comments to separate out code that shouldn't be compiled.
    • The IntelliSense completion list sees the addition of a filter to consider type qualifiers.
    • Code is easier to understand and visualize with new a new default semantic colorization scheme.
    • IntelliCode, an artificial intelligence-powered update to IntelliSense, is active by default.
    • The Call Stack window can be more easily configured to hide or show template arguments for improved readability.
    • Developers creating CMake project can now install missing third-party library dependencies using Vcpkg, a cross-platform C++ library manager. Also, the CMake Settings Editor is improved.

  • Python: Developers using this popular programming language now have a new testing experience, with new support for the pytest framework and improved support for the unittest framework.

All of the above and much more is presented in more detail in the release notes.

Going forward, Microsoft also unveiled the first preview of Visual Studio 16.4.

"If you are a developer wanting to try the cutting-edge tools in .NET, check out the features in Visual Studio 2019 version 16.4 Preview 1," said Jaqueline Widdis, program manager for the Release Team. "It includes new .NET Core 3.0 app publishing options: Ready to Run (Crossgen), Linking, and SingleExe (make tiny .NET Core 3.0 apps) as well as new templates."

More can be found in the release notes for that Preview 1 offering, which can be found on this page.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube