HackerNoon Mobile

Better reading experience on the app
Exploring the Practical Applications of Reflection in C#by@igorlopushko

Exploring the Practical Applications of Reflection in C#

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Reflection is a C# language feature that lets you create custom attributes and access them in your program's metadata. It can be used to create an instance of a type, bind the type to an existing object, or get the type from anexisting object and invoke its methods or access its fields and properties. Using your custom attributes can open you to a new world of how can you design your applications.

People Mentioned

Mention Thumbnail
featured image - Exploring the Practical Applications of Reflection in C#
Igor Lopushko HackerNoon profile picture

@igorlopushko

Igor Lopushko


Receive Stories from @igorlopushko

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!