Resources
  • Introduction
  • ASP.NET
    • F#
    • C#
    • .NET Core
    • MSBuild
    • Tools
  • (T-)SQL
    • Snippets
  • Typescript
  • Javascript
    • Angular
    • React - Redux
    • Stats
  • Progressive Web Apps
  • Design and UX
    • HTML
    • CSS - Cascading Style Sheets
  • Computer Science
    • Architecture and Patterns
    • Database
  • Security
  • Testing
  • Hacking and Tinkering
  • Tools
  • CLI Cheat Sheets
    • Git
    • Dotnet core
    • Docker for Windows
    • Powershell
  • Progressive Web Apps
  • Miscellaneous
Powered by GitBook
On this page
  • Reflection
  • Stack Overflow
  • Miscellaneous

Was this helpful?

  1. ASP.NET

C#

PreviousF#Next.NET Core

Last updated 5 years ago

Was this helpful?

Reflection

Stack Overflow

Miscellaneous

Making Reflection Fly And Exploring Delegates by Jon Skeet
Reflection vs. compiled expressions vs. delegates - Performance comparision by Daniel Palme
How costly is .NET reflection?
How can you loop over the properties of a class?
C# Reflection: Fastest Way to Update a Property Value?
Create delegate for property acessor obtained via reflection when property type unknown
Reflection Performance - Create Delegate (Properties C#)
Asynchronous Programming by David Fowler
C# 8: Nullable Reference Types by Gérald Barré