News

New Visual Studio 2019 for Mac v8.4 Does ASP.NET Core Blazor Server Applications

Microsoft shipped Visual Studio 2019 for Mac version 8.4, adding support for creating ASP.NET Core Blazor Server applications, part of the company's red-hot Blazor project to enable Web development with C# instead of JavaScript.

Blazor, specifically described as a framework for building interactive client-side web UI using .NET, provides several advantages, Microsoft said in its VS for Mac 8.4 announcment post, including the ability to:

  • Write interactive web UIs using C# instead of JavaScript
  • Leverage the existing .NET ecosystem of .NET libraries
  • Share app logic across server and client
  • Benefit from .NET's performance, reliability, and security
  • Build on a common set of easy-to-use, stable, feature-rich languages, frameworks, and tools

Microsoft said the support for developing and publishing ASP.NET Core Blazor Server applications was added to the IDE based on feedback from users.

"Blazor uses open web standards and requires no additional plugins or code transpilation meaning that anything you develop using it will work in all modern web browsers on the desktop or on mobile," said Dominic Nahous, Senior Lead Program Manager, Visual Studio for Mac. "If you're interested in learning more about Blazor, check out the Blazor webpage.

"With Visual Studio 2019 for Mac 8.4, you can create new Blazor Server projects complete with the ability to build, run, and debug. When creating a New Project, you'll now find the Blazor Server App project template."

The server side of the Blazor project has advanced more quickly than the client side, which uses the experimental WebAssembly technology to enable use of C# (and other higher-level languages) in web development.

Also on the ASP.NET Core front, the new VS for Mac release adds scaffolding support that speeds up and simplifies app development by generating boilerplate code for common scenarios.

ASP.NET Core Scaffolding Support
[Click on image for larger, animated GIF view.] ASP.NET Core Scaffolding Support in Animated Action (source: Microsoft).

"Click on the New Scaffolding… entry in the Add flyout of the project context menu to access the Scaffolding feature for your ASP.NET Core projects in Visual Studio for Mac. The node on which you opened the right-click context menu will be the location where the generated files will be placed," said Nahous, who pointed to more information on scaffolding ASP.NET Core projects.

In addition to supporting .NET Core 3.1, a long-term support (LTS) release, other features of note for VS for Mac v8.4 include:

  • Refinements to the editing experience, including .razor file support: "Visual Studio for Mac now supports full colorization, completion, and IntelliSense for .razor files. We've continued to work on adding features that were suggested to us by our users. This feedback has caused us to bring back preview boxes for code changes that may occur from a code fix or analysis suggestion. Colorization has also been tweaked to be more consistent with the Windows Visual Studio 2019 experience."
  • Improvements to the IDE experience when using assistive technologies: "We know it's important to support various assistive technologies in order to ensure Visual Studio for Mac can be used by all. Ensuring the developer experience is accessible to anyone is extremely important to us and we're committed to empowering everyone to develop on the Mac. You'll find the following improvements and more available in Visual Studio for Mac 8.4:
    • Better focus order when navigating using assistive technologies
    • Higher color contrast ratios for text and icons
    • Reduction of keyboard traps hindering IDE navigation
    • More accurate VoiceOver dictation and navigation
    • Completely rewritten IDE components to make them accessible
    • Expanded VoiceOver coverage for alert text
  • Pack support for .NET Core library projects: "Interested in distributing .NET Core class libraries you've created to a broader audience? We've made it easy for developers to create a NuGet package from a .NET Core library project in Visual Studio for Mac by right-clicking a project then selecting Pack."

More information on all of the above and more is available in the release notes, and the IDE can be downloaded here.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • 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.

Subscribe on YouTube