Part IV Creating .NET Extend Clients
Learn how to use the Coherence*Extend .NET client library to create .NET clients that access Coherence caches on the cluster.
Coherence for .NET contains the following chapters:
- Introduction to Coherence .NET Clients
Learn about Coherence for .NET and how to set up Coherence .NET applications. - Building Integration Objects (.NET)
You can use Portable Object Format (POF) serialization when creating .NET clients. - Using the Coherence .NET Client Library
Learn about the Coherence for .NET API and how to add the .NET client library to an application. - Performing Continuous Queries (.NET)
You can use Continuous Query Caching in a .NET client to ensure that a query always retrieves the latest results from a cache in real-time. - Performing Remote Invocations (.NET)
You can perform remote invocations on Coherence caches from .NET clients. - Performing Transactions (.NET)
You can use the Transaction Framework API to ensure cache operations are performed within a transaction when using a .NET client. - Managing ASP.NET Session State
You can manage ASP.NET session state in a Coherence cluster by using a Coherence session provider. The Coherence session store uses the Coherence .NET extend client to store ASP.NET sessions in Coherence caches.