Posts by this author

Apr 22, 2020
Post comments count2
Post likes count0

Creating and Packaging a .NET Standard library

In this post we will cover how you can create a .NET Standard library and then share that with other developers via NuGet. We will be demonstrating this with Visual Studio for Mac, but you can also follow along with Visual Studio, or Visual Studio Code when using the dotnet CLI. If you are on macOS, and haven’t already download Visual Studio for Ma...

Visual Studio for MacVisual Studio 2019 for Mac
Feb 12, 2020
Post comments count1
Post likes count0

Creating .NET Core global tools on macOS

One of the really cool aspects about .NET Core is the support for global tools. You can use global tools to simplify common tasks during your development workflow. For example, you can create tools to minify image assets, simplify working with source control, or perform any other task that you can automate with the command line. After developing yo...

Visual Studio for MacVisual Studio 2019 for Mac
Jan 22, 2020
Post comments count1
Post likes count0

Getting Started with Blazor Server Apps in Visual Studio for Mac

In Visual Studio 2019 for Mac v8.4 one of the big things that we added support for is developing Blazor Server Applications. In this post I’ll show you how you can get started building new Blazor Server applications with Visual Studio for Mac. Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reus...

Visual Studio for MacVisual Studio 2019 for MacVSMac
Nov 4, 2019
Post comments count0
Post likes count0

Visual Studio 2019 for Mac version 8.4 Preview 2, now available

Today we released the latest preview, Preview 2, of Visual Studio 2019 for Mac version 8.4. This preview comes with several exciting new features which we would love for you to try out. To get the preview: Updates in this preview The focus of this preview is around accessibility improvements and .NET Core and ASP.NET Core. Let’s dive ...

Visual Studio for MacVisual Studio 2019 for Mac
Oct 28, 2019
Post comments count0
Post likes count0

New learning resources for building ASP.NET Core apps using Visual Studio for Mac

Interested in learning about ASP.NET Core on your Mac? We just launched new Visual Studio for Mac learning resources that will help you get started building ASP.NET Core apps, the right way. We have step by step tutorials, ebooks and videos to guide you through your learning journey. We hope you enjoy the experience!

Visual Studio for Mac.NET CoreASP.NET Core
Jul 24, 2019
Post comments count0
Post likes count0

Visual Studio 2019 for Mac version 8.2 is now available (and a Preview for 8.3)

Today we are announcing the release of Visual Studio 2019 for Mac version 8.2, as well as Preview 1 of version 8.3. We have a lot of new features and updates in both releases that we’d like to share with you! Some of these include the new C#, XAML and AXML editors, support for .NET Core 3.0 Preview and launchsettings.json and many more.

Visual Studio for MacVisual Studio 2019 for Mac