Showing results for Tag : Visual Studio for Mac

May 19, 2021
11
0

Developing on a M1 Mac with Visual Studio for Mac

Aaron LaBeau
Aaron LaBeau

In this guest blog post, Aaron LaBeau shares his experiences with developing applications using Visual Studio for Mac on an M1 Mac Mini, and passes along some top tips to get you started.

Visual Studio for MacVisual Studio 2019 for Mac
Mar 3, 2021
4
0

Visual Studio 2019 for Mac version 8.9 is now available

Jon Galloway
Jon Galloway

We're excited to announce that Visual Studio 2019 for Mac version 8.9 is available for you to download today. This release includes support for .NET 6 Preview 1, testing support for Unity applications, a preview of a new Quick Actions and Refactorings dialog, solution filter (.slnf file) support, and a new XML editor.

Visual Studio for MacVisual Studio 2019 for Mac
Jan 13, 2021
2
0

[Guest Post] Visual Studio for Mac Helps You Write Tests

benday
benday

You’re writing tests for your code, right? No? Just say ‘yes’. It’ll make this blog post go a lot easier. So anyway, I’m happy to hear that you’re writing tests for all your code. Whether you’re following the “test first” / Test-Driven Development (TDD) approach or whether you’re just writing some unit tests or integration tests, Visual Studio for ...

Visual Studio for MacVisual Studio 2019 for MacTesting
Dec 16, 2020
0
0

[Guest post] Our Head First C# Contest Got Some Truly Creative Entries

Jon Galloway
Jon Galloway

We just completed our Head First C# book contest! This blog post shows off some of the more creative solutions to the code challenge, and tells you how you can still get the first four chapters of the book for free.

Visual Studio for MacVisual Studio 2019
Nov 10, 2020
10
0

Visual Studio 2019 for Mac version 8.8 is now available

Jon Galloway
Jon Galloway

Visual Studio 2019 for Mac version 8.8 is available today! We’ve added support for developing applications with .NET 5 and debugging Blazor WebAssembly applications and included several improvements for Xamarin developers, including Xamarin.Forms 5.0 Preview support.

Visual Studio for MacVisual Studio 2019 for Mac
Aug 5, 2020
3
0

Visual Studio 2019 for Mac version 8.7 is now available

Jon Galloway
Jon Galloway

Visual Studio 2019 for Mac version 8.7 is available today and includes support for gRPC / OpenAPI client generation and improved unit testing integration. Additionally, it includes several improvements for Xamarin developers, including Xamarin.Forms 4.8 Support. This release also includes initial support for macOS Big Sur, with the exception of Xam...

Visual Studio for MacVisual Studio 2019 for Mac
May 19, 2020
5
0

Visual Studio 2019 for Mac version 8.6 is now available

Dominic Nahous
Dominic Nahous

Visual Studio 2019 for Mac version 8.6 is available today and includes an integrated terminal, support for Blazor WebAssembly, updated identity libraries, and support for building and running gRPC projects. Are you ready for the latest version of Visual Studio 2019 for Mac? If so, version 8.6 is available for you to download today! With this...

Visual Studio for Mac.NET CoreVisual Studio 2019 for Mac
May 13, 2020
6
0

Building a Progressive Web App with Blazor

Jon Galloway
Jon Galloway

A Progressive Web Application (PWA) is a Single Page Application (SPA) that uses modern browser APIs and capabilities to behave like a desktop app. Blazor WebAssembly (now in preview) includes support for Progressive Web Applications. This blog post walks you through building a basic Blazor PWA application.

Visual Studio for MacVisual Studio 2019 for MacVSMac
Apr 22, 2020
2
0

Creating and Packaging a .NET Standard library

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

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