Posts

Showing posts with the label Resharper

Unit Testing and Memory Profiling

You know Unit tests, you use it & it's good. Sometimes, you want to ensure that you don't have memory leaks. Here is a way of doing this. Jetbrains offers us a new soft to combine UT & Memory profiling. If you want to know more, you could have a look in here : http://blog.jetbrains.com/dotnet/2015/03/04/unit-testing-and-memory-profiling-can-they-be-combined/ . Happy coding!