.NET Power Tip 1–Save a .NET Assembly as a Visual Studio Project (*.csproj) with ILSpy
This blog post introduces ILSpy and shows the lesser known feature that allows you to decompile foreign assemblies and directly save them in the Visual Studio Project format (*.csproj). You might be familiar with ILSpy (http://ilspy.net/), the open source successor of the legendary .NET Reflector. It emerged in the time when RedGate acquired .NET...CONTINUE READING