You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2021/07/30 14:51:54 UTC

[geode-site] branch asf-site updated: Update geode-native user guides for 1.13.4

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 93d79ec  Update geode-native user guides for 1.13.4
93d79ec is described below

commit 93d79ec8aef9f43c21e4f3c8071ce8da34dd6ffc
Author: Dave Barnes <db...@apache.org>
AuthorDate: Fri Jul 30 07:51:45 2021 -0700

    Update geode-native user guides for 1.13.4
---
 .../cpp/113/about-client-users-guide.html          |   6 +-
 docs/geode-native/cpp/113/client-cache-ref.html    |  12 +-
 .../cpp/113/configuring/config-client-cache.html   |   4 +-
 .../cpp/113/configuring/configuration.html         |   2 +-
 .../geode-native/cpp/113/configuring/sysprops.html |  17 +-
 .../configuring/system-level-configuration.html    |   2 +-
 .../cpp/113/connection-pools/client-pool-api.html  |   2 +-
 .../configuring-pools-attributes-example.html      |   2 +-
 .../113/connection-pools/configuring-pools.html    |   2 +-
 .../connection-pools/subscription-properties.html  |   2 +-
 docs/geode-native/cpp/113/continuous-queries.html  |   2 +-
 docs/geode-native/cpp/113/function-execution.html  |   2 +-
 .../getting-started/app-dev-walkthrough-cpp.html   |   2 +-
 .../getting-started/getting-started-nc-client.html |   2 +-
 .../cpp/113/getting-started/put-get-example.html   |   2 +-
 .../cpp/113/regions/region-attributes.html         |   2 +-
 docs/geode-native/cpp/113/regions/regions.html     |   2 +-
 .../regions/registering-interest-for-entries.html  |   2 +-
 docs/geode-native/cpp/113/remote-queries.html      |   2 +-
 .../cpp/113/security/authentication.html           |   2 +-
 .../cpp/113/security/security-systemprops.html     | 339 --------------------
 docs/geode-native/cpp/113/security/security.html   |   2 +-
 .../cpp/113/security/sslclientserver.html          |   4 +-
 .../cpp/113/serialization/data-serialization.html  |   2 +-
 docs/geode-native/cpp/113/transactions.html        |   2 +-
 .../dotnet/113/about-client-users-guide.html       |  23 +-
 docs/geode-native/dotnet/113/client-cache-ref.html |  12 +-
 .../113/configuring/config-client-cache.html       |  21 +-
 .../dotnet/113/configuring/configuration.html      |  19 +-
 .../dotnet/113/configuring/sysprops.html           |  34 +-
 .../configuring/system-level-configuration.html    |  19 +-
 ...ring-pools.html => about-connection-pools.html} |  44 +--
 .../about-server-locators.html}                    |  39 +--
 .../client-load-balancing.html}                    |  41 ++-
 .../113/connection-pools/client-pool-api.html      |  22 +-
 .../configuring-pools-attributes-example.html      |  50 +--
 .../113/connection-pools/configuring-pools.html    |  22 +-
 .../connection-pools.html}                         |  36 +--
 .../discovering-locators-dynamically.html}         |  37 +--
 ...ools.html => running-connection-pool-code.html} |  89 ++++--
 .../connection-pools/subscription-properties.html  |  19 +-
 .../dotnet/113/continuous-queries.html             |  19 +-
 .../dotnet/113/function-execution.html             |  19 +-
 .../app-dev-walkthrough-dotnet.html                |  19 +-
 .../getting-started/getting-started-nc-client.html |  62 ++--
 .../113/getting-started/put-get-example.html       |  68 ++--
 .../preserving-data/app-ops-during-int-reg.html    |  19 +-
 .../113/preserving-data/client-side-config.html    |  19 +-
 .../config-durable-interest-keys.html              |  19 +-
 .../preserving-data/config-durable-reconnect.html  |  19 +-
 .../preserving-data/configuring-durable-nc.html    |  19 +-
 .../113/preserving-data/configuring-nc-ha.html     |  21 +-
 .../preserving-data/disconnecting-from-server.html |  19 +-
 .../dotnet/113/preserving-data/disconnection.html  |  19 +-
 .../preserving-data/durable-client-life-cycle.html |  19 +-
 .../durable-client-messaging-req.html              |  19 +-
 .../preserving-data/durable-client-messaging.html  |  19 +-
 .../preserving-data/durable-message-replay.html    |  19 +-
 .../high-availability-client-server.html           |  19 +-
 .../impl-cache-listeners-durable-clients.html      |  19 +-
 .../113/preserving-data/initial-operation.html     |  19 +-
 .../113/preserving-data/preserving-data.html       |  19 +-
 .../dotnet/113/preserving-data/reconnection.html   |  19 +-
 .../sending-cache-ready-message.html               |  19 +-
 .../113/preserving-data/sending-periodic-ack.html  |  19 +-
 .../preserving-data/using-queue-conflation.html    |  19 +-
 .../dotnet/113/regions/region-attributes.html      |  19 +-
 docs/geode-native/dotnet/113/regions/regions.html  |  38 +--
 .../regions/registering-interest-for-entries.html  |  19 +-
 docs/geode-native/dotnet/113/remote-queries.html   |  19 +-
 .../dotnet/113/security/authentication.html        |  28 +-
 .../dotnet/113/security/security-systemprops.html  | 355 ---------------------
 .../geode-native/dotnet/113/security/security.html |  19 +-
 .../dotnet/113/security/sslclientserver.html       |  23 +-
 .../113/serialization/data-serialization.html      |  19 +-
 .../dotnet-pdx-autoserializer.html                 |  19 +-
 .../dotnet-pdx-serialization.html                  |  23 +-
 .../pdx-serializable-examples.html                 |  44 +--
 .../serialize-using-ipdxserializable.html          |  19 +-
 docs/geode-native/dotnet/113/transactions.html     |  32 +-
 80 files changed, 360 insertions(+), 1832 deletions(-)

diff --git a/docs/geode-native/cpp/113/about-client-users-guide.html b/docs/geode-native/cpp/113/about-client-users-guide.html
index 976e02a..3d05ff2 100644
--- a/docs/geode-native/cpp/113/about-client-users-guide.html
+++ b/docs/geode-native/cpp/113/about-client-users-guide.html
@@ -268,8 +268,8 @@ and instructions on how to build this documentation are available in the project
 <p>See the API docs for API details:</p>
 
 <ul>
-<li><a href="https://geode.apache.org/releases/latest/cppdocs/index.html">C++ API docs</a></li>
-<li><a href="https://geode.apache.org/releases/latest/dotnetdocs/index.html">.NET API docs</a></li>
+<li><a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">C++ API docs</a></li>
+<li><a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">.NET API docs</a></li>
 </ul>
 
 <p>See the <a href="serverman/about_geode.html"><em>Apache Geode User Guide</em></a> for information regarding the server.</p>
@@ -303,7 +303,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/client-cache-ref.html b/docs/geode-native/cpp/113/client-cache-ref.html
index 963ce1e..bcffc50 100644
--- a/docs/geode-native/cpp/113/client-cache-ref.html
+++ b/docs/geode-native/cpp/113/client-cache-ref.html
@@ -925,7 +925,7 @@ The counter is reset after any access, including create, put, and get operations
 
 <p>A partition resolver is used for single-hop access to partitioned region entries on the server side. This resolver
 implementation must match that of the <code>PartitionResolver</code> on the server side.
-See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
 
 <p>For example:</p>
 <pre class="highlight xml"><code><span class="nt">&lt;partition-resolver</span> <span class="na">library-name=</span><span class="s">"appl-lib"</span>
@@ -937,21 +937,21 @@ See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html
 <h2 id="&lt;cache-loader&gt;">&lt;cache-loader&gt;</h2>
 
 <p>&lt;cache-loader&gt; identifies a cache loader function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
 
 <p><a id="cache-listener-ref"></a></p>
 
 <h2 id="&lt;cache-listener&gt;">&lt;cache-listener&gt;</h2>
 
 <p>&lt;cache-listener&gt; identifies a cache listener function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>
 
 <h2 id="&lt;cache-writer&gt;">&lt;cache-writer&gt;</h2>
 
 <p>&lt;cache-writer&gt; identifies a cache writer function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
 
 <p><a id="persistence-manager-ref"></a></p>
 
@@ -959,7 +959,7 @@ See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html
 
 <p>For each region, if the disk-policy attribute is set to <code>overflows</code>, a persistence-manager plug-in
 must perform cache-to-disk and disk-to-cache operations.
-See the <a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
 
 <p>&lt;persistence-manager&gt; identifies a persistence manager function by specifying <code>library-name</code> and <code>library-function-name</code>.
 You can also specify a set of properties to be passed to the function as parameters.</p>
@@ -1038,7 +1038,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/configuring/config-client-cache.html b/docs/geode-native/cpp/113/configuring/config-client-cache.html
index 8832688..61737c3 100644
--- a/docs/geode-native/cpp/113/configuring/config-client-cache.html
+++ b/docs/geode-native/cpp/113/configuring/config-client-cache.html
@@ -272,7 +272,7 @@ and other caches in the distributed system, and to create and access any region
 instances of <code>Region</code> and <code>RegionEntry</code>.</p>
 
 <p>For more information specific to your client programming language, see the
-<a href="cppdocs">C++ Client API</a>.</p>
+<a href="/cppapiref/hierarchy.html">C++ Client API</a>.</p>
 
         
 
@@ -303,7 +303,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/configuring/configuration.html b/docs/geode-native/cpp/113/configuring/configuration.html
index 73ff8fa..ae6eff3 100644
--- a/docs/geode-native/cpp/113/configuring/configuration.html
+++ b/docs/geode-native/cpp/113/configuring/configuration.html
@@ -344,7 +344,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/configuring/sysprops.html b/docs/geode-native/cpp/113/configuring/sysprops.html
index c4530e7..6a5c53d 100644
--- a/docs/geode-native/cpp/113/configuring/sysprops.html
+++ b/docs/geode-native/cpp/113/configuring/sysprops.html
@@ -500,21 +500,6 @@ When the chunk handler is not operative (enable-chunk-handler=false), each appli
 </tr>
 </thead>
 <tbody>
-<tr class="odd">
-<td><code class="ph codeph">security-client-auth-factory</code></td>
-<td>Sets the key for the <code class="ph codeph">AuthInitialize</code> factory function.</td>
-<td>empty</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">security-client-auth-library</code></td>
-<td>Registers the path to the <code class="ph codeph">securityImpl.dll</code> library.</td>
-<td>empty</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">security-client-dhalgo</code></td>
-<td>Diffie-Hellman based credentials encryption is not supported.</td>
-<td>null</td>
-</tr>
 <tr class="even">
 <td><code class="ph codeph">security-client-kspath</code></td>
 <td>Path to a .PEM file, which contains the public certificates for all Geode cache servers to which the client can connect through specified endpoints.</td>
