---
title: "What is dynamic binding in C#"  
description: "What is dynamic binding in C#"  
author: "Anonymous User"  
published: 2010-10-18  
updated: 2010-10-18  
canonical: https://www.mindstick.com/forum/48/what-is-dynamic-binding-in-c-sharp  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is dynamic binding in C#

Hi,

can [anybody tell me](https://www.mindstick.com/forum/34238/can-anybody-tell-me-what-is-the-most-useful-activity-in-seo) what is [dynamic](https://www.mindstick.com/blog/11080/features-of-java-dynamic-complied-and-interpreted) or late [binding in C#](https://www.mindstick.com/forum/33930/difference-between-early-binding-and-late-binding-in-c-sharp), if possible please provide me any example.

Thanks ![What is dynamic binding in C#](https://www.mindstick.com/app_images/htmleditor.icons/eusa_doh.gif)\

## Replies

### Reply by Uttam Misra

When we instantiate an object and call its methods, this is Early [Binding](https://www.mindstick.com/blog/146/dynamic-binding-in-c-sharp).

But there is a technique called Reflection in .NET, with reflection we can dynamically load assemblies and inspect its members and call them. This is called Dynamic Binding.


---

Original Source: https://www.mindstick.com/forum/48/what-is-dynamic-binding-in-c-sharp

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
