Showing results for Visual Studio - .NET Blog

Oct 16, 2024
Post comments count3
Post likes count8

How we build GitHub Copilot into Visual Studio

Anson Horton
Anson Horton

Find out how Visual Studio integrates GitHub Copilot, architectural detail, .NET implementation, and the importance of the indexing service for providing context-aware AI code suggestions.

.NETVisual StudioAI
Jul 23, 2024
Post comments count7
Post likes count9

Announcing .NET Conf: Focus on AI – August 20th 2024

Mehul Harry
Mehul Harry

We're thrilled to announce the upcoming .NET Conf: Focus on AI, happening on August 20th! This one-day, virtual event will be packed with insightful sessions from both the community and Microsoft teams, showcasing how you can infuse your .NET applications with powerful AI capabilities.

.NETVisual StudioAI
May 21, 2024
Post comments count32
Post likes count9

.NET Announcements and Updates from Microsoft Build 2024

.NET Team
.NET Team

Our latest updates and announcements from Microsoft Build including .NET Aspire, .NET 9 Preview 4, C# 13, Blazor, .NET MAUI, and more!

.NETASP.NETASP.NET Core
Feb 8, 2024
Post comments count19
Post likes count11

My Top 10 NEW Visual Studio Features of 2023 for .NET Developers

James Montemagno
James Montemagno

There are tons of great new feature for .NET developers to love in Visual Studio 2022, here are my top 10 that were released in 2023 that you can take advantage of right now.

.NETASP.NETASP.NET Core
Feb 5, 2024
Post comments count3
Post likes count6

Dev Tunnels: A Game Changer for Mobile Developers

James Montemagno
James Montemagno

See how Dev Tunnels can enhance your development process by securely sharing local web services across the internet and enabling you to easily connect to them from mobile apps, webhooks, and more.

.NET.NET MAUIVisual Studio
Jan 16, 2024
Post comments count14
Post likes count2

Introducing NuGetSolver: A Powerful Tool for Resolving NuGet Dependency Conflicts in Visual Studio

Erick Yondon
Erick Yondon

Managing dependencies on complex projects can be overwhelming. Developers often grapple with numerous direct and transitive dependencies across multiple projects. When different projects share dependencies with varying versions, manual conflict resolution becomes necessary, which can be tedious and error-prone, as fixing one issue may inadvertently...

NuGetVisual StudioFeature Announcement