Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

How to batch clean up the Visual Studio solution folder? (bin, obj etc.)

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.



Syncfusion Metro Studio 2 - A Collection of Predefined and Customizable Icons

For Windows Phone applications and/or Windows 8 Store applications we need metro icons and that’s very easy to create with Syncfusion Metro Studio 2. I am using this free tool for quite a long time in my apps as well as in my blog posts and am quite impressed with it.

 

Many people asked me several times about creating metro icons and thus I thought to share about it in today’s blog post. Here it goes for you.


Applications for WP8 SDK Preview to be open for WPDev on 12th September 2012

Today Microsoft announced that they are near to the final release of WP8 SDK tools for developers after doing several testing by selected partners and developers. Though the final WP8 SDK will be available publicly later this year but they are going to open applications for limited developers.

 

If you are interested to getting your hands dirty with the new bits, read out the complete post for details.


Free .NET Decompiler “JustDecompile” from Telerik is now Extensible

logo

JustDecompile is a free tool from Telerik for .NET assembly browsing and decompiling. It lets you take an existing compiled assembly and then decompile the assembly language back to readable C#, VB and IL code.

 

This free .NET decompiler is now extensible and the first plugins are now available for download. Continue reading to know more about it.


Introducing “dotPeek” - A free .NET Decompiler by JetBrains

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.

 

Continue reading the post to know details about the features and find the downloadable links. I have also embedded one video describing the features published by JetBrains.

 
© 2008-2013 Kunal-Chowdhury.com | Designed by Kunal Chowdhury
Back to top