Reducing memory usage of .NET applications?
.NET applications will have a bigger footprint compared to native applications due to the fact that they both have to load the runtime and the application in the process. If you want something really tidy, .NET may not be the best option. However, keep in mind that if you application is mostly sleeping, the necessary … Read more