Tuesday, April 29, 2008

.Net Reflection Tools

Reflection is an amazing concept from Microsoft to write generic programming by browsing the meta data of a dll. If in case if you want to analyze are extract methods from a dll there are some tools to to that. One such tools is .Net Reflector.

.Net reflector [http://www.aisto.com/roeder/dotnet/ ] to explore any .net assembly. You can use its add ins to generate code in any .net compliant language.
http://www.aisto.com/

No comments:

Post a Comment

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...