InfoQ

InfoQ

Topic/Tag specific view

Reflection Content on InfoQ


Latest featured content about Reflection

Advanced Reflection & Metaprogramming

Topics
QCon London 2011,
Mono,
QCon,
.NET,
Programming,
Meta Programming System,
Conferences,
Reflection

Jean Baptiste Evain presents the reflection and metaprogramming tools provided by Mono: Mono.Reflection, Mono.Linq.Expressions, and Mono.Cecil.

News about Reflection

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

Topics
.NET Framework,
.NET,
Acquisitions,
Programming,
Reflection

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

Topics
Artifacts & Tools,
.NET,
Tools,
Programming,
Agile,
Reflection

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

Topics
.NET Framework,
.NET,
Programming,
Reflection

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