I have two applications that use my clients database(s), but have no mutual dependency. The problem is that I need to make an application for configuration in which the admi
You can use Memory-Mapped Files
You can use it as a file, and access from different executables.
Build your own class for interfacing with it.
Tutorials:
Programming Memory-Mapped Files with the .NET Framework
Working with memory mapped files in .NET 4