Mark Downie

Easily navigate code delegates while debugging

Delegates are everywhere in modern code; a delegate is a type that represents references to methods with a particular parameter list and return type. Developers use delegates to pass methods as arguments to other methods. One example you may be familiar with is with event handlers.
The post Easily navigate code delegates while debugging appeared first on Visual Studio Blog.
Programming

Developing cloud-native apps with .NET Aspire and Visual Studio

We’re excited to introduce the general availability of .NET Aspire, a comprehensive stack aimed at simplifying the way .NET cloud-native apps are built and managed. .NET Aspire offers developers like you an improved, opinionated framework for constructing distributed applications, ensuring a seamless and consistent development experience.
The post Developing cloud-native apps with .NET Aspire and Visual Studio appeared first on Visual Studio Blog.
Programming

Visual Studio 2022 17.10 and GitHub Copilot: Your Coding Partner for Faster and Smarter Development

Today, as we kick off the //BUILD 2024 conference, we’re thrilled to share the general availability of Visual Studio 2022 17.10! This release features a new, single GitHub Copilot extension, marking a significant leap forward in AI-assisted development by embedding the power of advanced AI directly into strategic parts of your Integrated Development Environment (IDE). 
The post Visual Studio 2022 17.10 and GitHub Copilot: Your Coding Partner for Faster and Smarter Development appeared first on Visual Studio Blog.
Programming

Introducing Visual Studio 17.10 – Preview 2 is Here!

We hope you all enjoyed the new and updated features that came with our first preview of Visual Studio 17.10, and now we have even more to share! This release brings additional tools to help you improve your code reviews with Copilot,
The post Introducing Visual Studio 17.10 – Preview 2 is Here! appeared first on Visual Studio Blog.
Programming

Introducing Visual Studio 17.10 – Preview 1 is Here!

We’re excited to introduce the first preview of Visual Studio 17.10! This is where we get to show you what we’ve been working on and what we’re planning, and with feedback from the most active developer community on the planet, we get to deliver truly compelling products.
The post Introducing Visual Studio 17.10 – Preview 1 is Here! appeared first on Visual Studio Blog.
Programming