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 for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube