I have built a C# winform application in Visual Studio 2012. I want to publish the application to the world.
What is the difference between publishing by Visual Studio and giving the "release" folder to someone ?
I'd rather like giving the "release" folder because there are no installations to the user if there is the framework. But the user can see all the database files. Is there anyway to hide them and make that release folder as a single ".exe" file where user cannot see the databases of it ?