Practical Reflection in .NET

Pluralsight
Course Summary
Reflection is a useful tool for the everyday developer. Here's how.
-
+
Course Description
Reflection is an extremely powerful feature of .NET. But there is a big difference between what we can do and what we should do. We'll take a quick look at what reflection is capable of and then narrow our focus to practical uses: balancing flexibility, safety, and performance.
-
+
Course Syllabus
Capabilities and Best Practices- 49m 27s
—Course Overview 4m 36s
—A Bit About .NET Assemblies 7m 5s
—Features 9m 46s
—Demo: Drawbacks - Speed 8m 7s
—Demo: Drawbacks - Safety 13m 38s
—Best Practices 4m 11s
—Summary 2m 4sDynamic Loading with Configuration- 57m 1s
—Overview 0m 59s
—Dynamic Loading 6m 1s
—Using Reflection 4m 39s
—Demo: Repositories 9m 27s
—Demo: Activating The Activator 16m 28s
—Demo: Dynamic Loading 5m 58s
—Generic Parameters in Types Names 2m 48s
—Demo: Generic Parameters in Type Names 6m 32s
—Maximizing Performance 1m 32s
—Summary 2m 37sDiscovering Types in Assemblies- 40m 40sReflection in Developer Tools- 31m 15sShould I Be Worried?- 25m 15s
This course is listed under
Development & Implementations
and IT Security & Architecture
Community
Related Posts: