You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Discover recent changes in the Visual Studio documentation, including updated articles about getting started, the IDE, and deployment.
4
-
ms.date: 10/01/2024
4
+
ms.date: 11/01/2024
5
5
helpviewer_keywords:
6
6
- "Visual Studio, what's new, docs"
7
7
- "what's new [Visual Studio]"
@@ -15,6 +15,132 @@ ms.topic: conceptual
15
15
16
16
Welcome to what's new in Visual Studio docs. The following sections provide details on the previous three months of new and updated content.
17
17
18
+
## October 2024
19
+
20
+
### Azure
21
+
22
+
**Updated articles**
23
+
24
+
-[Add a connection to an Azure SQL Database](../azure/azure-sql-database-add-connected-service.md) - Connected Services security updates for 17.12
25
+
-[Adding Azure Storage by using Visual Studio Connected Services](../azure/vs-azure-tools-connected-services-storage.md) - Connected Services security updates for 17.12
26
+
-[Add Key Vault to your web application by using Visual Studio Connected Services](../azure/vs-key-vault-add-connected-service.md) - Connected Services security updates for 17.12
27
+
-[Create an Azure Cloud Services (extended support) project with Visual Studio](../azure/vs-azure-tools-azure-project-create.md) - Retire classic cloud services
-[Container Tools launch settings](../containers/container-launch-settings.md) - Launch profile settings for 17.12
46
+
-[Tutorial: Create a multi-container app with Docker Compose](../containers/tutorial-multicontainer.md) - Update the Docker Compose multicontainer tutorial for .NET 8
47
+
-[Customize Docker containers in Visual Studio](../containers/container-build.md) - Split up large article about customizing containerized app projects
48
+
-[Debug apps in a local Docker container](../containers/edit-and-refresh.md) - Split up large article about customizing containerized app projects
49
+
50
+
### Debugger
51
+
52
+
**New articles**
53
+
54
+
-[Send command-line arguments to a debugee (C++)](../debugger/specify-command-line-arguments.md)
55
+
56
+
**Updated articles**
57
+
58
+
-[Tabular visualizers in Visual Studio](../debugger/view-data-in-tabular-visualizer.md) - Update debugger article on tabular visualizer with Copilot content
59
+
-[Project settings for a C++ debug configuration](../debugger/project-settings-for-a-cpp-debug-configuration.md) - draft new command arguments topic
60
+
-[Specify symbol (.pdb) and source files in the Visual Studio debugger (C#, C++, Visual Basic, F#)](../debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger.md) - Update debug pdb documentation.
61
+
62
+
### Deployment
63
+
64
+
**New articles**
65
+
66
+
-[Manage web deployment settings](../deployment/web-deployment-settings.md)
67
+
68
+
**Updated articles**
69
+
70
+
-[Quickstart: Publish an ASP.NET web app](../deployment/quickstart-deploy-aspnet-web-app.md) - Web deployment settings - new article
71
+
72
+
### Extensibility
73
+
74
+
**New articles**
75
+
76
+
-[Choose the right Visual Studio extensibility model for you](../extensibility/visualstudio.extensibility/extensibility-models.md)
77
+
78
+
### Get started
79
+
80
+
**Updated articles**
81
+
82
+
-[Tutorial: Get started with C# and ASP.NET Core in Visual Studio](../get-started/csharp/tutorial-aspnet-core.md) - Freshness updates
-[Build and clean projects and solutions in Visual Studio](../ide/building-and-cleaning-projects-and-solutions-in-visual-studio.md) - Review and update. Add batch build.
90
+
-[/Build (devenv.exe)](../ide/reference/build-devenv-exe.md) - Add info about building setup projects
91
+
-[Title not found in: ](../ide/whats-new-visual-studio-docs.md) - What's new in Visual Studio docs - update for September
92
+
93
+
### Install
94
+
95
+
**Updated articles**
96
+
97
+
-[Configure installation default settings using a response file](../install/automated-installation-with-response-file.md) - Add specific 2019 and 2022 examples
98
+
99
+
### JavaScript
100
+
101
+
**New articles**
102
+
103
+
-[Create a React app in Visual Studio](../javascript/create-react-app.md)
104
+
105
+
**Updated articles**
106
+
107
+
-[Create a React project](../javascript/tutorial-create-react-app.md) - Add Tutorial for React, update React, Vue, Angular articles
108
+
109
+
### Modeling
110
+
111
+
**Updated articles**
112
+
113
+
-[Customize File Storage and XML Serialization](../modeling/customizing-file-storage-and-xml-serialization.md) - Added a note about DSL modeling changes regarding BinaryFormatter
114
+
115
+
### MSBuild
116
+
117
+
**Updated articles**
118
+
119
+
-[MSBuild command-line reference](../msbuild/msbuild-command-line-reference.md) - Change formatting for better localization
120
+
-[Tutorial: Use MSBuild](../msbuild/walkthrough-using-msbuild.md) - Review and update
121
+
122
+
### Profiling
123
+
124
+
**Updated articles**
125
+
126
+
-[Case study: Isolate a performance issue (C#, Visual Basic, F#)](../profiling/isolate-performance-issue.md) - Update Copilot information in the VS Profiling case studies
127
+
-[Case Study: Beginner's guide to optimizing code and reducing compute costs (C#, Visual Basic, C++, F#)](../profiling/optimize-code-using-profiling-tools.md) - Update Copilot information in the VS Profiling case studies
128
+
-[Identify hot paths with a flame graph (C#, Visual Basic, C++, F#)](../profiling/flame-graph.md) - Update Flame Graph article with additional context and information
129
+
130
+
### Windows
131
+
132
+
**Updated articles**
133
+
134
+
-[Visual Studio documentation](../windows/index.yml) - Remove low traffic and out-of-date links, add some links
135
+
136
+
## Community contributors
137
+
138
+
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
139
+
140
+
-[Michael-K-Stein](https://github.com/Michael-K-Stein) - Michael Kuperfish Steinberg 
141
+
-[NenoLoje](https://github.com/NenoLoje) - Neno Loje 
142
+
-[PhilKang0704](https://github.com/PhilKang0704) - Phil 
143
+
18
144
## September 2024
19
145
20
146
### Debugger
@@ -83,6 +209,7 @@ The following people contributed to the Visual Studio docs during this period. T
-[ErikEJ](https://github.com/ErikEJ) - Erik Ejlskov Jensen 
202
-
203
-
## July 2024
204
-
205
-
### Azure
206
-
207
-
**Updated articles**
208
-
209
-
-[Sign in with an Azure subscription](../azure/how-to-sign-in-with-azure-subscription.md) - Add sign-in details and link
210
-
211
-
### Containers
212
-
213
-
**Updated articles**
214
-
215
-
-[Visual Studio Container Tools for Docker](../containers/overview.md) - Update Add Docker Support info
216
-
217
-
### Debugger
218
-
219
-
**Updated articles**
220
-
221
-
-[Tabular visualizers in Visual Studio](../debugger/view-data-in-tabular-visualizer.md) - Update tabular visualizer article for expression editing support
222
-
-[Debug .NET Core on Linux using SSH by attaching to a process](../debugger/remote-debugging-dotnet-core-linux-with-ssh.md) - Attach to Process updates for Linux
223
-
224
-
### Deployment
225
-
226
-
**Updated articles**
227
-
228
-
-[Deploy your app to a folder, IIS, Azure, or another destination](../deployment/deploying-applications-services-and-components-resources.md) - Add Azure Container Apps and other updates
229
-
230
-
### Designers
231
-
232
-
**Updated articles**
233
-
234
-
-[Tutorial: Get started with Windows Forms Designer](../designers/walkthrough-windows-forms-designer.md) - Review and update
235
-
236
-
### Extensibility
237
-
238
-
**New articles**
239
-
240
-
-[Sign CLI Reference for VSIX Packages](../extensibility/dotnet-sign-cli-reference-vsix.md)
-[Rename a code symbol refactoring](../ide/reference/rename.md) - Update IDE steps for rename when refactoring
251
-
252
-
### Install
253
-
254
-
**Updated articles**
255
-
256
-
-[Create an offline installation package of Visual Studio for local installation](../install/create-an-offline-installation-of-visual-studio.md) - Review and update
257
-
258
-
### JavaScript
259
-
260
-
**Updated articles**
261
-
262
-
-[Debug a JavaScript or TypeScript app in Visual Studio](../javascript/debug-nodejs.md) - Attach to process updates for JavaScript and TypeScript debugging
-[ResolveAssemblyReference task](../msbuild/resolveassemblyreference-task.md) - Add troubleshooting article for resolving assembly references in MSBuild
273
-
274
-
### Profiling
275
-
276
-
**New articles**
277
-
278
-
-[Add user marks to the profiling timeline (C#, C++)](../profiling/add-timeline-graph-user-marks.md)
279
-
280
-
**Updated articles**
281
-
282
-
-[Measure application performance by analyzing CPU utilization (C#, Visual Basic, C++, F#)](../profiling/beginners-guide-to-performance-profiling.md) - Add Just My Code settings to CPU Usage article, links
283
-
-[First look at profiling tools (C#, Visual Basic, C++, F#)](../profiling/profiling-feature-tour.md) - Add user marks to profiling timeline
284
-
-[Beginner's guide to optimizing code and reducing compute costs (C#, Visual Basic, C++, F#)](../profiling/optimize-code-using-profiling-tools.md) - Edit beginner's guide to profiling to conform to a case study pattern
285
-
286
-
### Version control
287
-
288
-
**Updated articles**
289
-
290
-
-[About Git in Visual Studio](../version-control/git-with-visual-studio.md) - Improve search metadata and text
291
-
292
-
### Community contributors
293
-
294
-
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
295
-
296
-
-[ErikEJ](https://github.com/ErikEJ) - Erik Ejlskov Jensen 
0 commit comments