@@ -596,7 +581,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/configuring/system-level-configuration.html b/docs/geode-native/cpp/113/configuring/system-level-configuration.html
index 51b3b5d..3561c1b 100644
--- a/docs/geode-native/cpp/113/configuring/system-level-configuration.html
+++ b/docs/geode-native/cpp/113/configuring/system-level-configuration.html
@@ -407,7 +407,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/connection-pools/client-pool-api.html b/docs/geode-native/cpp/113/connection-pools/client-pool-api.html
index 267e123..1b17de0 100644
--- a/docs/geode-native/cpp/113/connection-pools/client-pool-api.html
+++ b/docs/geode-native/cpp/113/connection-pools/client-pool-api.html
@@ -304,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/connection-pools/configuring-pools-attributes-example.html b/docs/geode-native/cpp/113/connection-pools/configuring-pools-attributes-example.html
index b727b76..3f4312c 100644
--- a/docs/geode-native/cpp/113/connection-pools/configuring-pools-attributes-example.html
+++ b/docs/geode-native/cpp/113/connection-pools/configuring-pools-attributes-example.html
@@ -463,7 +463,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/connection-pools/configuring-pools.html b/docs/geode-native/cpp/113/connection-pools/configuring-pools.html
index 96d1846..4773e8b 100644
--- a/docs/geode-native/cpp/113/connection-pools/configuring-pools.html
+++ b/docs/geode-native/cpp/113/connection-pools/configuring-pools.html
@@ -304,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/connection-pools/subscription-properties.html b/docs/geode-native/cpp/113/connection-pools/subscription-properties.html
index 425ce9f..0206bed 100644
--- a/docs/geode-native/cpp/113/connection-pools/subscription-properties.html
+++ b/docs/geode-native/cpp/113/connection-pools/subscription-properties.html
@@ -309,7 +309,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/continuous-queries.html b/docs/geode-native/cpp/113/continuous-queries.html
index 25c6f75..c9d3674 100644
--- a/docs/geode-native/cpp/113/continuous-queries.html
+++ b/docs/geode-native/cpp/113/continuous-queries.html
@@ -411,7 +411,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/function-execution.html b/docs/geode-native/cpp/113/function-execution.html
index 027a945..6dfadcc 100644
--- a/docs/geode-native/cpp/113/function-execution.html
+++ b/docs/geode-native/cpp/113/function-execution.html
@@ -480,7 +480,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/getting-started/app-dev-walkthrough-cpp.html b/docs/geode-native/cpp/113/getting-started/app-dev-walkthrough-cpp.html
index 09eca00..646a1ff 100644
--- a/docs/geode-native/cpp/113/getting-started/app-dev-walkthrough-cpp.html
+++ b/docs/geode-native/cpp/113/getting-started/app-dev-walkthrough-cpp.html
@@ -401,7 +401,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html b/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html
index 153cabe..e0447dc 100644
--- a/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html
+++ b/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html
@@ -398,7 +398,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/getting-started/put-get-example.html b/docs/geode-native/cpp/113/getting-started/put-get-example.html
index 6599724..2c64597 100644
--- a/docs/geode-native/cpp/113/getting-started/put-get-example.html
+++ b/docs/geode-native/cpp/113/getting-started/put-get-example.html
@@ -345,7 +345,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/regions/region-attributes.html b/docs/geode-native/cpp/113/regions/region-attributes.html
index 1dede8d..d58432c 100644
--- a/docs/geode-native/cpp/113/regions/region-attributes.html
+++ b/docs/geode-native/cpp/113/regions/region-attributes.html
@@ -336,7 +336,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/regions/regions.html b/docs/geode-native/cpp/113/regions/regions.html
index 67432d6..cea5ce3 100644
--- a/docs/geode-native/cpp/113/regions/regions.html
+++ b/docs/geode-native/cpp/113/regions/regions.html
@@ -458,7 +458,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/regions/registering-interest-for-entries.html b/docs/geode-native/cpp/113/regions/registering-interest-for-entries.html
index 8f05c9f..1ee88b9 100644
--- a/docs/geode-native/cpp/113/regions/registering-interest-for-entries.html
+++ b/docs/geode-native/cpp/113/regions/registering-interest-for-entries.html
@@ -363,7 +363,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/remote-queries.html b/docs/geode-native/cpp/113/remote-queries.html
index ba17dc6..c7f1548 100644
--- a/docs/geode-native/cpp/113/remote-queries.html
+++ b/docs/geode-native/cpp/113/remote-queries.html
@@ -385,7 +385,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/security/authentication.html b/docs/geode-native/cpp/113/security/authentication.html
index 87117e3..f451c91 100644
--- a/docs/geode-native/cpp/113/security/authentication.html
+++ b/docs/geode-native/cpp/113/security/authentication.html
@@ -315,7 +315,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/security/security-systemprops.html b/docs/geode-native/cpp/113/security/security-systemprops.html
deleted file mode 100644
index 97e9f95..0000000
--- a/docs/geode-native/cpp/113/security/security-systemprops.html
+++ /dev/null
@@ -1,339 +0,0 @@
-<!doctype html>
-<html>
-<head>
-  <meta charset="utf-8">
-  <!-- Always force latest IE rendering engine or request Chrome Frame -->
-  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
-
-  
-  <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
-  <!-- Use title if it's in the page YAML frontmatter -->
-  <title>
-      Security-Related System Properties |
-    Geode Native C++ Docs
-  </title>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <link href="/stylesheets/all.css" rel="stylesheet" media="screen, print" />
-  <link href="/stylesheets/print.css" rel="stylesheet" media="print" />
-  <link href='/images/favicon.ico' rel='shortcut icon'>
-
-  <script src="/javascripts/all.js"></script>
-  
-</head>
-
-<body class="docs docs_geode-native docs_geode-native_cpp docs_geode-native_cpp_113 docs_geode-native_cpp_113_security docs_geode-native_cpp_113_security_security-systemprops has-subnav">
-
-<div class="viewport">
-  <div class='wrap'>
-    <script type="text/javascript">
-      document.domain = "apache.org";
-    </script>
-
-    <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<header class="header header-layout">
-  <h1 class="logo">
-    <a href="/">
-        <img src="/images/Apache_Geode_logo_symbol_white.png" style="width:30px;">
-      Apache Geode Native C++ Documentation
-    </a>
-  </h1>
-  <div class="header-links js-bar-links">
-    <div class="btn-menu" data-behavior="MenuMobile"></div>
-    <div class="header-item"><a href="http://geode.apache.org">Back to Product Page</a></div>
-    <div class="header-item">
-      <a href="http://geode.apache.org/community" target="_blank">Community</a>
-    </div>
-  </div>
-</header>
-
-
-    <div class="container">
-
-      <!--googleoff: index-->
-      <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<div id="sub-nav" class="js-sidenav nav-container" role="navigation">
-<a class="sidenav-title" data-behavior="SubMenuMobile">Doc Index</a>
-  <div class="nav-content">
-  <ul>
-    <li>
-      <a href="/docs/geode-native/cpp/113/about-client-users-guide.html">Apache Geode Native Documentation</a>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html">Getting Started with the Native Library</a>
-      <ul>
-        <li>
-          <a href="/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html#set_up_dev_environment">Set Up Your Development Environment</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html#establish_cluster_access">Establish Access to a Geode Cluster</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html#app_dev_walkthroughs">Application Development Walkthroughs</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/cpp/113/getting-started/getting-started-nc-client.html#programming_examples">Programming Examples</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/cpp/113/getting-started/put-get-example.html">Put/Get/Remove Examples</a>
-        </li>
-      </ul>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/cpp/113/configuring/configuration.html">Configuring a Client Application</a>
-      <ul>
-        <li>
-          <a href="/docs/geode-native/cpp/113/configuring/system-level-configuration.html">System Level Configuration</a>
-        </li>
-      </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/configuring/config-client-cache.html">Configuring the Client Cache</a>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/cpp/113/regions/regions.html">Configuring Regions</a>
-      <ul>
-        <li>
-        <a href="/docs/geode-native/cpp/113/regions/registering-interest-for-entries.html">Registering Interest for Entries</a>
-        </li>
-        <li>
-        <a href="/docs/geode-native/cpp/113/regions/region-attributes.html">Region Attributes</a>
-        </li>
-      </ul>
-    </li>
-
-    <li class="has_submenu">
-        <a href="/docs/geode-native/cpp/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/cpp/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/cpp/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/cpp/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/serialization/data-serialization.html">Serializing Data</a>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/remote-queries.html">Remote Queries</a>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/continuous-queries.html">Continuous Queries</a>
-    </li>
-
-    <li class="has_submenu">
-      <a href="/docs/geode-native/cpp/113/security/security.html">Security: Authentication and Encryption</a>
-      <ul>
-        <li>
-        <a href="/docs/geode-native/cpp/113/security/authentication.html">Authentication</a>
-        </li>
-        <li>
-        <a href="/docs/geode-native/cpp/113/security/sslclientserver.html">TLS/SSL Client-Server Communication Encryption</a>
-        </li>
-      </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/function-execution.html">Function Execution</a>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/cpp/113/transactions.html">Transactions</a>
-    </li>
-    <li>
-      <a href="/docs/geode-native/cpp/113/configuring/sysprops.html">System Properties</a>
-    </li>
-    <li>
-      <a href="/docs/geode-native/cpp/113/client-cache-ref.html">Client Cache XML Reference</a>
-    </li>
-  </ul>
-  </div>
-</div>
-
-      <!--googleon: index-->
-
-      <main class="content content-layout" id="js-content" role="main">
-        <a id="top"></a>
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<span style="font-weight:200;font-size:31px;" style="float:left;">
-    <img src="/images/Apache_Geode_logo_symbol.png" style="height:26px;">
-  Apache Geode Native C++
-</span>
-  <span class="local-header version-info" style="float:right;">
-    <a href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes">CHANGELOG</a>
-  </span>
-
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-  <h1 class="title-container" >
-    Security-Related System Properties
-  </h1>
-
-          <div id="js-quick-links" >
-            
-          </div>
-        <div class="to-top" id="js-to-top">
-          <a href="#top" title="back to top"></a>
-        </div>
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<p>The table describes the security-related system properties in the <code>geode.properties</code> file for native client authentication and authorization.</p>
-
-<p><a id="security__section_6DC4C72A2EEB432AA40DE97D438FD1E7"></a><a id="security__table_92A6A66523764199A19BCD66BA189921"></a></p>
-
-<table>
-<caption><span class="tablecap">System Properties for Client Authentication and Authorization</span></caption>
-<colgroup>
-<col width="50%" />
-<col width="50%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><code class="ph codeph">security-client-dhalgo</code></td>
-<td>Diffie-Hellman based credentials encryption is not supported.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">security-client-kspath</code></td>
-<td>Path to a .pem file, which contains the public certificates for all Geode cache servers to which the client can connect through specified endpoints.</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">ssl-enabled</code></td>
-<td>True if SSL connection support is enabled.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">ssl-keystore</code></td>
-<td>Name of the .pem keystore file, containing the client’s private key. Not set by default. Required if <code class="ph codeph">ssl-enabled</code> is true.</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">ssl-keystore-password</code></td>
-<td>Sets the password for the private key PEM file for SSL.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">ssl-truststore</code></td>
-<td><p>Name of the .pem truststore file, containing the servers’ public certificate. Not set by default. Required if <code class="ph codeph">ssl-enabled</code> is true</p></td>
-</tr>
-</tbody>
-</table>
-
-        
-
-      </main>
-    </div>
-  </div>
-</div>
-
-<div id="scrim"></div>
-
-<div class="container">
-  <footer class="site-footer-links">
-    <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<div class="copyright">
-  <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
-</div>
-<div class="support">
-  Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
-</div>
-
-  </footer>
-</div><!--end of container-->
-
-</body>
-</html>
diff --git a/docs/geode-native/cpp/113/security/security.html b/docs/geode-native/cpp/113/security/security.html
index 6fb593f..4149075 100644
--- a/docs/geode-native/cpp/113/security/security.html
+++ b/docs/geode-native/cpp/113/security/security.html
@@ -306,7 +306,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/security/sslclientserver.html b/docs/geode-native/cpp/113/security/sslclientserver.html
index 991931f..7461826 100644
--- a/docs/geode-native/cpp/113/security/sslclientserver.html
+++ b/docs/geode-native/cpp/113/security/sslclientserver.html
@@ -289,7 +289,7 @@ When configuring TLS/SSL security for your client, you may find it helpful to re
 must be able to communicate with both locator and server components.</p></li>
 <li><p>On the client, set <code>ssl-enabled</code> to <code>true</code>. </p></li>
 <li><p>On the client, set <code>ssl-keystore</code> and <code>ssl-truststore</code> to point to your keystore files. Paths to the keystore and truststore are local to the client.
