Showing results for visual studio - .NET Blog

Nov 25, 2020
Post comments count8
Post likes count0

Announcing Microsoft Q&A for .NET

James Montemagno
James Montemagno

Introducing the brand new Microsoft Q&A for .NET, your one stop for getting your techinical questions answered by experts from Microsoft and the .NET community.

.NET.NET CoreC#
Oct 6, 2020
Post comments count45
Post likes count0

Game Development with .NET

Abdullah Hamed
Abdullah Hamed

Did you want to develop games using .NET? Learn what .NET game engines, tools, and services are available for you when developing games.

.NET.NET CoreC#
Sep 22, 2020
Post comments count2
Post likes count0

Using GitHub Codespaces with .NET Core

Tim Heuer
Tim Heuer

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 17, 2020
Post comments count16
Post likes count0

Debug Your .NET Core Apps in WSL 2 with Visual Studio

Nathan Carlson
Nathan Carlson

The .NET Core Debugging with WSL 2 – Preview extension lets run and debug your .NET Core apps in WSL 2 from Visual Studio.

Visual StudioASP.NET.NET Core
Sep 2, 2020
Post comments count16
Post likes count0

.NET CLI Templates in Visual Studio

Tim Heuer
Tim Heuer

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
Post comments count26
Post likes count0

Introducing “Web Live Preview”

Tim Heuer
Tim Heuer

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
May 20, 2020
Post comments count4
Post likes count0

F# 5 and F# tools update

Phillip Carter
Phillip Carter

We're excited to announce some updates to F# 5 today! We shipped a lot of preview features since F# 5 preview 1, and they have all been stabilizing since that release. Today, we're happy to announce some minor additions to F# 5 and talk about some pretty cool performance work we've been doing. Here's how you get the latest release: If you...

.NET
Sep 23, 2019
Post comments count43
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0

Daniel Roth
Daniel Roth

ASP.NET Core and Blazor updates in .NET Core 3.0 Today we are thrilled to announce the release of .NET Core 3.0! .NET Core 3.0 is ready for production use, and is loaded with lots of great new features for building amazing web apps with ASP.NET Core and Blazor. Some of the big new features in this release of ASP.NET Core include: ...

ASP.NETASP.NET Core.NET Core
Aug 5, 2019
Post comments count12
Post likes count0

Improving .NET Core installation in Visual Studio and on Windows

Lee Coward
Lee Coward

Visual Studio 2019 version 16.3 and .NET Core 3.0 Preview 7 improve the installation experience of .NET Core on Windows. The goal is to reduce the number of .NET Core versions that might be on a machine. The improvements are based on customer feedback and our own experiences as well as laying the groundwork for future improvements. .NET Core SDK i...

.NET Core