Showing results for Web - Visual Studio Blog

Aug 29, 2023
0
3

Learn about new and old VS tools on Visual Studio Toolbox!

Leslie Richardson
Leslie Richardson

Do you like watching videos to learn about new and existing Visual Studio features?  Then you should check out the Visual Studio Toolbox show!  Available on both Learn and YouTube, Visual Studio Toolbox is a show that helps you become a more productive developer in VS by highlighting tooling within the IDE and the wider Visual Studio family.  ...

.NETVisual StudioVisual Studio 2022
Aug 28, 2023
10
14

Working with images just got easier in Visual Studio

Mads Kristensen
Mads Kristensen

Any web, desktop, or mobile developer works with images often. You reference them from C#, HTML, XAML, CSS, C++, TypeScript, and even in code comments. Some images are local, and some exist online or on network shares, while others only exist as base64 encoded strings. We refer to them in numerous ways in code, but always as string values that don...

PreviewExperiment
Jun 6, 2023
51
33

Announcing C# Dev Kit for Visual Studio Code

Tim Heuer
Tim Heuer

We are thrilled to announce the preview release of C# Dev Kit, a new Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows. The C# Dev Kit is designed to enhance your C# productivity when you’re working in VS Code. It works together with the C# extension, which has been updated...

May 30, 2023
1
10

Create a Microsoft Power App for your ASP.NET Core Web API

Julia Kasper
Julia Kasper

Boost your developer journey by easily creating front ends for your web APIs. Low-code tooling is becoming increasingly popular among developers because it allows them to create applications faster and with less code. In Visual Studio 2022 17.6 preview 2, you can now connect to the Microsoft Power Platform via connected services and create custom ...

May 1, 2023
42
18

Web API development in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2022 one of the main scenarios for web developers is creating Web APIs with ASP.NET Core. In the latest preview of Visual Studio 2022, 17.6, we have added a number of updates to be more efficient when developing APIs. In this post we will go over a sample scenario of developing a new API from scratch and point out the new features ...

ASP.NET CoreWeb API
Apr 27, 2023
22
8

Exploring JavaScript and TypeScript Development in Visual Studio

Jiayan Chen
Jiayan Chen

Over the last 12 months, we made many improvements to the JavaScript and TypeScript developer experience in Visual Studio so that you can run both your front-end and back-end together within one click in one place. You might have seen the updates but in this blog post we will detail the new and improved features now available when working with ...

Visual StudioJavaScriptTypeScript
Apr 21, 2023
6
6

Improving the Syntax Highlighting of JavaScript in Visual Studio

Armando Aguirre
Armando Aguirre

Syntax highlighting, aka colorization, is one of Visual Studio's essential features; it uses colors and styles to help guide our brains when reading code. Following this Developer Community suggestion, we decided to work on improving the JavaScript and TypeScript experience! Starting from 17.6 we improved existing colorization and expanded it to...

Visual StudioJavaScriptNode.js
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 ...

.NETVisual StudioDebugging and Diagnostics
Dec 13, 2022
27
1

Try out Visual Studio 2022 version 17.5 Preview 2

Anthony Cangialosi
Anthony Cangialosi

I’m excited to share today we released Visual Studio 2022 17.5 Preview 2! Your feedback goes directly to the product team working to deliver you the best developer IDE. We welcome your feedback on Developer Community where we are always eager to hear your suggestions for new or existing features and learn about any bugs or issues via report a ...

Dec 1, 2022
3
5

Building a new JavaScript linting experience in Visual Studio

Maria Solano
Maria Solano

Available today in the 17.4 public release, Visual Studio has revamped its ESLint support! The new linting experience includes:  But the main purpose of this post is not to list all of the cool things that the new linting service provides, but to tell you a little bit about the story behind it. I joined Microsoft at the ...

JavaScriptVisual Studio 2022TypeScript

Feedback