web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / FakeXrmEasy / Dependency Injection (DI)

Dependency Injection (DI)

JordiMontana Profile Picture JordiMontana 326
Overview Dependency injection is one of the best practices in modern software development. With dependency injection one can inject dependencies into our program and easily change the implementation without changing the overall method signature or specification, this is a pattern called Inversion of Control (IoC), where the funcionality of a given program could be modified by changing the implementation (classes) without changing the specification (interfaces) (or at least, minimising such changes).

This was originally posted here.

Comments

*This post is locked for comments