Completed
Example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using C# Expression Trees in the Real World
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 lambda expressions
- 3 expression API
- 4 Real world talk
- 5 Entity Framework
- 6 Queryable
- 7 Expression Visitor
- 8 Expression Parts
- 9 Expression Visitors
- 10 AutoMapper
- 11 AutoMapper Example
- 12 AutoMapper Magic
- 13 Spencers Background
- 14 Model Mapping
- 15 Stored Procedures
- 16 Syntax Generators
- 17 Translating Expressions
- 18 The Result
- 19 A Closer Look
- 20 Cooking an Expression
- 21 Dotnet Fiddle
- 22 Rules Engine
- 23 Example
- 24 Expressions vs Reflection
- 25 Expressions are not perfect