Late binding using reflection in C sharp Arabic #54
❑ Early binding and late binding.
❑ The difference between the two approaches.
Early V/S late Binding
Difference between early and late binding
1-Early binding can flag errors at compile time .with late binding there is a risk of run time exceptions .
2-Early binding is much better for performance and should always be preferred over late binding .Use late binding only when working with an objects that are not available at compile time.
Follow Us
If you want to download pptx : click Telegram
Tags:
C sharp