VMware GemFire .NET Client - Using Client Cache XML & Properties File


Introduction

This is VMware GemFire sample code that uses a client.properties file along with a client.xml file. This configuration allows you to externalize your connection settings and security properties while maintaining a structured XML definition for your client-side caches and regions. Using both files together provides a flexible way to manage environment-specific configurations without changing your core application logic.


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.