Showing results for ASP.NET - Visual Studio Blog

Nov 5, 2024
0

Learn how to create a Client-Server Application in under 45 Minutes in the new Season of AI

Pablo Lopes
Pablo Lopes

What if you could create a robust, versatile client-server application in under 45 minutes? With Visual Studio and GitHub Copilot, this is not only possible but also efficient and enjoyable. This Season of AI, we show you how to use developer tools like GitHub Copilot to create apps from scratch. This season of AI occurs from October 1 through ...

.NETAzureASP.NET
Jun 25, 2024
13

Code Assessment with .NET Upgrade Assistant

McKenna Barlow
McKenna Barlow

We are thrilled to announce the latest enhancements to the .NET Upgrade Assistant. .NET Upgrade Assistant helps upgrade solutions to newer versions of .NET. Whether you’re upgrading from .NET Framework to .NET 8 or just between .NET Core versions (from .NET 6 or 7 to .NET 8 or 9), .NET Upgrade Assistant can help you understand what changes will be ...

.NETVisual StudioASP.NET
Feb 21, 2023
74
12

Visual Studio 2022 – 17.5 Released

Anthony Cangialosi
Anthony Cangialosi

We’re excited to announce that Visual Studio 17.5 is now generally available. This release is full of updates that take friction out of your daily workflows making it easier for you stay in the zone while you code. Features like all-in-one search and intent-based suggestions help you move faster, while improved build and debug speeds ensure your ID...

.NETVisual StudioDebugging and Diagnostics
Jul 16, 2021
47
3

Design your Web Forms apps with Web Live Preview in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this post we have introduced, and demonstrated, the new Web Forms Designer and Web Live Preview that is built into Visual Studio 2022 Preview 2. We are very excited to bring a new designer for Web Forms. We would love for you to try out this new designer experience and let us know how it’s working for you with your own projects and solution

Visual StudioASP.NETASP.NET Core
Dec 5, 2019
6
0

Pinnable Properties: Debug & Display Managed Objects YOUR Way

Leslie Richardson
Leslie Richardson

Want to quickly identify objects by more than just their type while debugging? You can now pin object properties to the top of your debugger displays using the new Pinnable Properties tool in Visual Studio 2019 16.4!

.NETDebugging and DiagnosticsC#
Oct 16, 2019
1
0

Debug JavaScript in Microsoft Edge from Visual Studio

Zoher Ghadyali
Zoher Ghadyali

You can now debug JavaScript running in the next version of Microsoft Edge, built with Chromium, directly from Visual Studio! In this post, we walk through creating a new ASP.NET Core Web Application using React.js and show you how to set breakpoints and debug your client-side JavaScript code running in Edge with Visual Studio.

Debugging and DiagnosticsJavaScriptASP.NET
Oct 1, 2019
0
0

Visual Studio for Mac: Top Features of the New Editor

Cody Beyer
Cody Beyer

Over the past year, the Visual Studio for Mac team updated the editors within the IDE to be faster, more fluent and more productive. We did this by building a macOS-native editor interface on top of the same editor backend as Visual Studio on Windows. In version 8.1 we introduced the new C# editor. This was followed by the new XAML editor in 8.2. A...

.NETVisual StudioC#
Jul 15, 2019
2
0

Resolve code issues in live apps running in Azure Kubernetes Services with the Snapshot Debugger

Mark Downie
Mark Downie

Snapshot Debugger is built for production so you can set Snappoints and Logpoints in code, like debugger breakpoints and tracepoints. However, when a Snappoint is hit in an AKS Linux Docker container, a snapshot is dynamically created without stopping the process. You are then able to attach to these snapshots using Visual Studio.

ASP.NETVisual Studio 2019Diagnostics
May 6, 2019
27
0

Intelligent Productivity and Collaboration, from Anywhere

Jonathan Carter
Jonathan Carter

Today we’re excited to announce the private preview of a set of developer services that enable you to work from anywhere, and on any device, complete with the most intelligent productivity and collaboration tools in the industry.

.NETVisual StudioDebugging and Diagnostics