-See <a href="/docs/geode-native/cpp/113/security/security-systemprops.html#security">Security-Related System Properties</a> for a description of these properties.</p></li>
+See <a href="/docs/geode-native/cpp/113/configuring/sysprops.html#attributes-gfcpp__table_security_props">Security Properties</a> for a description of these properties.</p></li>
 </ol>
 
 <h1 id="starting-and-stopping-the-client-and-server-with-ssl-in-place">Starting and stopping the client and server with SSL in place</h1>
@@ -362,7 +362,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/serialization/data-serialization.html b/docs/geode-native/cpp/113/serialization/data-serialization.html
index 979ad2e..83511d5 100644
--- a/docs/geode-native/cpp/113/serialization/data-serialization.html
+++ b/docs/geode-native/cpp/113/serialization/data-serialization.html
@@ -465,7 +465,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/cpp/113/transactions.html b/docs/geode-native/cpp/113/transactions.html
index 961b682..1969fbc 100644
--- a/docs/geode-native/cpp/113/transactions.html
+++ b/docs/geode-native/cpp/113/transactions.html
@@ -397,7 +397,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/about-client-users-guide.html b/docs/geode-native/dotnet/113/about-client-users-guide.html
index 08ac8c1..f019f87 100644
--- a/docs/geode-native/dotnet/113/about-client-users-guide.html
+++ b/docs/geode-native/dotnet/113/about-client-users-guide.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -284,8 +269,8 @@ and instructions on how to build this documentation are available in the project
 <p>See the API docs for API details:</p>
 
 <ul>
-<li><a href="https://geode.apache.org/releases/latest/cppdocs/index.html">C++ API docs</a></li>
-<li><a href="https://geode.apache.org/releases/latest/dotnetdocs/index.html">.NET API docs</a></li>
+<li><a href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html">C++ API docs</a></li>
+<li><a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">.NET API docs</a></li>
 </ul>
 
 <p>See the <a href="serverman/about_geode.html"><em>Apache Geode User Guide</em></a> for information regarding the server.</p>
@@ -319,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/client-cache-ref.html b/docs/geode-native/dotnet/113/client-cache-ref.html
index ec72f7d..c98d235 100644
--- a/docs/geode-native/dotnet/113/client-cache-ref.html
+++ b/docs/geode-native/dotnet/113/client-cache-ref.html
@@ -926,7 +926,7 @@ The counter is reset after any access, including create, put, and get operations
 
 <p>A partition resolver is used for single-hop access to partitioned region entries on the server side. This resolver
 implementation must match that of the <code>PartitionResolver</code> on the server side.
-See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
 
 <p>For example:</p>
 <pre class="highlight xml"><code><span class="nt">&lt;partition-resolver</span> <span class="na">library-name=</span><span class="s">"appl-lib"</span>
@@ -938,21 +938,21 @@ See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.h
 <h2 id="&lt;cache-loader&gt;">&lt;cache-loader&gt;</h2>
 
 <p>&lt;cache-loader&gt; identifies a cache loader function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/dotnetapiref/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
 
 <p><a id="cache-listener-ref"></a></p>
 
 <h2 id="&lt;cache-listener&gt;">&lt;cache-listener&gt;</h2>
 
 <p>&lt;cache-listener&gt; identifies a cache listener function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="dotnetapiref/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>
 
 <h2 id="&lt;cache-writer&gt;">&lt;cache-writer&gt;</h2>
 
 <p>&lt;cache-writer&gt; identifies a cache writer function by specifying <code>library-name</code> and <code>library-function-name</code>.
-See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
 
 <p><a id="persistence-manager-ref"></a></p>
 
@@ -960,7 +960,7 @@ See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.h
 
 <p>For each region, if the disk-policy attribute is set to <code>overflows</code>, a persistence-manager plug-in
 must perform cache-to-disk and disk-to-cache operations.
-See the <a href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html">API Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
+See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
 
 <p>&lt;persistence-manager&gt; identifies a persistence manager function by specifying <code>library-name</code> and <code>library-function-name</code>.
 You can also specify a set of properties to be passed to the function as parameters.</p>
@@ -1039,7 +1039,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/configuring/config-client-cache.html b/docs/geode-native/dotnet/113/configuring/config-client-cache.html
index 470f8e1..01e5280 100644
--- a/docs/geode-native/dotnet/113/configuring/config-client-cache.html
+++ b/docs/geode-native/dotnet/113/configuring/config-client-cache.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -288,7 +273,7 @@ and other caches in the distributed system, and to create and access any region
 instances of <code>Region</code> and <code>RegionEntry</code>.</p>
 
 <p>For more information specific to your client programming language, see the
-<a href="dotnetdocs">.NET Client API</a>.</p>
+<a href="/dotnetapiref/hierarchy.html">.NET Client API</a>.</p>
 
         
 
@@ -319,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/configuring/configuration.html b/docs/geode-native/dotnet/113/configuring/configuration.html
index 3326028..037dfdd 100644
--- a/docs/geode-native/dotnet/113/configuring/configuration.html
+++ b/docs/geode-native/dotnet/113/configuring/configuration.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -339,7 +324,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/configuring/sysprops.html b/docs/geode-native/dotnet/113/configuring/sysprops.html
index 5ead9e5..513d0b3 100644
--- a/docs/geode-native/dotnet/113/configuring/sysprops.html
+++ b/docs/geode-native/dotnet/113/configuring/sysprops.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -516,21 +501,6 @@ When the chunk handler is not operative (enable-chunk-handler=false), each appli
 </tr>
 </thead>
 <tbody>
-<tr class="odd">
-<td><code class="ph codeph">security-client-auth-factory</code></td>
-<td>Sets the key for the <code class="ph codeph">AuthInitialize</code> factory function.</td>
-<td>empty</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">security-client-auth-library</code></td>
-<td>Registers the path to the <code class="ph codeph">securityImpl.dll</code> library.</td>
-<td>empty</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">security-client-dhalgo</code></td>
-<td>Diffie-Hellman based credentials encryption is not supported.</td>
-<td>null</td>
-</tr>
 <tr class="even">
 <td><code class="ph codeph">security-client-kspath</code></td>
 <td>Path to a .PEM file, which contains the public certificates for all Geode cache servers to which the client can connect through specified endpoints.</td>
@@ -612,7 +582,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/configuring/system-level-configuration.html b/docs/geode-native/dotnet/113/configuring/system-level-configuration.html
index 821faa0..9174ca3 100644
--- a/docs/geode-native/dotnet/113/configuring/system-level-configuration.html
+++ b/docs/geode-native/dotnet/113/configuring/system-level-configuration.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -423,7 +408,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html b/docs/geode-native/dotnet/113/connection-pools/about-connection-pools.html
similarity index 82%
copy from docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
copy to docs/geode-native/dotnet/113/connection-pools/about-connection-pools.html
index 62780fb..1820b93 100644
--- a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
+++ b/docs/geode-native/dotnet/113/connection-pools/about-connection-pools.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Configuring Pools |
+      Connection Pools |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_configuring-pools has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_about-connection-pools has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Configuring Pools
+    Connection Pools
   </h1>
 
           <div id="js-quick-links" >
@@ -275,21 +260,20 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>A pool can be configured as locators or as a list of servers.</p>
+<p>Clients contain connection pools. Each region is associated with a connection pool using a region attribute, and operations on the region use connections from the respective pools.</p>
+
+<p>The server connectivity options are specified in the connection pool configuration. Each pool has a minimum and maximum number of connections.</p>
 
-<p>You configure locator, server, and pool settings declaratively in the client&rsquo;s <code>cache.xml</code> file or programmatically through the <code>PoolFactory</code> method. You create an instance of <code>PoolFactory</code> through <code>PoolManager</code>.</p>
+<p>Each cache operation that requires server connectivity obtains a connection from the pool for the server group that the operation affects, performs the operation using the connection, and returns the connection to the pool. If the pool size is less than the maximum number of connections and all connections are in use, the connection pool creates a new connection and returns it. If the pool is at the maximum number of connections, that thread blocks until a connection becomes available [...]
 
-<ul>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a></strong></p>
+<p>The connection pool has a configurable timeout period that is used to expire idle connections. The idle connections are expired until the pool has the minimum number of connections. A monitoring thread expires idle connections, adds sufficient connections to bring up the count to minimum, and closes connections whose lifetime has been exceeded. See the <code>load-conditioning-interval</code> and <code>idle-timeout</code> attributes of the <a href="../../reference/topics/client-cache.h [...]
 
-<p>The native client API allows your clients to create and manage connection pools. The server side does not have an API.</p></li>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a></strong></p>
+<p><a id="client-load-balancing__fig_226964BAA1464DBA9F5CEDC2CB7B3585"></a>
+<span class="figtitleprefix">Figure: </span>Logical Architecture of Client/Server Connections</p>
 
-<p>Connection pools require standard client/server distributed system and cache configuration settings. You must also configure settings for the locator, server, and pool elements.</p></li>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a></strong></p>
+<p><img src="../images/client-server-arch.gif" id="client-load-balancing__image_1E8316666E1B4CC2ADE4D927B629E49F" class="image" /></p>
 
-<p>Each connection pool has a single subscription connection that can be to any server that matches the requirements of the connection pool.</p></li>
-</ul>
+<p>When a connection receives an exception, the operation is failed over to another connection from the pool. The failover mechanism obtains the endpoint to failover to from the locator or from the specified endpoint list in the pool.</p>
 
         
 
@@ -320,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html b/docs/geode-native/dotnet/113/connection-pools/about-server-locators.html
similarity index 87%
copy from docs/geode-native/dotnet/113/preserving-data/initial-operation.html
copy to docs/geode-native/dotnet/113/connection-pools/about-server-locators.html
index 1b958ff..acf3a67 100644
--- a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
+++ b/docs/geode-native/dotnet/113/connection-pools/about-server-locators.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Initial Operation |
+      Server Locators |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_preserving-data docs_geode-native_dotnet_113_preserving-data_initial-operation has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_about-server-locators has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Initial Operation
+    Server Locators
   </h1>
 
           <div id="js-quick-links" >
