As per Krishna’s suggestion, wanted to have a look at some dlls and found this amazing tool ‘dotPeek’ ( https://www.jetbrains.com/decompiler/) Got the dlls converted to source file. Job done.
In the following days, I will explore the software a little bit more
And from the website,
What’s Cool about dotPeek?
- Decompiling .NET 1.0-4.5 assemblies to C#
- Exporting decompiled code to Visual Studio projects
- Support for downloading code from source servers and PDB files generation
- Quick jump to a type, assembly, symbol, or type member
- Effortless navigation to symbol declarations,implementations, derived and base symbols, and more
- Accurate search for symbol usages with advanced presentation of search results
- Overview of inheritance chains