These examples can be found under the, <GigaSpaces Root>\Examples folder.
Example Name and Description |
Example Folder |
HelloWorld This example demonstrates simple GigaSpaces .Net API usage. For more details, see the example description. |
<GigaSpaces Root>\dotnet\examples\HelloWorld |
SpaceTutorial This example demonstrates how to perform common tasks using the GigaSpaces.NET API. For more details, see the example description. |
<GigaSpaces Root>\dotnet\examples\SpaceTutorial |
DotNetJava This example illustrates basic interoperability operations between Java and .NET space proxies. For more details, see the example description. For the Wiki page, see .Net-Java Example. |
<GigaSpaces Root>\dotnet\examples\DotNetJava |
Data Grid This is an advanced example that demonstrates the usage of various space topologies. After a chosen topology is deployed, a DataLoader application writes .NET objects that represent accounts to the cluster. Two reader applications (simple and notified) are used to read the written accounts. For more details, see the example description. For the Wiki page, see Enterprise Data Grid Tutorial A - Basic Topologies. |
<GigaSpaces Root>\dotnet\examples\DataGrid |
Benchmark This example measures the performance of several GigaSpaces .Net API operations. For more details, see the example description. For the Wiki page, see .Net Benchmark Example. |
<GigaSpaces Root>\dotnet\examples\Benchmark |
Processing Unit The Processing Unit example demonstrates how to implement a basic processing unit and the different ways of deploying it. For more details, see the example description. For the Wiki page, see .NET Processing Unit Data Example. |
<GigaSpaces Root>\dotnet\examples\ProcessingUnit |
|