@@ -275,9 +260,19 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>The initial startup of a durable client is similar to the startup of any other client, except that it specifically calls the <code>Cache.readyForEvents</code> method when all regions and listeners on the client are ready to process messages from the server.</p>
+<p>Server locators continuously monitor server availability and server load information. The client is configured with a list of server locators and consults a server locator to request a connection to a server in the distributed system.</p>
+
+<p>Locators provide clients with dynamic server discovery and server load balancing. They give clients connection information for the server with the least load at any given time.</p>
+
+<p>Server locators provide these main features:</p>
+
+<ul>
+<li>  <strong>Automated discovery of servers and locators</strong>. Adding and removing servers or locators is made easy as each client does not require a list of servers to be configured at the time of pool creation.</li>
+<li>  <strong>Client load rebalancing</strong>. Server locators give clients dynamic server information and provide server load rebalancing after servers depart or join the system.</li>
+<li>  <strong>High availability</strong>. When a client/server connection receives an exception, the connection is automatically failed over to another available connection in the pool. Redundancy is also provided for client subscriptions.</li>
+</ul>
 
-<p>See <a href="/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html#concept_C28D015FA85B4EE4B2F8D2DA5FCAFBFF">Sending the Cache Ready Message to the Server</a>.</p>
+<p>Alternatively, you can configure a pool statically with a list of endpoints. When the pools are statically configured, a round-robin load balancing policy is used to distribute connections across the servers.</p>
 
         
 
@@ -308,7 +303,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html b/docs/geode-native/dotnet/113/connection-pools/client-load-balancing.html
similarity index 87%
copy from docs/geode-native/dotnet/113/preserving-data/initial-operation.html
copy to docs/geode-native/dotnet/113/connection-pools/client-load-balancing.html
index 1b958ff..1d085c9 100644
--- a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
+++ b/docs/geode-native/dotnet/113/connection-pools/client-load-balancing.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Initial Operation |
+      How Client Load Balancing Works |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_preserving-data docs_geode-native_dotnet_113_preserving-data_initial-operation has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_client-load-balancing has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Initial Operation
+    How Client Load Balancing Works
   </h1>
 
           <div id="js-quick-links" >
@@ -275,9 +260,21 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>The initial startup of a durable client is similar to the startup of any other client, except that it specifically calls the <code>Cache.readyForEvents</code> method when all regions and listeners on the client are ready to process messages from the server.</p>
+<p>In a distributed system, servers can be added or removed and their capacity to service new client connections may vary. The server connectivity options are specified in the connection pool configuration.</p>
+
+<p>The connection pool API supports connecting to servers through server locators or directly connecting to servers.</p>
+
+<ul>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/about-server-locators.html">Server Locators</a></strong></p>
+
+<p>Server locators continuously monitor server availability and server load information. The client is configured with a list of server locators and consults a server locator to request a connection to a server in the distributed system.</p></li>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/about-connection-pools.html">Connection Pools</a></strong></p>
+
+<p>Clients contain connection pools. Each region is associated with a connection pool using a region attribute, and operations on the region use connections from the respective pools.</p></li>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/discovering-locators-dynamically.html">Discovering Locators Dynamically</a></strong></p>
 
-<p>See <a href="/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html#concept_C28D015FA85B4EE4B2F8D2DA5FCAFBFF">Sending the Cache Ready Message to the Server</a>.</p>
+<p>A background thread periodically queries the locator for any other locators joining the distributed system.</p></li>
+</ul>
 
         
 
@@ -308,7 +305,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html b/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html
index 2b3601c..58b2897 100644
--- a/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html
+++ b/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -279,6 +264,9 @@ limitations under the License.
 
 <p>This section lists the primary native client API for pool management. For complete information on the classes and interfaces described here, see the API documentation.</p>
 
+<p><strong>Note:</strong>
+Only C# versions of Pool API interfaces, classes, and methods are shown throughout the text in this section (example: <code>Pool.GetQueryService()</code>) . The code examples demonstrate both C++ and C# versions.</p>
+
 <p><strong>Apache.Geode.Client.Cache</strong></p>
 
 <ul>
@@ -320,7 +308,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html b/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html
index a323033..9e46706 100644
--- a/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html
+++ b/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -283,36 +268,11 @@ limitations under the License.
 <li>  Pool. Client/server connection pool.</li>
 </ul>
 
