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.

View on GitHub

This is a sample that uses client.properties file along with client.xml file. This approach applies the client properties from a file instead of hard coding them into your code. 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. Please refer to the docs for more details.

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