Skip to content

Commit 280ad62

Browse files
committed
Update for October changes
1 parent 68d0826 commit 280ad62

File tree

1 file changed

+128
-97
lines changed

1 file changed

+128
-97
lines changed

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 128 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Visual Studio docs"
33
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
55
helpviewer_keywords:
66
- "Visual Studio, what's new, docs"
77
- "what's new [Visual Studio]"
@@ -15,6 +15,132 @@ ms.topic: conceptual
1515

1616
Welcome to what's new in Visual Studio docs. The following sections provide details on the previous three months of new and updated content.
1717

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
28+
- [Manage roles in Azure Cloud Services (extended support)](../azure/vs-azure-tools-cloud-service-project-managing-roles.md) - Retire classic cloud services
29+
- [Configure Azure Cloud Services (extended support) roles with Visual Studio](../azure/vs-azure-tools-configure-roles-for-cloud-service.md) - Retire classic cloud services
30+
- [Debug an Azure Cloud Services (extended support) service in Visual Studio](../azure/vs-azure-tools-debug-cloud-services-virtual-machines.md) - Retire classic cloud services
31+
- [Set up diagnostics for Azure Cloud Services (extended support) and virtual machines](../azure/vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md) - Retire classic cloud services
32+
33+
### Containers
34+
35+
**New articles**
36+
37+
- [Build a container project from the command line](../containers/container-build-from-command-line.md)
38+
- [Use SSL for containerized ASP.NET Core apps](../containers/container-certificate-management.md)
39+
- [Customize container images for debugging](../containers/container-debug-customization.md)
40+
- [Set the container entry point](../containers/container-entry-point.md)
41+
- [Customize container volume mapping](../containers/container-volume-mapping.md)
42+
43+
**Updated articles**
44+
45+
- [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
83+
84+
### IDE
85+
86+
**Updated articles**
87+
88+
- [Set multiple startup projects](../ide/how-to-set-multiple-startup-projects.md) - Add coverage of multi-project launch profiles
89+
- [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 ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
141+
- [NenoLoje](https://github.com/NenoLoje) - Neno Loje ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
142+
- [PhilKang0704](https://github.com/PhilKang0704) - Phil ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
143+
18144
## September 2024
19145

20146
### Debugger
@@ -83,6 +209,7 @@ The following people contributed to the Visual Studio docs during this period. T
83209
- [Vincezhaoc](https://github.com/Vincezhaoc) - Vince Zhao ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
84210
- [vritme](https://github.com/vritme) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
85211

212+
86213
## August 2024
87214

88215
### Containers
@@ -199,99 +326,3 @@ The following people contributed to the Visual Studio docs during this period. T
199326

200327
- [Rageking8](https://github.com/Rageking8) - ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green)
201328
- [ErikEJ](https://github.com/ErikEJ) - Erik Ejlskov Jensen ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
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)
241-
242-
**Updated articles**
243-
244-
- [Signing VSIX Packages](../extensibility/signing-vsix-packages.md) - VSIX Signing update
245-
246-
### IDE
247-
248-
**Updated articles**
249-
250-
- [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
263-
264-
### MSBuild
265-
266-
**New articles**
267-
268-
- [Troubleshoot assembly references](../msbuild/troubleshoot-assembly-references.md)
269-
270-
**Updated articles**
271-
272-
- [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 ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
297-

0 commit comments

Comments
 (0)