InfoQ

Topic/Tag specific view

Reflection Content on InfoQ


News about Reflection

Lutz Roeder's .NET Reflector Headed to Red Gate Software

Community
.NET
Topics
.NET Framework,
Acquisitions

The very popular .NET developer utility, .NET Reflector, written by Lutz Roeder is being taken over by Red Gate Software. The news was announced on Lutz's blog and the download was immediately available on the Red Gate web site.

Reflector for .NET now supports C# 3.0

Community
.NET
Topics
Artifacts & Tools

Lutz Roeder's Reflector for .NET 5 has been released. Reflector for .NET is one of the most popular development tools for .NET. Primarily used as a class browser and decompiler for analyzing .NET assemblies, Reflector's newest release has to offer some new compelling features including support for C# 3.0.

Reflection and DynamicMethods

Community
.NET
Topics
.NET Framework

While most .NET developers have heard of reflection, many have not implemented reflection in their applications to its fullest potential. Essentially, reflection is the run-time examination of an object's members. One article provides sample code and a few suggested uses for reflection, including ORM and code generation, and discusses the new, faster DynamicMethods approach in .NET 2.0