News

New for Visual Studio for Mac: ASP.NET Core Tutorials, Better Unity Development

With Visual Studio for Mac 8.3 recently released, Microsoft has announced new learning resources for building ASP.NET Core apps and an improved development experience for game-making Unity coders.

That Unity experience is improved by a new editor in the IDE, which because of poor performance and resounding negative developer feedback was replaced with code based on Visual Studio for Windows internals.

"Visual Studio Tools for Unity continues that theme by sharing the debugger experience for Unity projects between the two IDEs," Microsoft said in a recent post. "This means if you’re working on a Mac, you’ll get an improved experience from the enhancements we made on Windows over previous years."

VS for Mac now provides better Unity debugging and both IDEs now feature Unity-specific diagnostics, among other improvements.

Microsoft also announced new learning resources for building ASP.NET Core apps using VS for Mac, touting the IDE's support for the latest C# 8 IntelliSense and code refactoring capabilities in C#, HTML, JS, CSS and Razor files, NuGet package management, source control, debugging and publishing features.

Those resources include:

  • Getting started with ASP.NET Core in Visual Studio for Mac: "This tutorial will first walk you through installing Visual Studio for Mac with a one-click setting that will include all tools required for .NET Core and ASP.NET Core development before showing you how to create your first “Hello world!” ASP.NET Core website."
  • ASP.NET Core Beginners Workshop: "In this step-by-step ASP.NET Core Beginners workshop, you will learn the basics of building a simple ASP.NET Core web app that uses Razor pages. This tutorial consists of the following four modules and includes creating the project, adding an Entity Framework model, working with a database and much more."
  • eShopOnWeb tutorial: " eShopOnWeb is a sample application demonstrating a layered application architecture with a monolithic deployment model." The sample app experience is bolstered with a 130-page ebook (note: clicking on link may initiate PDF download).

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

  • Useful New-ish Features in .NET/C#

    We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and ranges, date features, and pattern matching?

  • TypeScript 5.8 Beta Speeds Program Loads, Updates

    "TypeScript 5.8 introduces a number of optimizations that can both improve the time to build up a program, and also to update a program based on a file change in either --watch mode or editor scenarios."

Subscribe on YouTube