
Sometime the Visual Studio’s clean project command does not return as expected and maximum time people used to manually delete the bin, obj, Client Bin, Generated_Code directories to clean all the traces of previous build.
Here I will share a small batch code which will help you to clean up those directories by just a single click. Tune it up if you want to add few more directories in the list.



JetBrains released a new Decompiler and Assembly Browser named “dotPeek” for .NET Application Developers. It is a FREE productivity tool which decompiles .NET 1.0 - .NET 4.5 assemblies to C# code and has support for .dll, .exe, .zip, .vsix, .nupkg, and .winmd files. It has many features like Quick jump, Effortless navigation, Support for downloading code from source servers and many more.