Click here to Skip to main content
15,881,424 members
Articles / Programming Languages / C# 4.0

What is the Difference between Reflection and Dynamic Keyword in C#?

Rate me:
Please Sign up or sign in to vote.
4.88/5 (67 votes)
21 Jun 2021CPOL5 min read 172.3K   119  
Understanding two terminologies - reflection and dynamic keyword
In this article, we will try to understand two terminologies, reflection and dynamic keyword. Many developers get confused between them because both of them help us to do dynamic invocation.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect https://www.questpond.com
India India

Comments and Discussions