I have some dll files
i need to open it in code ( as we have source code before dll )
how can i do this
i have only dlls nothing else
i have to add some descriptions
for that i have to decomplie it
please please help me out
thanks
Loading
Jignesh TrivediPosted Feb 6, 2013, 2:33 AM
hi,
you may use .NET Reflector to your dll into C# or VB code.
there are so many third party Reflector available
please refer
http://tedgustaf.com/blog/2011/4/ilspy-is-a-free-alternative-to-reflector-for-disassembly/
http://www.red-gate.com/products/dotnet-development/reflector/
hope this will help you.