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

AI Learning resouces

 Collection of resources aka.ms/genai-beginners  -  github- generative-ai-for-beginners rasbt/LLMs-from-scratch: Implement a ChatGPT-like LL...