Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
VMware GemFire .NET Client - Put, Get, Remove
This is VMware GemFire sample code with minimum functions like put, get and remove from a region on cache server(s). It's a command line simple program that connects to a region using cache factory o...
VMware GemFire .NET Client - Session State
This is VMware GemFire sample code that stores a session state for an ASP.NET app (basically .NET Web App). It's a simple command line program that connects to a region using a cache factory object a...
VMware GemFire .NET Client - SSL
Demonstrates basic SSL connection of a VMware GemFire .NET client with a GemFire cluster. It's a simple command line program that connects to a region using the cache factory object and does not invo...
VMware GemFire .NET Client - Using Client Cache XML & Properties File
This is VMware GemFire sample code that uses client.properties file along with client.xml file. This is a sample that uses client.properties file along with client.xml file. This approach applies the...