| | {section} |
| | {column:width=70%} |
| | h2. Overview |
| | *Coherence for .NET* allows .NET applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses of Coherence for .NET include desktop and web applications that require access to Coherence caches. |
| | |
| | Coherence for .NET consists of a lightweight .NET library that connects to a Coherence*Extend clustered service instance running within the Coherence cluster using a high performance TCP/IP-based communication layer. This library sends all client requests to the Coherence*Extend clustered service which, in turn, responds to client requests by delegating to an actual Coherence clustered service (for example, a Partitioned or Replicated cache service). |
| | |
| | An {{INamedCache}} instance is retrieved via the {{CacheFactory.GetCache(...)}} API call. Once it is obtained, a client accesses the {{INamedCache}} in the same way as it would if it were part of the Coherence cluster. The fact that {{INamedCache}} operations are being sent to a remote cluster node (over TCP/IP) is completely transparent to the client application. |
| | {column} |
| | {column:width=30%} |
| | h2. Quick Links |
| | (*y) [Requirements, Installation and Deployment] |
| | | (*y) [Configuration] |
| | | (*y) [Configuration and Usage] |
| | (*y) [Local Cache] |
| | (*y) [Near Cache] |
| | (*y) [Continuous Query Cache] |
| | (*y) [Remote Invocation Service] |
| | (*y) [Windows Forms Applications|Special Considerations Regarding Windows Forms Applications] |
| | (*y) [Web Applications|Special Considerations Regarding Web Applications] |
| | (*y) [Sample Windows Forms Application] |
| | (*y) [Sample Web Application] |
| | (*g) [Release Notes] |
| | (*g) [Feature Requests] |
| | (*g) [Download|http://www.tangosol.com/product-downloads.jsp] |
| | {column} |
| | {section} |