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 object and does not involve any dependency on Java.

View on GitHub

This is a sample code with minimum functions like put, get and remove from a region on cache server(s). It’s a simple command line program that connects to a region using a cache factory object and does not involve any dependency on Java.

This sample was created, built and tested with Microsoft Visual Studio 2017 Community Edition.