Showing category results for Visual Studio

Feb 22, 2022
Post comments count99
Post likes count3

Early peek at C# 11 features

Kathleen Dollard

Learn about the C# 11 preview features you can try out in Visual Studio 17.1 and .NET SDK 6.0.200!

C#.NETVisual Studio
Nov 11, 2021
Post comments count12
Post likes count0

MSBuild and 64-bit Visual Studio 2022

Rainer Sigwald

Learn how the shift to 64-bit Visual Studio can impact your builds

.NETVisual Studio
Nov 8, 2021
Post comments count6
Post likes count0

Announcing NuGet 6.0 – Source Mapping, Package Vulnerabilities, Faster Solution Load, Oh My!

Jon Douglas

NuGet 6.0 - Source Mapping, Package Vulnerabilities, Faster Solution Load, Oh My! NuGet 6.0 is included in Visual Studio 2022 and .NET 6.0 out of the box. You can also download NuGet 6.0 for Windows, macOS, and Linux as a standalone executable. NuGet 6.0 is one of many releases in our .NET unification journey. Our NuGet tooling helps developers d...

NuGetVisual StudioFeature Announcement
Oct 20, 2021
Post comments count53
Post likes count0

Update on .NET Hot Reload progress and Visual Studio 2022 Highlights

Dmitry Lyalin

.NET Hot Reload progress update. This includes what's new in platform support, user experiences, supported edits and more since our May 2021 blog post. We'll also cover how far we've come with Visual Studio 2022 integration.

.NETVisual Studio
Jun 2, 2021
Post comments count1
Post likes count0

IntelliCode Package Suggestions for NuGet in Visual Studio

Christopher Gill

Building on Visual Studio’s robust IntelliCode experience for .NET, we’re excited to introduce NuGet IntelliCode Package Suggestions in Visual Studio 16.10! IntelliCode Package Suggestions use your project’s context, such as installed packages and project type, to suggest packages to enhance your workflow! IntelliCode AI-assistance has become an i...

NuGetVisual StudioFeature Announcement
Mar 2, 2021
Post comments count7
Post likes count0

IntelliSense for appsettings.json

James Newton-King

Visual Studio and Visual Studio Code now support IntelliSense for `appsettings.json`. IntelliSense allows you to quickly edit your app's configuration and get immediate feedback on available properties or typos.

ASP.NETASP.NET CoreVisual Studio
Feb 23, 2021
Post comments count14
Post likes count1

Generating HTTP API clients using Visual Studio Connected Services

Jon Galloway

We’re continuing our series on building HTTP APIs with .NET 5. In this post, the third in the series, we’ll talk about how Visual Studio Connected Services gives you a convenient way of generating .NET clients for your HTTP APIs so your .NET apps can use the APIs via the Internet.

ASP.NET.NET CoreVisual Studio
Nov 18, 2020
Post comments count12
Post likes count0

What’s new in .NET Productivity

Mika Dumont

Learn about the latest .NET Productivity features!

.NET.NET CoreC#
Nov 13, 2020
Post comments count8
Post likes count0

Getting Started With NuGet 5.8

Jon Douglas

NuGet 5.8 is one of many releases in our .NET unification journey. Our NuGet tooling helps developers discover new .NET packages to use for their .NET applications, while making package management easier during your daily development.

NuGetVisual StudioFeature Announcement
Sep 22, 2020
Post comments count2
Post likes count0

Using GitHub Codespaces with .NET Core

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