Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / reflection

Reflection

reflection

Great Reads

by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Vitaly Zhukov
This article describes how to create and use configurable plug-ins in your application.
by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Dean Oliver
An alternative to Activator.CreateInstance

Latest Articles

by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Vitaly Zhukov
This article describes how to create and use configurable plug-ins in your application.
by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Dean Oliver
An alternative to Activator.CreateInstance

All Articles

Sort by Score

reflection 

by Vitaly Zhukov
This article describes how to create and use configurable plug-ins in your application.
by Manuele Finocchiaro
Reflection for C++ made easy
by JBartlau
This article provides an overview of Visual Studio's integration of combit's report generator List & Label.
by John Atten
I have a general distaste for decorating my code with Attributes and Annotations. Most of the time, I can't help but feel like there must be a better way to accomplish what I am trying to do, and/or that I have somewhere sprung a leak in what should be a helpful abstraction. Other times, though, c
by m0rdred
Tired of generating your command line parsing interface to your apps? Here is yet another CLI tool for helping you do just that.
by DiponRoy
Conversion between DataTable and List in C#
by Vaibhav M Nalwad
Resolving Dependencies via Attributes and Reflection
by Scott Bentley
This article describes why you may want to load an assembly at runtime and how to accomplish it.
by #realJSOP
A tool to generate model and viewmodel classes directly from your selected database
by Michael Doleman
A simple DAL with an integrated, lightweight model for database seeding from a JSON source, using the code-first method in Entity Framework.
by JIANGWilliam
This article introduces a handy way to get the calling Testing Assembly from a called Assembly
by Nicolas Kogler
This article will take a look at the benefits of code generators, the .NET reflection and external files to reduce code maintenance in industries with a lot of data.
by ASP.NET Community
Reflection is an important capability of the .NET framework and enables you to get information about objects at runtime. In this article, we will
by saddam abu ghaida
Creating Object relation mapping from scratch
by Bjørn
A custom Json state machine parser, viewer and serializer for Json data
by Marius Bancila
In this article, I'm generalizing and extending "Loading Assemblies in pearate Directories" with some helper functionality.
by Dean Oliver
How we can harness the power of MEF and extend it by way of generics.
by Emre Ataseven
This article demonstrates a method to create message structures, casting byte array to message and vice versa.
by Pavel Sinkevich
How to programmatically change schema name in database project before deployment
by Member 12883374
Gaining extra control of an application's UI through accessing the visual tree
by Eric Lynch
Extends .NET reflection to decode the byte array returned by System.Reflection.MethodBody.GetILByteArray(), discusses the techniques to achieve this, and provides a brief primer on .NET reflection.
by ASP.NET Community
Reflection is the ability of the .NET framework to gather information (metadata) about assemblies, modules and types at runtime. It allows you also
by ASP.NET Community
Reflection is one of the very nice features of .net, with Reflection one can take out lotsa information about the type. When I say type that means it
by Jain, Ajay
The article presents some .NET techniques for using Reflection optimally and efficiently.
by Bill Menees
Use .NET's TypeToTypeInfoMarshaler to get a full .NET type with member information from an IDispatch-based COM object.
by Dolinka Márk Gergely
First one of a series of tutorials about C# code reweacing using Mono.Cecil
by #realJSOP
Eliminate the tedium of generating model and viewmodel classes for your WPF projects, and save a butt-load of time in the process.
by Simon Gulliver
Really? Then why is so much effort wasted writing boilerplate which can be more accurately and efficiently automated?
by Pavel Evgenjevich Timoshenko
In this article I would like to discuss about “nameof” operator supported by C# 6. It allows to map strings to named code elements.
by Valerii Tereshchenko
Objects Comparer framework provides mechanism to recursively compare complex objects by properties (supports arrays, lists, different types of dynamic objects and more), allows to override comparison rules for specific properties and types.
by Shivprasad koirala
Understanding two terminologies - reflection and dynamic keyword