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

dmagda pushed a commit to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/IGNITE-7595 by this push:
     new b7eecb7  Ignite docs: references .NET specific pages from some generic 
places
b7eecb7 is described below

commit b7eecb7261df01d8ebabee1a099705f9a6846a19
Author: Denis Magda <dma...@gridgain.com>
AuthorDate: Mon Oct 5 13:18:58 2020 -0700

    Ignite docs: references .NET specific pages from some generic places
---
 docs/_docs/code-deployment/peer-class-loading.adoc | 8 ++++++++
 docs/_docs/cpp-specific/index.adoc                 | 8 ++++++++
 docs/_docs/net-specific/index.adoc                 | 8 ++++++++
 docs/_docs/quick-start/cpp.adoc                    | 4 ++++
 docs/_docs/quick-start/dotnet.adoc                 | 6 +++++-
 5 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/docs/_docs/code-deployment/peer-class-loading.adoc 
b/docs/_docs/code-deployment/peer-class-loading.adoc
index bb5cd71..8060495 100644
--- a/docs/_docs/code-deployment/peer-class-loading.adoc
+++ b/docs/_docs/code-deployment/peer-class-loading.adoc
@@ -6,6 +6,14 @@ Peer class loading refers to loading classes from a local node 
where they are de
 With peer class loading enabled, you don't have to manually deploy your Java 
code on each node in the cluster and re-deploy it each time it changes.
 Ignite automatically loads the classes from the node where they are defined to 
the nodes where they are used.
 
+[CAUTION]
+====
+[discrete]
+=== Automatic Assemblies Loading in .NET
+If you develop C# and .NET applications, then refer to the 
link:net-specific/net-remote-assembly-loading[Remote Assembly Loading]
+page for details on how to set up and use the peer-class-loading feature with 
that type of applications.
+====
+
 For example, when link:key-value-api/using-scan-queries[querying data] with a 
custom transformer, you only need to define your tasks on the client node that 
initiates the computation, and Ignite loads the classes to the server nodes.
 
 When enabled, peer class loading is used to deploy the following classes:
diff --git a/docs/_docs/cpp-specific/index.adoc 
b/docs/_docs/cpp-specific/index.adoc
new file mode 100644
index 0000000..33fbeb3
--- /dev/null
+++ b/docs/_docs/cpp-specific/index.adoc
@@ -0,0 +1,8 @@
+---
+layout: toc
+---
+
+= Ignite.C++ Specific Capabilities of Ignite
+
+This section covers Ignite features, configuration approaches and 
architectural nuances that are specific for C++
+applications.
diff --git a/docs/_docs/net-specific/index.adoc 
b/docs/_docs/net-specific/index.adoc
new file mode 100644
index 0000000..98acb76
--- /dev/null
+++ b/docs/_docs/net-specific/index.adoc
@@ -0,0 +1,8 @@
+---
+layout: toc
+---
+
+= Ignite.NET Specific Capabilities of Ignite
+
+This section covers Ignite features, configuration approaches and 
architectural nuances that are specific for C# and .NET
+applications.
diff --git a/docs/_docs/quick-start/cpp.adoc b/docs/_docs/quick-start/cpp.adoc
index 7de361f..1c9df3e 100644
--- a/docs/_docs/quick-start/cpp.adoc
+++ b/docs/_docs/quick-start/cpp.adoc
@@ -105,7 +105,11 @@ cd ./put-get-example
 
 From here, you may want to:
 
+* Check out the link:thin-clients/cpp-thin-client[C++ thin client] that 
provides a lightweight form of connectivity
+to Ignite clusters
 * Explore the link:{githubUrl}/modules/platforms/cpp/examples[additional C++ 
examples] included with Ignite
+* Refer to the link:cpp-specific[C{plus}{plus} specific section] of the 
documentation to learn more about capabilities
+that are available for C++ applications
 
 
 
diff --git a/docs/_docs/quick-start/dotnet.adoc 
b/docs/_docs/quick-start/dotnet.adoc
index 59b9880..7c14f55 100644
--- a/docs/_docs/quick-start/dotnet.adoc
+++ b/docs/_docs/quick-start/dotnet.adoc
@@ -72,6 +72,10 @@ And that's it! You should see a node launch and then display 
"Hello, World".
 
 From here, you may want to:
 
-* Explore the link:{githubUrl}/modules/platforms/dotnet/examples[additional 
examples^] included with Ignite
+* Check out the link:thin-clients/dotnet-thin-client[.NET thin client] that 
provides a lightweight form of connectivity
+to Ignite clusters
+* Explore the link:{githubUrl}/modules/platforms/dotnet/examples[additional 
examples] included with Ignite
+* Refer to the link:net-specific[NET-specific section] of the documentation to 
learn more about capabilities
+that are available for C# and .NET applications.
 
 

Reply via email to