AAWESOME .NET TIPSVIEW ON GITHUB ↗
CLOUD NATIVE

Reflection

Explore curated resources about Reflection.

54 CURATED RESOURCES5 SECTION CARDS
NAVIGATE THIS TOPIC

Sections

5 SECTIONS
CURRENT SECTION

Articles

44 SHOWN
ARTICLE

Dynamic Programming in the .NET Framework

ARTICLE

Reflection in .NET

ARTICLE

Reflection and Generic Types

ARTICLE

How to: Examine and Instantiate Generic Types with Reflection

ARTICLE

Dynamically Loading and Using Types

ARTICLE

Emitting Dynamic Methods and Assemblies

ARTICLE

Walkthrough: Emitting Code in Partial Trust Scenarios

ARTICLE

How to: Define a Generic Type with Reflection Emit

ARTICLE

How to: Define a Generic Method with Reflection Emit

ARTICLE

How to: Define and Execute Dynamic Methods

ARTICLE

Compile and generate dynamic source cod

ARTICLE

Using the CodeDOM

ARTICLE

Generating and Compiling Source Code from a CodeDOM Graph

ARTICLE

How to: Create a Class Using CodeDOM

ARTICLE

Dynamic Language Runtime Overview

ARTICLE

Is the era of reflection-heavy C# libraries at an end?

ARTICLE

.NET, REFLECTION AND MULTIPLE ASSEMBLIES

ARTICLE

Dynamically Loading Types in .NET Core with a Custom Assembly Load Context

ARTICLE

Using Type.GetType with .NET Core / Dynamically Loading .NET Standard Assemblies in .NET Core

ARTICLE

Collectible assemblies in .NET Core 3.0

ARTICLE

DLR using Reflection.Emit (In Depth) Part 1

ARTICLE

DLR using Reflection.Emit (In Depth) Part 2

ARTICLE

Dynamically loading types from assembly files in .NET Core and Standard

ARTICLE

Dynamically compile and run code using .NET Core 3.0

ARTICLE

.NET Core Plugins

ARTICLE

Understanding System.Runtime.Loader.AssemblyLoadContext

ARTICLE

Create a .NET Core application with plugins

ARTICLE

Instantiating a C# object from a string using Activator.CreateInstance in .NET

ARTICLE

AssemblyBuilder Class

ARTICLE

System.Reflection.Emit Namespace

ARTICLE

Reflection and Reflection.Emit in C#

ARTICLE

Chapter 5. Generating code with Reflection.Emit

ARTICLE

Reflection Part 1: Discovery and Execution

ARTICLE

Reflection Part 2: Emit

ARTICLE

Benchmarking 4 reflection methods for calling a constructor in .NET

ARTICLE

Get All C# Classes Implementing an Interface

ARTICLE

Create an instance of a Generic Type and invoke it's method

ARTICLE

Get a generic method and invoke it

ARTICLE

Instantiating classes that implement an interface (e.g. plugin activation)

ARTICLE

IL Generation in .NET with Sigil

ARTICLE

How to: Define a Generic Method with Reflection Emit

ARTICLE

How do I use reflection to call a generic method?

ARTICLE

How to call a generic async method using reflection

ARTICLE

Using reflection to invoke generic method passing lambda expression