Apache Ignite.NET
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 NApache
 NIgnite
 NAspNetIgnite ASP.NET integration.
 CIgniteOutputCacheProviderASP.NET output cache provider that uses Ignite cache as a storage
 CIgniteWebUtilsIgnite web utilities.
 NCoreIgnite APIs.
 NBinaryIgnite Binary Objects API classes.
 NCacheMain Data Grid APIs.
 NClusterCluster-related classes.
 NCommonCommon Ignite types.
 NCommunicationCommunication API.
 NComputeCompute Grid functionality.
 NDatastreamIgnite Streamer classes.
 NDataStructuresDistributed data structures.
 NDiscoveryNode discovery API.
 NEventsEvent Subscription functionality together with various events emitted by Ignite.
 NInteropPlatform interoperability.
 NLifecycleLifecycle-related classes.
 NMessagingTopic-based Messaging functionality.
 NResourceAttributes to inject resources into user-defined code such as tasks, jobs, entry processors.
 NServicesManaged Services APIs.
 NTransactionsTransaction-related classes.
 CIgniteConfigurationGrid configuration.
 CIgniteConfigurationSectionIgnite configuration section for app.config and web.config files.
 CIgnitionThis class defines a factory for the main Ignite API. Use Start() method to start Ignite with default configuration. All members are thread-safe and may be used concurrently from multiple threads.
 CIIgniteMain entry point for all Ignite APIs. You can obtain an instance of IGrid through Ignition.GetIgnite(), or for named grids you can use Ignition.GetIgnite(string). Note that you can have multiple instances of IGrid running in the same process by giving each instance a different name. All members are thread-safe and may be used concurrently from multiple threads.
 NLinqIgnite cache LINQ provider.
 CCacheLinqExtensionsExtensions methods for ICache<TK,TV>.
 CCompiledQueryRepresents a compiled cache query.
 CICacheQueryableCommon interface for cache queryables.
 CQueryOptionsCache query options.