Hi,
Is it possible to load a .NET project without using any files yet able to edit, debug WinForms apps (multiple source “files”) in C# and VB?
Our main application uses RDBMS to store data and objects. We have a requirement that no filesystem files are used (to avoid access issues when deployed in highly secured environment).
Looking through the demo solutions, I have not been able to piece together how this can be achieved. It will be greatly appreciated if a sample solution can be provided.
Thank you.