-<p>This page shows examples of creating a pool configuration programmatically using C# code, and declaratively using XML.</p>
-
-<h2 id="programmatic-pool-configuration">Programmatic Pool Configuration</h2>
-
-<p>This example shows a programmatic pool configuration. For a list of the attributes you can configure, see <code>PoolFactory</code> in the API docs.</p>
-<pre class="highlight csharp"><code><span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">34756</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetFreeConnectionTimeout</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">12345</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetIdleTimeout</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">5555</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetLoadConditioningInterval</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">23456</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetMaxConnections</span><span class="p">(</span><span class="m">7</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetMinConnections</span><span class="p">(</span><span class="m">3</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetPingInterval</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">12345</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetReadTimeout</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">23456</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetRetryAttempts</span><span class="p">(</span><span class="m">3</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetServerGroup</span><span class="p">(</span><span class="s">"ServerGroup1"</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetSocketBufferSize</span><span class="p">(</span><span class="m">32768</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetStatisticInterval</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">10123</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetSubscriptionAckInterval</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">567</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetSubscriptionEnabled</span><span class="p">(</span><span class="k">true</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetSubscriptionMessageTrackingTimeout</span><span class="p">(</span><span class="k">new</span> <span class="n">TimeSpan</span><span class="p">.</span><span class="nf">FromMilliseconds</span><span class="p">(</span><span class="m">900123</span><span class="p">))</span>
-      <span class="p">.</span><span class="nf">SetSubscriptionRedundancy</span><span class="p">(</span><span class="m">0</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetThreadLocalConnections</span><span class="p">(</span><span class="k">true</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"test_pool_1"</span><span class="p">);</span>
-</code></pre>
+<p>The example shows a declarative pool configuration. Following the example is a table that describes the attributes that can be configured.</p>
 
-<h2 id="declarative-(file-based)-pool-configuration">Declarative (File-based) Pool Configuration</h2>
+<h2 id="example—declarative-pool-configuration">Example—Declarative Pool Configuration</h2>
 
-<p>This example shows a file-based pool configuration using an XML configuration file. Following the example is a table that describes the XML pool attributes you can configure.</p>
+<p>This example shows a declarative pool configuration.</p>
 
 <p><strong>Note:</strong>
 You create an instance of <code>PoolFactory</code> through <code>PoolManager</code>.</p>
@@ -480,7 +440,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html b/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
index 62780fb..289db2e 100644
--- a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
+++ b/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -289,6 +274,9 @@ limitations under the License.
 <li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a></strong></p>
 
 <p>Each connection pool has a single subscription connection that can be to any server that matches the requirements of the connection pool.</p></li>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/running-connection-pool-code.html">Running the Connection Pool Code</a></strong></p>
+
+<p>Examples demonstrate a simple procedure to create a pool factory and then create a pool instance in C++ and C#. They also help you to execute a query.</p></li>
 </ul>
 
         
@@ -320,7 +308,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html b/docs/geode-native/dotnet/113/connection-pools/connection-pools.html
similarity index 89%
copy from docs/geode-native/dotnet/113/preserving-data/initial-operation.html
copy to docs/geode-native/dotnet/113/connection-pools/connection-pools.html
index 1b958ff..659c89a 100644
--- a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
+++ b/docs/geode-native/dotnet/113/connection-pools/connection-pools.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Initial Operation |
+      Using Connection Pools |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_preserving-data docs_geode-native_dotnet_113_preserving-data_initial-operation has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_connection-pools has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Initial Operation
+    Using Connection Pools
   </h1>
 
           <div id="js-quick-links" >
@@ -275,9 +260,16 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>The initial startup of a durable client is similar to the startup of any other client, except that it specifically calls the <code>Cache.readyForEvents</code> method when all regions and listeners on the client are ready to process messages from the server.</p>
+<p><em>Using Connection Pools</em> describes how connection pools achieve load balancing for the client and describes how to configure connection pools as server locators or as a list of servers.</p>
+
+<ul>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/client-load-balancing.html">How Client Load Balancing Works</a></strong></p>
+
+<p>In a distributed system, servers can be added or removed and their capacity to service new client connections may vary. The server connectivity options are specified in the connection pool configuration.</p></li>
+<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a></strong></p>
 
-<p>See <a href="/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html#concept_C28D015FA85B4EE4B2F8D2DA5FCAFBFF">Sending the Cache Ready Message to the Server</a>.</p>
+<p>A pool can be configured as locators or as a list of servers.</p></li>
+</ul>
 
         
 
@@ -308,7 +300,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html b/docs/geode-native/dotnet/113/connection-pools/discovering-locators-dynamically.html
similarity index 87%
copy from docs/geode-native/dotnet/113/preserving-data/initial-operation.html
copy to docs/geode-native/dotnet/113/connection-pools/discovering-locators-dynamically.html
index 1b958ff..09515ca 100644
--- a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
+++ b/docs/geode-native/dotnet/113/connection-pools/discovering-locators-dynamically.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Initial Operation |
+      Discovering Locators Dynamically |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_preserving-data docs_geode-native_dotnet_113_preserving-data_initial-operation has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_discovering-locators-dynamically has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Initial Operation
+    Discovering Locators Dynamically
   </h1>
 
           <div id="js-quick-links" >
@@ -275,9 +260,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>The initial startup of a durable client is similar to the startup of any other client, except that it specifically calls the <code>Cache.readyForEvents</code> method when all regions and listeners on the client are ready to process messages from the server.</p>
+<p>A background thread periodically queries the locator for any other locators joining the distributed system.</p>
+
+<p>However, if locator A (to which the client is connected) goes down before it discovers locator B, locator B is never discovered even though it is alive and the client receives a <code>NoLocatorsAvailable</code> exception.</p>
+
+<p>One connection is attached to every application thread that is <code>local</code> to the respective thread. This is known as a thread local connection.</p>
+
+<p>In this case, to perform any cache operation the client is not required to obtain a connection from pool. Instead the thread local connection of the client is used.</p>
+
+<p>A thread local connection can be released by invoking the <code>Pool::releaseThreadLocalConnection()</code> method. The released connection is returned to the pool. If the number of threads is larger than the number of <code>max-connections</code>, the client throws an <code>AllConnectionsInUseException</code> after the <code>free-connection-timeout</code> lapses, unless the <code>Pool::releaseThreadLocalConnection()</code> method is used judiciously.</p>
 
-<p>See <a href="/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html#concept_C28D015FA85B4EE4B2F8D2DA5FCAFBFF">Sending the Cache Ready Message to the Server</a>.</p>
+<p>If a connection expires or the server goes down on which the connection was established, a thread local connection is immediately replaced with a good connection obtained from the pool.</p>
 
         
 
@@ -308,7 +301,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html b/docs/geode-native/dotnet/113/connection-pools/running-connection-pool-code.html
similarity index 80%
copy from docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
copy to docs/geode-native/dotnet/113/connection-pools/running-connection-pool-code.html
index 62780fb..512285f 100644
--- a/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html
+++ b/docs/geode-native/dotnet/113/connection-pools/running-connection-pool-code.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      Configuring Pools |
+      Running the Connection Pool Code |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -21,7 +21,7 @@
   
 </head>
 
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_configuring-pools has-subnav">
+<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_connection-pools docs_geode-native_dotnet_113_connection-pools_running-connection-pool-code has-subnav">
 
 <div class="viewport">
   <div class='wrap'>
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    Configuring Pools
+    Running the Connection Pool Code
   </h1>
 
           <div id="js-quick-links" >
@@ -275,21 +260,55 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>A pool can be configured as locators or as a list of servers.</p>
-
-<p>You configure locator, server, and pool settings declaratively in the client&rsquo;s <code>cache.xml</code> file or programmatically through the <code>PoolFactory</code> method. You create an instance of <code>PoolFactory</code> through <code>PoolManager</code>.</p>
-
-<ul>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a></strong></p>
-
-<p>The native client API allows your clients to create and manage connection pools. The server side does not have an API.</p></li>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a></strong></p>
-
-<p>Connection pools require standard client/server distributed system and cache configuration settings. You must also configure settings for the locator, server, and pool elements.</p></li>
-<li><p><strong><a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a></strong></p>
-
-<p>Each connection pool has a single subscription connection that can be to any server that matches the requirements of the connection pool.</p></li>
-</ul>
+<p>Examples demonstrate a simple procedure to create a pool factory and then create a pool instance in C++ and C#. They also help you to execute a query.</p>
+
+<p>The examples create a pool with locators. Ensure that you create a pool with locators or endpoints, but not both. The first example demonstrates creating a pool by adding locators. The second example demonstrates creating a pool by adding servers. For more information, see the example in the QuickStart Guide.</p>
+
+<h2 id="connection-pool-creation-and-execution-using-c++">Connection Pool Creation and Execution Using C++</h2>
+<pre class="highlight plaintext"><code>PropertiesPtr prptr = Properties::create();
+systemPtr = CacheFactory::createCacheFactory(prptr);
+
+cachePtr = systemPtr-&gt;create();
+PoolFactoryPtr poolFacPtr = PoolManager::createFactory();
+//to create pool add either endpoints or add locators or servers
+//pool with endpoint, adding to pool factory
+//poolFacPtr-&gt;addServer("localhost", 12345 /*port number*/);
+//pool with locator, adding to pool factory
+poolFacPtr-&gt;addLocator("localhost", 34756 /*port number*/);
+PoolPtr pptr = NULLPTR;
+if ((PoolManager::find("examplePool")) == NULLPTR) {
+  // Pool with this name does not exist
+  pptr = poolFacPtr-&gt;create("examplePool");
+}
+RegionFactoryPtr regionFactory =
+    cachePtr-&gt;createRegionFactory(CACHING_PROXY);
+regionPtr = regionFactory
+    -&gt;setPoolName("examplePool")
+    -&gt;create("regionName");
+QueryServicePtr qs = cachePtr-&gt;getQueryService("examplePool");
+</code></pre>
+
+<h2 id="connection-pool-creation-and-execution-using-c#-.net">Connection Pool Creation and Execution Using C# .NET</h2>
+<pre class="highlight plaintext"><code>Properties prop = Properties.Create();
+CacheFactory cacheFactory = CacheFactory.CreateCacheFactory(prop);
+Cache cache = cacheFactory.Create();
+
+PoolFactory poolFact = PoolManager.CreateFactory();
+//to create pool add either endpoints or add locators
+//pool with endpoint, adding to pool factory.
+poolFact.AddServer("localhost", 40404 /*port number*/);
+//pool with locator, adding to pool factory
+//poolFact.AddLocator("hostname", 15000 /*port number*/);
+Pool pool = null;
+if (PoolManager.Find("poolName") == null) {
+  pool = poolFact.Create("poolName");
+}
+int loadConditInterval = pool.LoadConditioningInterval;
+RegionFactory regionFactory =
+    cache.CreateRegionFactory(RegionShortcut.CACHING_PROXY);
+IRegion&lt;string, string&gt; region =
+    regionFactory.SetPoolName(poolName).Create&lt;string, string&gt;(regionName);
+</code></pre>
 
         
 
@@ -320,7 +339,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html b/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html
index 70f0e78..7570773 100644
--- a/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html
+++ b/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -325,7 +310,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/continuous-queries.html b/docs/geode-native/dotnet/113/continuous-queries.html
index 09b7f5f..8c2ddb1 100644
--- a/docs/geode-native/dotnet/113/continuous-queries.html
+++ b/docs/geode-native/dotnet/113/continuous-queries.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -424,7 +409,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/function-execution.html b/docs/geode-native/dotnet/113/function-execution.html
index 1f4c6a4..88e657b 100644
--- a/docs/geode-native/dotnet/113/function-execution.html
+++ b/docs/geode-native/dotnet/113/function-execution.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -477,7 +462,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/getting-started/app-dev-walkthrough-dotnet.html b/docs/geode-native/dotnet/113/getting-started/app-dev-walkthrough-dotnet.html
index 8b277aa..76543a9 100644
--- a/docs/geode-native/dotnet/113/getting-started/app-dev-walkthrough-dotnet.html
+++ b/docs/geode-native/dotnet/113/getting-started/app-dev-walkthrough-dotnet.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -406,7 +391,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html b/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html
index 4c329ab..6b9f452 100644
--- a/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html
+++ b/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -302,34 +287,37 @@ and <a href="serverman/topologies_and_comm/cs_configuration/chapter_overview.htm
 <p>To connect to a server, your application must follow these steps:</p>
 
 <ol>
-<li>Create a cache, setting characteristics of interest (for example, <code>log-level</code>).</li>
-<li>Use the cache to create a named pool of network connections, specifying the hostname and port for at least one server locator.</li>
-<li>Instantiate a region of the desired type (usually PROXY, sometimes CACHING_PROXY) and connect it by name to its counterpart on the server.</li>
+<li>Instantiate a <code>CacheFactory</code>, setting characteristics of interest (for example, <code>log-level</code>).</li>
+<li>Create a cache and use it to instantiate a <code>PoolFactory</code>, specifying the hostname and port for the server locator.</li>
+<li>Create a named pool of network connections.</li>
+<li>Instantiate a region of the desired type (usually CACHING_PROXY or PROXY) and connect it by name to its counterpart on the server.</li>
 </ol>
 
 <p>Once the connection pool and the shared region are in place, your client application is ready to share data with the server.</p>
 
 <p><strong>Server Connection: .NET Example</strong></p>
 
-<p>Create a cache and set its characteristics:</p>
-<pre class="highlight csharp"><code><span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">SetAuthInitialize</span><span class="p">(</span><span class="k">new</span> <span class="nf">ExampleAuthInitialize</span><span class="p">())</span>
-    <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
-</code></pre>
+<p>This example of connecting to the server is taken from the .NET <code>PutGetRemove</code> example.</p>
 
-<p>Use the cache to create a named pool of network connections, specifying the hostname and port for the server locator:</p>
-<pre class="highlight csharp"><code><span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
-</code></pre>
+<p>Instantiate a <code>CacheFactory</code> and set its characteristics:</p>
+<pre class="highlight csharp"><code>    <span class="kt">var</span> <span class="n">cacheFactory</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>     <span class="c1">// instantiate cache factory
+</span>        <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">);</span>            <span class="c1">// set cache log-level characteristics
+</span></code></pre>
 
-<p>Instantiate a region of the desired type and connect to the pool by name:</p>
-<pre class="highlight csharp"><code><span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
-<span class="kt">var</span> <span class="n">region</span> <span class="p">=</span> <span class="n">regionFactory</span><span class="p">.</span><span class="n">Create</span><span class="p">&lt;</span><span class="kt">string</span><span class="p">,</span> <span class="kt">string</span><span class="p">&gt;(</span><span class="s">"example_userinfo"</span><span class="p">);</span>
-</code></pre>
+<p>Create a cache and use it to instantiate a <code>PoolFactory</code>:</p>
+<pre class="highlight csharp"><code>    <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="n">cacheFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">();</span>        <span class="c1">// create cache
+</span>
+    <span class="kt">var</span> <span class="n">poolFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolFactory</span><span class="p">()</span>  <span class="c1">// instantiate pool factory
+</span>        <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">);</span>      <span class="c1">// add locator to pool factory
+</span></code></pre>
+
+<p>Create a named pool of network connections, and instantiate a region of the desired type:</p>
+<pre class="highlight csharp"><code>    <span class="n">poolFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>               <span class="c1">// create a pool called "pool" that knows where the server is
+</span>
+    <span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span> <span class="c1">// instantiate region factory with PROXY characteristics
+</span>        <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
+    <span class="kt">var</span> <span class="n">region</span> <span class="p">=</span> <span class="n">regionFactory</span><span class="p">.</span><span class="n">Create</span><span class="p">&lt;</span><span class="kt">string</span><span class="p">,</span> <span class="kt">string</span><span class="p">&gt;(</span><span class="s">"example_userinfo"</span><span class="p">);</span> <span class="c1">// create a connection to the region "example_userinfo" on the server
+</span></code></pre>
 
 <p>See the <em>Geode User Guide</em> section <a href="serverman/topologies_and_comm/cs_configuration/setting_up_a_client_server_system.html">Configuring a Client/Server System</a>
 for more details.</p>
@@ -414,7 +402,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/getting-started/put-get-example.html b/docs/geode-native/dotnet/113/getting-started/put-get-example.html
index fb6be82..a9dffbb 100644
--- a/docs/geode-native/dotnet/113/getting-started/put-get-example.html
+++ b/docs/geode-native/dotnet/113/getting-started/put-get-example.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -282,7 +267,7 @@ The example is located in <code>../examples/dotnet/putgetremove</code>. </p>
 <p>The example performs a sequence of operations, displaying simple log entries as they run.</p>
 
 <ul>
-<li><p>To run the example, follow the instructions in the <code>README.md</code> file in the example directory.</p></li>
+<li>To run the example, follow the instructions in the <code>README.md</code> file in the example directory.</li>
 <li><p>Review the source code in the example directory to see exactly how it operates.</p></li>
 <li><p>Begin by running a script that sets up the server-side environment by invoking <code>gfsh</code> commands to create a region, simply called &ldquo;example_userinfo.&rdquo;</p></li>
 <li><p>Run the example client application, which performs the following steps:</p>
@@ -301,39 +286,38 @@ The example is located in <code>../examples/dotnet/putgetremove</code>. </p>
 For the complete source, see the example source directory.</p>
 
 <p>The .NET example creates a cache, then uses it to create a connection pool and a region object (of class <code>IRegion</code>).</p>
-<pre class="highlight csharp"><code>  <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
-
-  <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
-
-  <span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
-  <span class="kt">var</span> <span class="n">region</span> <span class="p">=</span> <span class="n">regionFactory</span><span class="p">.</span><span class="n">Create</span><span class="p">&lt;</span><span class="kt">string</span><span class="p">,</span> <span class="kt">string</span><span class="p">&gt;(</span><span class="s">"example_userinfo"</span><span class="p">);</span>
+<pre class="highlight csharp"><code>   <span class="kt">var</span> <span class="n">cacheFactory</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">);</span>
+   <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="n">cacheFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
+
+   <span class="kt">var</span> <span class="n">poolFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">);</span>
+   <span class="n">poolFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
+
+   <span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
+       <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
+   <span class="kt">var</span> <span class="n">region</span> <span class="p">=</span> <span class="n">regionFactory</span><span class="p">.</span><span class="n">Create</span><span class="p">&lt;</span><span class="kt">string</span><span class="p">,</span> <span class="kt">string</span><span class="p">(</span><span class="s">"example_userinfo"</span><span class="p">);</span>
 </code></pre>
 
 <p>After declaring some keys and values, the client then populates the data store with two key/value pairs. </p>
-<pre class="highlight csharp"><code>  <span class="n">region</span><span class="p">.</span><span class="nf">Put</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">,</span> <span class="n">rtimmonsValue</span><span class="p">);</span>
-  <span class="n">region</span><span class="p">.</span><span class="nf">Put</span><span class="p">(</span><span class="n">scharlesKey</span><span class="p">,</span> <span class="n">scharlesValue</span><span class="p">);</span>
+<pre class="highlight csharp"><code>      <span class="n">region</span><span class="p">.</span><span class="nf">Put</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">,</span> <span class="n">rtimmonsValue</span><span class="p">);</span>
+      <span class="n">region</span><span class="p">.</span><span class="nf">Put</span><span class="p">(</span><span class="n">scharlesKey</span><span class="p">,</span> <span class="n">scharlesValue</span><span class="p">);</span>
 </code></pre>
 
 <p>Next, the application retrieves the stored values using <code>Get</code> operations.</p>
-<pre class="highlight csharp"><code>  <span class="kt">var</span> <span class="n">user1</span> <span class="p">=</span> <span class="n">region</span><span class="p">.</span><span class="nf">Get</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">,</span> <span class="k">null</span><span class="p">);</span>
-  <span class="kt">var</span> <span class="n">user2</span> <span class="p">=</span> <span class="n">region</span><span class="p">.</span><span class="nf">Get</span><span class="p">(</span><span class="n">scharlesKey</span><span class="p">,</span> <span class="k">null</span><span class="p">);</span>
+<pre class="highlight csharp"><code>      <span class="kt">var</span> <span class="n">user1</span> <span class="p">=</span> <span class="n">region</span><span class="p">.</span><span class="nf">Get</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">,</span> <span class="k">null</span><span class="p">);</span>
+      <span class="kt">var</span> <span class="n">user2</span> <span class="p">=</span> <span class="n">region</span><span class="p">.</span><span class="nf">Get</span><span class="p">(</span><span class="n">scharlesKey</span><span class="p">,</span> <span class="k">null</span><span class="p">);</span>
 </code></pre>
 
 <p>Finally, the application deletes one of the stored values using the <code>Remove</code> method.</p>
-<pre class="highlight csharp"><code>  <span class="k">if</span> <span class="p">(</span><span class="n">region</span><span class="p">.</span><span class="nf">Remove</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">))</span>
-  <span class="p">{</span>
-    <span class="n">Console</span><span class="p">.</span><span class="nf">WriteLine</span><span class="p">(</span><span class="s">"Info for "</span> <span class="p">+</span> <span class="n">rtimmonsKey</span> <span class="p">+</span> <span class="s">" has been deleted"</span><span class="p">);</span>
-  <span class="p">}</span>
-  <span class="k">else</span>
-  <span class="p">{</span>
-    <span class="n">Console</span><span class="p">.</span><span class="nf">WriteLine</span><span class="p">(</span><span class="s">"Info for "</span> <span class="p">+</span> <span class="n">rtimmonsKey</span> <span class="p">+</span> <span class="s">" has not been deleted"</span><span class="p">);</span>
-  <span class="p">}</span>
+<pre class="highlight csharp"><code>      <span class="k">if</span> <span class="p">(</span><span class="n">region</span><span class="p">.</span><span class="nf">Remove</span><span class="p">(</span><span class="n">rtimmonsKey</span><span class="p">))</span>
+      <span class="p">{</span>
+        <span class="n">Console</span><span class="p">.</span><span class="nf">WriteLine</span><span class="p">(</span><span class="s">"Info for "</span> <span class="p">+</span> <span class="n">rtimmonsKey</span> <span class="p">+</span> <span class="s">" has been deleted"</span><span class="p">);</span>
+      <span class="p">}</span>
+      <span class="k">else</span>
+      <span class="p">{</span>
+        <span class="n">Console</span><span class="p">.</span><span class="nf">WriteLine</span><span class="p">(</span><span class="s">"Info for "</span> <span class="p">+</span> <span class="n">rtimmonsKey</span> <span class="p">+</span> <span class="s">" has not been deleted"</span><span class="p">);</span>
+      <span class="p">}</span>
 </code></pre>
 
         
@@ -365,7 +349,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/app-ops-during-int-reg.html b/docs/geode-native/dotnet/113/preserving-data/app-ops-during-int-reg.html
index 7dffdda..6249d78 100644
--- a/docs/geode-native/dotnet/113/preserving-data/app-ops-during-int-reg.html
+++ b/docs/geode-native/dotnet/113/preserving-data/app-ops-during-int-reg.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -318,7 +303,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/client-side-config.html b/docs/geode-native/dotnet/113/preserving-data/client-side-config.html
index fe7e66e..c4843ac 100644
--- a/docs/geode-native/dotnet/113/preserving-data/client-side-config.html
+++ b/docs/geode-native/dotnet/113/preserving-data/client-side-config.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -318,7 +303,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/config-durable-interest-keys.html b/docs/geode-native/dotnet/113/preserving-data/config-durable-interest-keys.html
index 0095e19..fbc0a81 100644
--- a/docs/geode-native/dotnet/113/preserving-data/config-durable-interest-keys.html
+++ b/docs/geode-native/dotnet/113/preserving-data/config-durable-interest-keys.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -330,7 +315,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/config-durable-reconnect.html b/docs/geode-native/dotnet/113/preserving-data/config-durable-reconnect.html
index 5a41652..4c86fcb 100644
--- a/docs/geode-native/dotnet/113/preserving-data/config-durable-reconnect.html
+++ b/docs/geode-native/dotnet/113/preserving-data/config-durable-reconnect.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -342,7 +327,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/configuring-durable-nc.html b/docs/geode-native/dotnet/113/preserving-data/configuring-durable-nc.html
index 3f7fe77..a55ec39 100644
--- a/docs/geode-native/dotnet/113/preserving-data/configuring-durable-nc.html
+++ b/docs/geode-native/dotnet/113/preserving-data/configuring-durable-nc.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -334,7 +319,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/configuring-nc-ha.html b/docs/geode-native/dotnet/113/preserving-data/configuring-nc-ha.html
index 2dda711..b83a77b 100644
--- a/docs/geode-native/dotnet/113/preserving-data/configuring-nc-ha.html
+++ b/docs/geode-native/dotnet/113/preserving-data/configuring-nc-ha.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -300,7 +285,7 @@ limitations under the License.
 
 <p>You can set the redundancy level programmatically. This example creates a client cache with two redundant cache servers configured in addition to the primary server.</p>
 
-<p>The server redundancy level can be configured using the pool API. For more information about the pool API, see <a href="../connection-pools/connection-pools.html#using-connection-pools">Using Connection Pools</a>.</p>
+<p>The server redundancy level can be configured using the pool API. For more information about the pool API, see <a href="/docs/geode-native/dotnet/113/connection-pools/connection-pools.html#using-connection-pools">Using Connection Pools</a>.</p>
 <pre class="highlight plaintext"><code>PropertiesPtr pp = Properties::create( );
 systemPtr = CacheFactory::createCacheFactory(pp);
 // Create a cache.
@@ -343,7 +328,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/disconnecting-from-server.html b/docs/geode-native/dotnet/113/preserving-data/disconnecting-from-server.html
index a5cc7ca..c8df1cf 100644
--- a/docs/geode-native/dotnet/113/preserving-data/disconnecting-from-server.html
+++ b/docs/geode-native/dotnet/113/preserving-data/disconnecting-from-server.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -316,7 +301,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/disconnection.html b/docs/geode-native/dotnet/113/preserving-data/disconnection.html
index d7fbafa..560d7f5 100644
--- a/docs/geode-native/dotnet/113/preserving-data/disconnection.html
+++ b/docs/geode-native/dotnet/113/preserving-data/disconnection.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -326,7 +311,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/durable-client-life-cycle.html b/docs/geode-native/dotnet/113/preserving-data/durable-client-life-cycle.html
index 10e54b5..4553d2c 100644
--- a/docs/geode-native/dotnet/113/preserving-data/durable-client-life-cycle.html
+++ b/docs/geode-native/dotnet/113/preserving-data/durable-client-life-cycle.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -324,7 +309,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging-req.html b/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging-req.html
index 23468d0..4d96cee 100644
--- a/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging-req.html
+++ b/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging-req.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -321,7 +306,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging.html b/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging.html
index caaf47c..0f2128e 100644
--- a/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging.html
+++ b/docs/geode-native/dotnet/113/preserving-data/durable-client-messaging.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -327,7 +312,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/durable-message-replay.html b/docs/geode-native/dotnet/113/preserving-data/durable-message-replay.html
index bdf3888..7fd83c3 100644
--- a/docs/geode-native/dotnet/113/preserving-data/durable-message-replay.html
+++ b/docs/geode-native/dotnet/113/preserving-data/durable-message-replay.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -326,7 +311,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/high-availability-client-server.html b/docs/geode-native/dotnet/113/preserving-data/high-availability-client-server.html
index 66c97a4..b98dc99 100644
--- a/docs/geode-native/dotnet/113/preserving-data/high-availability-client-server.html
+++ b/docs/geode-native/dotnet/113/preserving-data/high-availability-client-server.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -317,7 +302,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/impl-cache-listeners-durable-clients.html b/docs/geode-native/dotnet/113/preserving-data/impl-cache-listeners-durable-clients.html
index 13d55dd..cc6e1f7 100644
--- a/docs/geode-native/dotnet/113/preserving-data/impl-cache-listeners-durable-clients.html
+++ b/docs/geode-native/dotnet/113/preserving-data/impl-cache-listeners-durable-clients.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -320,7 +305,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html b/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
index 1b958ff..0b7b965 100644
--- a/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
+++ b/docs/geode-native/dotnet/113/preserving-data/initial-operation.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -308,7 +293,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/preserving-data.html b/docs/geode-native/dotnet/113/preserving-data/preserving-data.html
index d81fad3..90c2ad0 100644
--- a/docs/geode-native/dotnet/113/preserving-data/preserving-data.html
+++ b/docs/geode-native/dotnet/113/preserving-data/preserving-data.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -320,7 +305,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/reconnection.html b/docs/geode-native/dotnet/113/preserving-data/reconnection.html
index b09155a..426b565 100644
--- a/docs/geode-native/dotnet/113/preserving-data/reconnection.html
+++ b/docs/geode-native/dotnet/113/preserving-data/reconnection.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -337,7 +322,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html b/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html
index d6ecec2..11bd018 100644
--- a/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html
+++ b/docs/geode-native/dotnet/113/preserving-data/sending-cache-ready-message.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -316,7 +301,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/sending-periodic-ack.html b/docs/geode-native/dotnet/113/preserving-data/sending-periodic-ack.html
index 93599f1..5d29350 100644
--- a/docs/geode-native/dotnet/113/preserving-data/sending-periodic-ack.html
+++ b/docs/geode-native/dotnet/113/preserving-data/sending-periodic-ack.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -330,7 +315,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/preserving-data/using-queue-conflation.html b/docs/geode-native/dotnet/113/preserving-data/using-queue-conflation.html
index db3f868..0b8fe74 100644
--- a/docs/geode-native/dotnet/113/preserving-data/using-queue-conflation.html
+++ b/docs/geode-native/dotnet/113/preserving-data/using-queue-conflation.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -326,7 +311,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/regions/region-attributes.html b/docs/geode-native/dotnet/113/regions/region-attributes.html
index d189a3e..78a12a5 100644
--- a/docs/geode-native/dotnet/113/regions/region-attributes.html
+++ b/docs/geode-native/dotnet/113/regions/region-attributes.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -352,7 +337,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/regions/regions.html b/docs/geode-native/dotnet/113/regions/regions.html
index 8c7ce44..fa30f23 100644
--- a/docs/geode-native/dotnet/113/regions/regions.html
+++ b/docs/geode-native/dotnet/113/regions/regions.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -300,33 +285,26 @@ Region creation is subject to attribute consistency checks.</p>
 <p>To create a region:</p>
 
 <ol>
-<li>Create a cache using <code>CacheFactory</code> to set its characteristics.</li>
+<li>Instantiate a <code>CacheFactory</code> and use it to create a cache.</li>
 <li>The cache includes an instance of <code>PoolManager</code>&mdash;use it to create a connection pool.</li>
-<li>Use the cache to instantiate a <code>RegionFactory</code> and use it to create a region, specifying any desired attributes
+<li>Use cache to instantiate a <code>RegionFactory</code> and use it to create a region, specifying any desired attributes
 and an association with the connection pool.</li>
 </ol>
 
 <h3 id=".net-c#-region-creation-example">.NET C# Region Creation Example</h3>
 
-<p>This example illustrates how to create two regions with different characteristics using C#:</p>
-<pre class="highlight csharp"><code><span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
+<p>This example illustrates how to create a pair of regions using C#:</p>
+<pre class="highlight csharp"><code><span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">().</span><span class="nf">Create</span><span class="p">();</span>
 
 <span class="kt">var</span> <span class="n">examplePool</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
     <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">)</span>
+    <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">40404</span><span class="p">)</span>
     <span class="p">.</span><span class="nf">SetSubscriptionEnabled</span><span class="p">(</span><span class="k">true</span><span class="p">)</span>
     <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"examplePool"</span><span class="p">);</span>
 
 <span class="kt">var</span> <span class="n">clientRegion1</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
   <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"examplePool"</span><span class="p">)</span>
   <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"clientRegion1"</span><span class="p">);</span>
-
-<span class="kt">var</span> <span class="n">clientRegion2</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">CACHING_PROXY</span><span class="p">)</span>
-  <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"examplePool"</span><span class="p">)</span>
-  <span class="p">.</span><span class="nf">SetEntryTimeToLive</span><span class="p">(</span><span class="n">ExpirationAction</span><span class="p">.</span><span class="n">Invalidate</span><span class="p">,</span> <span class="k">new</span> <span class="nf">TimeSpan</span><span class="p">(</span><span class="m">0</span><span class="p">,</span> <span class="m">0</span><span class="p">,</span> <span class="m">120</span><span class="p">))</span>
-  <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"clientRegion2"</span><span class="p">);</span>
 </code></pre>
 
 <h2 id="declarative-region-creation"><a id="declarative-region-creation"></a>Declarative Region Creation</h2>
@@ -343,7 +321,7 @@ attribute settings, in a <code>cache.xml</code> file that is loaded at cache cre
       <span class="err">http://geode.apache.org/schema/cpp-cache/cpp-cache-1.0.xsd"</span>
     <span class="na">version=</span><span class="s">"1.0"</span><span class="nt">&gt;</span>
     <span class="nt">&lt;pool</span> <span class="na">name=</span><span class="s">"examplePool"</span> <span class="na">subscription-enabled=</span><span class="s">"true"</span><span class="nt">&gt;</span>
-        <span class="nt">&lt;server</span> <span class="na">host=</span><span class="s">"localhost"</span> <span class="na">port=</span><span class="s">"10334"</span> <span class="nt">/&gt;</span>
+        <span class="nt">&lt;server</span> <span class="na">host=</span><span class="s">"localhost"</span> <span class="na">port=</span><span class="s">"40404"</span> <span class="nt">/&gt;</span>
     <span class="nt">&lt;/pool&gt;</span>
     <span class="nt">&lt;region</span> <span class="na">name=</span><span class="s">"clientRegion1"</span> <span class="na">refid=</span><span class="s">"PROXY"</span><span class="nt">&gt;</span>
         <span class="nt">&lt;region-attributes</span> <span class="na">pool-name=</span><span class="s">"examplePool"</span><span class="nt">/&gt;</span>
@@ -472,7 +450,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/regions/registering-interest-for-entries.html b/docs/geode-native/dotnet/113/regions/registering-interest-for-entries.html
index 8bd5410..19baf5a 100644
--- a/docs/geode-native/dotnet/113/regions/registering-interest-for-entries.html
+++ b/docs/geode-native/dotnet/113/regions/registering-interest-for-entries.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -379,7 +364,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/remote-queries.html b/docs/geode-native/dotnet/113/remote-queries.html
index 1f2cb0b..0dd2525 100644
--- a/docs/geode-native/dotnet/113/remote-queries.html
+++ b/docs/geode-native/dotnet/113/remote-queries.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -400,7 +385,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/security/authentication.html b/docs/geode-native/dotnet/113/security/authentication.html
index 080cecc..4064d9f 100644
--- a/docs/geode-native/dotnet/113/security/authentication.html
+++ b/docs/geode-native/dotnet/113/security/authentication.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -283,11 +268,12 @@ this means setting the authentication credentials when you create the CacheFacto
 
 <h3 id=".net-authentication-example">.NET Authentication Example</h3>
 
+<p>The following excerpt is taken from the .NET example provided with your Native Client distribution in the <code>../examples/dotnet/authinitialize</code> directory.</p>
+
 <p>In this C# authentication example, the <code>CacheFactory</code> creation process sets the authentication callback:</p>
-<pre class="highlight csharp"><code>  <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">SetAuthInitialize</span><span class="p">(</span><span class="k">new</span> <span class="nf">ExampleAuthInitialize</span><span class="p">())</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
+<pre class="highlight csharp"><code>  <span class="kt">var</span> <span class="n">cacheFactory</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
+    <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
+    <span class="p">.</span><span class="nf">SetAuthInitialize</span><span class="p">(</span><span class="k">new</span> <span class="nf">ExampleAuthInitialize</span><span class="p">());</span>
 </code></pre>
 
 <p>Credentials are implemented in the <code>GetCredentials</code> member function of the <code>ExampleAuthInitialize</code> class, which implements the <code>IAuthInitialize</code> interface:</p>
@@ -348,7 +334,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/security/security-systemprops.html b/docs/geode-native/dotnet/113/security/security-systemprops.html
deleted file mode 100644
index e7323d9..0000000
--- a/docs/geode-native/dotnet/113/security/security-systemprops.html
+++ /dev/null
@@ -1,355 +0,0 @@
-<!doctype html>
-<html>
-<head>
-  <meta charset="utf-8">
-  <!-- Always force latest IE rendering engine or request Chrome Frame -->
-  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
-
-  
-  <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
-  <!-- Use title if it's in the page YAML frontmatter -->
-  <title>
-      Security-Related System Properties |
-    Geode Native .NET Docs
-  </title>
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <link href="/stylesheets/all.css" rel="stylesheet" media="screen, print" />
-  <link href="/stylesheets/print.css" rel="stylesheet" media="print" />
-  <link href='/images/favicon.ico' rel='shortcut icon'>
-
-  <script src="/javascripts/all.js"></script>
-  
-</head>
-
-<body class="docs docs_geode-native docs_geode-native_dotnet docs_geode-native_dotnet_113 docs_geode-native_dotnet_113_security docs_geode-native_dotnet_113_security_security-systemprops has-subnav">
-
-<div class="viewport">
-  <div class='wrap'>
-    <script type="text/javascript">
-      document.domain = "apache.org";
-    </script>
-
-    <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<header class="header header-layout">
-  <h1 class="logo">
-    <a href="/">
-        <img src="/images/Apache_Geode_logo_symbol_white.png" style="width:30px;">
-      Apache Geode Native .NET Documentation
-    </a>
-  </h1>
-  <div class="header-links js-bar-links">
-    <div class="btn-menu" data-behavior="MenuMobile"></div>
-    <div class="header-item"><a href="http://geode.apache.org">Back to Product Page</a></div>
-    <div class="header-item">
-      <a href="http://geode.apache.org/community" target="_blank">Community</a>
-    </div>
-  </div>
-</header>
-
-
-    <div class="container">
-
-      <!--googleoff: index-->
-      <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<div id="sub-nav" class="js-sidenav nav-container" role="navigation">
-<a class="sidenav-title" data-behavior="SubMenuMobile">Doc Index</a>
-  <div class="nav-content">
-  <ul>
-    <li>
-      <a href="/docs/geode-native/dotnet/113/about-client-users-guide.html">Apache Geode Native Documentation</a>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html">Getting Started with the Native Library</a>
-      <ul>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html#set_up_dev_environment">Set Up Your Development Environment</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html#establish_cluster_access">Establish Access to a Geode Cluster</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html#app_dev_walkthroughs">Application Development Walkthroughs</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/getting-started/getting-started-nc-client.html#programming_examples">Programming Examples</a>
-        </li>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/getting-started/put-get-example.html">Put/Get/Remove Examples</a>
-        </li>
-      </ul>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/dotnet/113/configuring/configuration.html">Configuring a Client Application</a>
-      <ul>
-        <li>
-          <a href="/docs/geode-native/dotnet/113/configuring/system-level-configuration.html">System Level Configuration</a>
-        </li>
-      </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/dotnet/113/configuring/config-client-cache.html">Configuring the Client Cache</a>
-    </li>
-    <li class="has_submenu">
-      <a href="/docs/geode-native/dotnet/113/regions/regions.html">Configuring Regions</a>
-      <ul>
-        <li>
-        <a href="/docs/geode-native/dotnet/113/regions/registering-interest-for-entries.html">Registering Interest for Entries</a>
-        </li>
-        <li>
-        <a href="/docs/geode-native/dotnet/113/regions/region-attributes.html">Region Attributes</a>
-        </li>
-      </ul>
-    </li>
-
-    <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
-      <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
-      <ul>
-        <li class="has_submenu">
-          <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-serialization.html">Geode PDX Serialization</a>
-          <ul>
-            <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html">Using the Geode PDX Autoserializer</a>
-            </li>
-            <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
-            </li>
-            <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
-            </li>
-          </ul>
-        </li>
-      </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/dotnet/113/remote-queries.html">Remote Queries</a>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/dotnet/113/continuous-queries.html">Continuous Queries</a>
-    </li>
-
-    <li class="has_submenu">
-      <a href="/docs/geode-native/dotnet/113/security/security.html">Security: Authentication and Encryption</a>
-      <ul>
-        <li>
-        <a href="/docs/geode-native/dotnet/113/security/authentication.html">Authentication</a>
-        </li>
-        <li>
-        <a href="/docs/geode-native/dotnet/113/security/sslclientserver.html">TLS/SSL Client-Server Communication Encryption</a>
-        </li>
-      </ul>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/dotnet/113/function-execution.html">Function Execution</a>
-    </li>
-
-    <li>
-      <a href="/docs/geode-native/dotnet/113/transactions.html">Transactions</a>
-    </li>
-    <li>
-      <a href="/docs/geode-native/dotnet/113/configuring/sysprops.html">System Properties</a>
-    </li>
-    <li>
-      <a href="/docs/geode-native/dotnet/113/client-cache-ref.html">Client Cache XML Reference</a>
-    </li>
-  </ul>
-  </div>
-</div>
-
-      <!--googleon: index-->
-
-      <main class="content content-layout" id="js-content" role="main">
-        <a id="top"></a>
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<span style="font-weight:200;font-size:31px;" style="float:left;">
-    <img src="/images/Apache_Geode_logo_symbol.png" style="height:26px;">
-  Apache Geode Native .NET
-</span>
-  <span class="local-header version-info" style="float:right;">
-    <a href="https://cwiki.apache.org/confluence/display/GEODE/Release+Notes">CHANGELOG</a>
-  </span>
-
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-  <h1 class="title-container" >
-    Security-Related System Properties
-  </h1>
-
-          <div id="js-quick-links" >
-            
-          </div>
-        <div class="to-top" id="js-to-top">
-          <a href="#top" title="back to top"></a>
-        </div>
-        <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<p>The table describes the security-related system properties in the <code>geode.properties</code> file for native client authentication and authorization.</p>
-
-<p><a id="security__section_6DC4C72A2EEB432AA40DE97D438FD1E7"></a><a id="security__table_92A6A66523764199A19BCD66BA189921"></a></p>
-
-<table>
-<caption><span class="tablecap">System Properties for Client Authentication and Authorization</span></caption>
-<colgroup>
-<col width="50%" />
-<col width="50%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><code class="ph codeph">security-client-dhalgo</code></td>
-<td>Diffie-Hellman based credentials encryption is not supported.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">security-client-kspath</code></td>
-<td>Path to a .pem file, which contains the public certificates for all Geode cache servers to which the client can connect through specified endpoints.</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">ssl-enabled</code></td>
-<td>True if SSL connection support is enabled.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">ssl-keystore</code></td>
-<td>Name of the .pem keystore file, containing the client’s private key. Not set by default. Required if <code class="ph codeph">ssl-enabled</code> is true.</td>
-</tr>
-<tr class="odd">
-<td><code class="ph codeph">ssl-keystore-password</code></td>
-<td>Sets the password for the private key PEM file for SSL.</td>
-</tr>
-<tr class="even">
-<td><code class="ph codeph">ssl-truststore</code></td>
-<td><p>Name of the .pem truststore file, containing the servers’ public certificate. Not set by default. Required if <code class="ph codeph">ssl-enabled</code> is true</p></td>
-</tr>
-</tbody>
-</table>
-
-        
-
-      </main>
-    </div>
-  </div>
-</div>
-
-<div id="scrim"></div>
-
-<div class="container">
-  <footer class="site-footer-links">
-    <!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-<div class="copyright">
-  <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
-</div>
-<div class="support">
-  Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
-</div>
-
-  </footer>
-</div><!--end of container-->
-
-</body>
-</html>
diff --git a/docs/geode-native/dotnet/113/security/security.html b/docs/geode-native/dotnet/113/security/security.html
index 61738d0..e8919be 100644
--- a/docs/geode-native/dotnet/113/security/security.html
+++ b/docs/geode-native/dotnet/113/security/security.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -322,7 +307,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/security/sslclientserver.html b/docs/geode-native/dotnet/113/security/sslclientserver.html
index b334e14..5b56bf7 100644
--- a/docs/geode-native/dotnet/113/security/sslclientserver.html
+++ b/docs/geode-native/dotnet/113/security/sslclientserver.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -305,7 +290,7 @@ When configuring TLS/SSL security for your client, you may find it helpful to re
 must be able to communicate with both locator and server components.</p></li>
 <li><p>On the client, set <code>ssl-enabled</code> to <code>true</code>. </p></li>
 <li><p>On the client, set <code>ssl-keystore</code> and <code>ssl-truststore</code> to point to your keystore files. Paths to the keystore and truststore are local to the client.
-See <a href="/docs/geode-native/dotnet/113/security/security-systemprops.html#security">Security-Related System Properties</a> for a description of these properties.</p></li>
+See <a href="/docs/geode-native/dotnet/113/configuring/sysprops.html#attributes-gfcpp__table_security_props">Security Properties</a> for a description of these properties.</p></li>
 </ol>
 
 <h1 id="starting-and-stopping-the-client-and-server-with-ssl-in-place">Starting and stopping the client and server with SSL in place</h1>
@@ -323,6 +308,8 @@ SSL properties as described and with the servers or locators specified as usual.
 
 <p>For details on stopping and starting locators and cache servers with SSL, see <a href="geodeman/configuring/running/starting_up_shutting_down.html">Starting Up and Shutting Down Your System</a>.</p>
 
+<p>The Geode Native’s libcryptoImpl found in /lib must be linked at compile time.  This binary is used to interact with OpenSSL.  Link libcryptoImpl, native client, and your application code.  We highly recommend using cmake.</p>
+
 <p><strong>Example locator start command</strong></p>
 
 <p>Ensure that all required SSL properties are configured in your server&rsquo;s <code>geode.properties</code> file. Then start your locator as follows:</p>
@@ -376,7 +363,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/serialization/data-serialization.html b/docs/geode-native/dotnet/113/serialization/data-serialization.html
index 5beb855..dc1a9c1 100644
--- a/docs/geode-native/dotnet/113/serialization/data-serialization.html
+++ b/docs/geode-native/dotnet/113/serialization/data-serialization.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -319,7 +304,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html
index 26558f7..e2057d5 100644
--- a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html
+++ b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -434,7 +419,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-serialization.html b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-serialization.html
index 5ff4faa..427f7bd 100644
--- a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-serialization.html
+++ b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-serialization.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -336,9 +321,9 @@ stored in the cache in serialized form.</p>
 <p>See the following sections for details on implementing PDX serialization and autoserialization:</p>
 
 <ul>
-<li><a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html">Using the Geode Autoserializer</a></li>
+<li><a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/dotnet-pdx-autoserializer.html">Using the Geode PDX Autoserializer</a></li>
 <li><a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a></li>
-<li><a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a></li>
+<li><a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a></li>
 </ul>
 
         
@@ -370,7 +355,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html
index da8d0ed..049340a 100644
--- a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html
+++ b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html
@@ -9,7 +9,7 @@
   <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400italic,400,600' rel='stylesheet' type='text/css'>
   <!-- Use title if it's in the page YAML frontmatter -->
   <title>
-      IPdxSerializable Example |
+      IPdxSerializable Examples |
     Geode Native .NET Docs
   </title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -249,7 +234,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
   <h1 class="title-container" >
-    IPdxSerializable Example
+    IPdxSerializable Examples
   </h1>
 
           <div id="js-quick-links" >
@@ -275,12 +260,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-<p>The native client release contain an example showing how a client application
+<p>The native client release contains examples showing how a client application
 can register for serialization of domain objects using the .NET IPdxSerializable interface.</p>
 
-<p>The example is located in <code>examples\dotnet\pdxserializable</code>.</p>
+<p>The examples are located in <code>examples\dotnet\pdxserializable</code>.</p>
 
-<p>The example defines the serializable class, <code>Orders</code>, including its serialization and deserialization methods and its factory method.
+<p>The examples define the serializable class, <code>Orders</code>, including its serialization and deserialization methods and its factory method.
 Once these pieces are in place, execution is simple: the main routine of the example registers the serializable class then performs some put and get operations.</p>
 
 <p><a id="pdxsbl_execution"></a></p>
@@ -290,7 +275,7 @@ Once these pieces are in place, execution is simple: the main routine of the exa
 <p>The example performs a sequence of operations, displaying simple log entries as they run.</p>
 
 <ul>
-<li><p>To run the example, follow the instructions in the README.md file in the example directory.</p></li>
+<li>To run an example, follow the instructions in the README.md file in the example directory.</li>
 <li><p>Review the source code in the example directory to see exactly how it operates.</p></li>
 <li><p>Begin by running a script that sets up the server-side environment by invoking <code>gfsh</code> commands to create a region, a locator, and a server.</p></li>
 <li><p>Run the example client application, which performs the following steps:</p>
@@ -359,18 +344,17 @@ methods that perform the serialization and deserialization operations, respectiv
 </code></pre>
 
 <p>The .NET example mainline creates a cache, then uses it to register the PdxSerializable class that was created in Orders.cs:</p>
-<pre class="highlight csharp"><code><span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
+<pre class="highlight csharp"><code>   <span class="kt">var</span> <span class="n">cacheFactory</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">);</span>
+   <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="n">cacheFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
 
    <span class="n">cache</span><span class="p">.</span><span class="n">TypeRegistry</span><span class="p">.</span><span class="nf">RegisterPdxType</span><span class="p">(</span><span class="n">Order</span><span class="p">.</span><span class="n">CreateDeserializable</span><span class="p">);</span>
 </code></pre>
 
 <p>The client creates a connection pool and a region named &ldquo;example_orderobject&rdquo;:</p>
-<pre class="highlight csharp"><code><span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-    <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">)</span>
-    <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
+<pre class="highlight csharp"><code>   <span class="kt">var</span> <span class="n">poolFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">);</span>
+   <span class="n">poolFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
 
    <span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
         <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
@@ -424,7 +408,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html
index 717afeb..03e1108 100644
--- a/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html
+++ b/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -399,7 +384,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>
diff --git a/docs/geode-native/dotnet/113/transactions.html b/docs/geode-native/dotnet/113/transactions.html
index 55d74e3..20723b8 100644
--- a/docs/geode-native/dotnet/113/transactions.html
+++ b/docs/geode-native/dotnet/113/transactions.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring Pools</a>
-        <ul>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native Client Pool API</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Example</a>
+              <a href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable Examples</a>
             </li>
           </ul>
         </li>
@@ -351,14 +336,13 @@ treated as unsuccessful. The transaction is retried until it succeeds.</li>
 For the complete source, see the example source directory.</p>
 
 <p>The .NET example creates a cache, then uses it to create a connection pool.</p>
-<pre class="highlight csharp"><code>  <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">();</span>
+<pre class="highlight csharp"><code>   <span class="kt">var</span> <span class="n">cache</span> <span class="p">=</span> <span class="k">new</span> <span class="nf">CacheFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">Set</span><span class="p">(</span><span class="s">"log-level"</span><span class="p">,</span> <span class="s">"none"</span><span class="p">).</span><span class="nf">Create</span><span class="p">();</span>
+
+   <span class="kt">var</span> <span class="n">poolFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolFactory</span><span class="p">()</span>
+       <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">);</span>
 
-  <span class="n">cache</span><span class="p">.</span><span class="nf">GetPoolManager</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">CreateFactory</span><span class="p">()</span>
-      <span class="p">.</span><span class="nf">AddLocator</span><span class="p">(</span><span class="s">"localhost"</span><span class="p">,</span> <span class="m">10334</span><span class="p">)</span>
-      <span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
+   <span class="n">poolFactory</span><span class="p">.</span><span class="nf">Create</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
 
    <span class="kt">var</span> <span class="n">regionFactory</span> <span class="p">=</span> <span class="n">cache</span><span class="p">.</span><span class="nf">CreateRegionFactory</span><span class="p">(</span><span class="n">RegionShortcut</span><span class="p">.</span><span class="n">PROXY</span><span class="p">)</span>
        <span class="p">.</span><span class="nf">SetPoolName</span><span class="p">(</span><span class="s">"pool"</span><span class="p">);</span>
@@ -424,7 +408,7 @@ limitations under the License.
 -->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
-  &copy; 2020 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
+  &copy; 2021 <a href='http://www.apache.org/'>The Apache Software Foundation</a>.
 </div>
 <div class="support">
   Need help? <a href="http://geode.apache.org/community" target="_blank">Visit the Community</a>