diff --git a/xml/ns-System.Cloud.DocumentDb.xml b/xml/ns-System.Cloud.DocumentDb.xml
index 0f1078dd52e..69c01178336 100644
--- a/xml/ns-System.Cloud.DocumentDb.xml
+++ b/xml/ns-System.Cloud.DocumentDb.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and interfaces for managing document-oriented (NoSQL) databases, including database configuration, query execution, transactional operations, and exception handling.
To be added.
diff --git a/xml/ns-System.Cloud.Messaging.xml b/xml/ns-System.Cloud.Messaging.xml
index f8b869d072d..4e961fbb8ea 100644
--- a/xml/ns-System.Cloud.Messaging.xml
+++ b/xml/ns-System.Cloud.Messaging.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and extension methods for building and managing asynchronous message processing pipelines.
To be added.
diff --git a/xml/ns-System.Collections.Frozen.xml b/xml/ns-System.Collections.Frozen.xml
index 1fa3c1a236c..aea15688ce4 100644
--- a/xml/ns-System.Collections.Frozen.xml
+++ b/xml/ns-System.Collections.Frozen.xml
@@ -1,6 +1,8 @@
- To be added.
+
+ Contains types that provide immutable, read-only collections optimized for fast lookup and enumeration.
+
To be added.
diff --git a/xml/ns-System.CommandLine.Binding.xml b/xml/ns-System.CommandLine.Binding.xml
index fe54a258d0d..b7bfe7f2fcf 100644
--- a/xml/ns-System.CommandLine.Binding.xml
+++ b/xml/ns-System.CommandLine.Binding.xml
@@ -1,6 +1,9 @@
- To be added.
+
+ Provides types for binding command-line input to objects, including support for custom types,
+ binding contexts, and value descriptors.
+
To be added.
diff --git a/xml/ns-System.CommandLine.Builder.xml b/xml/ns-System.CommandLine.Builder.xml
index 7a766f40f9f..c08f496b0b7 100644
--- a/xml/ns-System.CommandLine.Builder.xml
+++ b/xml/ns-System.CommandLine.Builder.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides classes and extension methods for building and configuring command-line applications.
To be added.
diff --git a/xml/ns-System.CommandLine.Completions.xml b/xml/ns-System.CommandLine.Completions.xml
index 50593f27380..0c35314ada2 100644
--- a/xml/ns-System.CommandLine.Completions.xml
+++ b/xml/ns-System.CommandLine.Completions.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and interfaces for command-line completion operations, including contexts, items, and sources for generating completions.
To be added.
diff --git a/xml/ns-System.CommandLine.Help.xml b/xml/ns-System.CommandLine.Help.xml
index 405cb4f54b3..7840230bf45 100644
--- a/xml/ns-System.CommandLine.Help.xml
+++ b/xml/ns-System.CommandLine.Help.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and methods for formatting and displaying command-line help.
To be added.
diff --git a/xml/ns-System.CommandLine.IO.xml b/xml/ns-System.CommandLine.IO.xml
index 101f5f4656a..d688d5d3a34 100644
--- a/xml/ns-System.CommandLine.IO.xml
+++ b/xml/ns-System.CommandLine.IO.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types for working with standard input, output, and error streams, including in-memory and console-based implementations.
To be added.
diff --git a/xml/ns-System.CommandLine.Invocation.xml b/xml/ns-System.CommandLine.Invocation.xml
index f7bbbb2e8e2..7ceb5e7da55 100644
--- a/xml/ns-System.CommandLine.Invocation.xml
+++ b/xml/ns-System.CommandLine.Invocation.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types for handling command invocation, including context, handlers, results, middleware, and middleware ordering.
To be added.
diff --git a/xml/ns-System.CommandLine.Parsing.xml b/xml/ns-System.CommandLine.Parsing.xml
index 1444170f2db..6b3bb0d7d4c 100644
--- a/xml/ns-System.CommandLine.Parsing.xml
+++ b/xml/ns-System.CommandLine.Parsing.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and methods for parsing command-line input, including arguments, options, commands, and tokens.
To be added.
diff --git a/xml/ns-System.CommandLine.xml b/xml/ns-System.CommandLine.xml
index 97bbbcf2d5c..77d13ea923d 100644
--- a/xml/ns-System.CommandLine.xml
+++ b/xml/ns-System.CommandLine.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types for defining commands, options, arguments, and their relationships in command-line applications.
To be added.
diff --git a/xml/ns-System.Data.Sql.xml b/xml/ns-System.Data.Sql.xml
index dc91697f16c..026be8ae52a 100644
--- a/xml/ns-System.Data.Sql.xml
+++ b/xml/ns-System.Data.Sql.xml
@@ -4,11 +4,7 @@
[!NOTE]
-> In beta releases of ADO.NET version 2.0, the namespace also contained classes for use with SQL Server common language runtime (CLR) integration. However, those classes have been moved into their own namespace, . For more information about using SQL Server CLR integration, see [SQL Server Common Language Runtime Integration](/dotnet/framework/data/adonet/sql/sql-server-common-language-runtime-integration).
+For information about the functionality of the classes within this namespace, see [Enumerating Instances of SQL Server (ADO.NET)](/dotnet/framework/data/adonet/sql/enumerating-instances-of-sql-server) and [Query Notifications in SQL Server](/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server).
]]>
diff --git a/xml/ns-System.Drawing.Design.xml b/xml/ns-System.Drawing.Design.xml
index 8d1d8cf4485..a523afae166 100644
--- a/xml/ns-System.Drawing.Design.xml
+++ b/xml/ns-System.Drawing.Design.xml
@@ -8,7 +8,7 @@
The classes in this namespace can be used to create custom toolbox items, type-specific value editors that can edit and graphically represent values of their supported types, and type converters that can convert values between certain types. This namespace provides the basic frameworks for developing extensions to the design-time UI.
> [!CAUTION]
-> Classes within the namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.
+> Classes within the namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types might produce unexpected problems, such as diminished service performance and run-time exceptions.
]]>
diff --git a/xml/ns-System.Formats.Nrbf.xml b/xml/ns-System.Formats.Nrbf.xml
index cfbc4d9a43b..c4d9ff4271a 100644
--- a/xml/ns-System.Formats.Nrbf.xml
+++ b/xml/ns-System.Formats.Nrbf.xml
@@ -1,6 +1,9 @@
- To be added.
+
+ Provides classes and utilities for working with .NET Remoting Binary Format (NRBF) encoded data,
+ including support for decoding payloads, handling serialization records, and managing array and class records.
+
To be added.
diff --git a/xml/ns-System.Globalization.xml b/xml/ns-System.Globalization.xml
index eb5e575c8ac..938c79077b9 100644
--- a/xml/ns-System.Globalization.xml
+++ b/xml/ns-System.Globalization.xml
@@ -9,7 +9,6 @@
The following blogs include discussions of the namespace and its classes:
-
-
-
Two of the .NET types in this namespace, and , are found in an assembly named *sysglobl.dll*. To successfully compile code that uses these types, add a reference to sysglobl.dll.
diff --git a/xml/ns-System.Net.Http.xml b/xml/ns-System.Net.Http.xml
index 3a9a0c03374..bf2da35abf0 100644
--- a/xml/ns-System.Net.Http.xml
+++ b/xml/ns-System.Net.Http.xml
@@ -44,6 +44,5 @@ If your app uses the and n
]]>
- Connecting to a web service
diff --git a/xml/ns-System.Net.ServerSentEvents.xml b/xml/ns-System.Net.ServerSentEvents.xml
index a841ab09ce5..cb09e365e90 100644
--- a/xml/ns-System.Net.ServerSentEvents.xml
+++ b/xml/ns-System.Net.ServerSentEvents.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides classes and delegates for working with server-sent events, including formatting, parsing, and representing event data.
To be added.
diff --git a/xml/ns-System.Numerics.Tensors.xml b/xml/ns-System.Numerics.Tensors.xml
index dcf4dcdc5b5..8bda6394980 100644
--- a/xml/ns-System.Numerics.Tensors.xml
+++ b/xml/ns-System.Numerics.Tensors.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides types and methods for tensor operations and memory management.
To be added.
diff --git a/xml/ns-System.Runtime.Diagnostics.xml b/xml/ns-System.Runtime.Diagnostics.xml
deleted file mode 100644
index 79c122dc268..00000000000
--- a/xml/ns-System.Runtime.Diagnostics.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Runtime.Intrinsics.Arm.Arm64.xml b/xml/ns-System.Runtime.Intrinsics.Arm.Arm64.xml
deleted file mode 100644
index 9bd535711dd..00000000000
--- a/xml/ns-System.Runtime.Intrinsics.Arm.Arm64.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Runtime.Intrinsics.Arm.xml b/xml/ns-System.Runtime.Intrinsics.Arm.xml
index 10ae580b319..2cfa1e059f8 100644
--- a/xml/ns-System.Runtime.Intrinsics.Arm.xml
+++ b/xml/ns-System.Runtime.Intrinsics.Arm.xml
@@ -1,6 +1,6 @@
- Exposes select instruction-set extensions for ARM systems. These instruction sets are expressed as separate classes for each extension. Support for any extension within the current environment can be determined by querying the property on the respective type.
+ Exposes select instruction-set extensions for ARM systems. These instruction sets are expressed as separate classes for each extension. You can determine support for any extension within the current environment by querying the property on the respective type.
To be added.
diff --git a/xml/ns-System.Runtime.Loader.xml b/xml/ns-System.Runtime.Loader.xml
index ef9c2e833f2..a3819318ae9 100644
--- a/xml/ns-System.Runtime.Loader.xml
+++ b/xml/ns-System.Runtime.Loader.xml
@@ -1,6 +1,6 @@
- Provides interfaces and classes to allow developers the opportunity to influence runtime loading behavior.
+ Provides interfaces and classes to influence runtime loading behavior.
To be added.
diff --git a/xml/ns-System.Runtime.Remoting.Channels.Smtp.xml b/xml/ns-System.Runtime.Remoting.Channels.Smtp.xml
deleted file mode 100644
index 56fcfdf6e8f..00000000000
--- a/xml/ns-System.Runtime.Remoting.Channels.Smtp.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Runtime.xml b/xml/ns-System.Runtime.xml
index ed16cba8525..31c9a8cd6de 100644
--- a/xml/ns-System.Runtime.xml
+++ b/xml/ns-System.Runtime.xml
@@ -1,11 +1,10 @@
- Contains advanced types that support diverse namespaces such as the , , and the namespaces.
+ Contains advanced types that support diverse namespaces such as the , , and namespaces.
diff --git a/xml/ns-System.Text.Json.Schema.xml b/xml/ns-System.Text.Json.Schema.xml
index 11492b086e5..a9dd898f3af 100644
--- a/xml/ns-System.Text.Json.Schema.xml
+++ b/xml/ns-System.Text.Json.Schema.xml
@@ -1,6 +1,6 @@
- To be added.
+ Provides functionality for generating JSON schema objects from .NET types using metadata and context.
To be added.
diff --git a/xml/ns-System.Text.Json.Serialization.Metadata.xml b/xml/ns-System.Text.Json.Serialization.Metadata.xml
index 58c121a3dc4..29e429fafe3 100644
--- a/xml/ns-System.Text.Json.Serialization.Metadata.xml
+++ b/xml/ns-System.Text.Json.Serialization.Metadata.xml
@@ -1,6 +1,8 @@
- To be added.
+
+ Contains classes, structs, and interfaces that provide metadata and configuration for JSON serialization and deserialization in System.Text.Json.
+
To be added.
diff --git a/xml/ns-System.Text.Json.SourceGeneration.xml b/xml/ns-System.Text.Json.SourceGeneration.xml
deleted file mode 100644
index 83fa5901317..00000000000
--- a/xml/ns-System.Text.Json.SourceGeneration.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Web.UI.MobileControls.ShippedAdapterSource.xml b/xml/ns-System.Web.UI.MobileControls.ShippedAdapterSource.xml
deleted file mode 100644
index ba245eade28..00000000000
--- a/xml/ns-System.Web.UI.MobileControls.ShippedAdapterSource.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Windows.Forms.Analyzers.xml b/xml/ns-System.Windows.Forms.Analyzers.xml
deleted file mode 100644
index f1747197e82..00000000000
--- a/xml/ns-System.Windows.Forms.Analyzers.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-
diff --git a/xml/ns-System.Windows.Forms.Design.Resources.xml b/xml/ns-System.Windows.Forms.Design.Resources.xml
deleted file mode 100644
index 4667885d74b..00000000000
--- a/xml/ns-System.Windows.Forms.Design.Resources.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- To be added.
- To be added.
-
-