Posts by this author

Sep 22, 2020
2
0

Using GitHub Codespaces with .NET Core

We've updated our support for developing .NET Core applications in GitHub Codespaces using Visual Studio. Read about the added support we have for editors, testing, debugging, and Azure. Sign up to be invited to the preview for GitHub Codespaces and Visual Studio support!

Visual StudioASP.NET.NET Core
Sep 2, 2020
16
0

.NET CLI Templates in Visual Studio

If you are a template author for .NET Core templates and have been wanting to show up for Visual Studio users as well with little effort we have enabled a new preview feature for you! Visual Studio now has an option in preview to enable CLI-installed .NET Core templates to display as options in the New Project Dialog experience.

.NETASP.NET.NET Core
Jun 11, 2020
26
0

Introducing “Web Live Preview”

If you work on any type of app that has a user interface (UI) you probably have experienced that inner-loop development cycle of making a change, compile and run the app, see the change wasn’t what you wanted, stop debugging, then re-run the cycle again. Depending on the frameworks or technology you use, there are options to improve this experience...

ASP.NETVisual Studio