So we are pretty happy with our program. It\'s fast and stable in Debug mode and so far that\'s the version live with customers. We now desire that free boost we get from a rele
I don't there is much more you can do that through VS that will give you significant enough or noticeable performance gain. You will be better off spending the time running the program through profiler and look at where you can fine tune the code. Spend a bit of time refactoring some of the code in particular relating to IO, db and use parallel/thread and caching when suitable may get you a much better outcome