Selasa, 29 Desember 2015

ASP.Net, C#, SQL Server Information

Posted on 05.12 by andi avdy

ASP.Net, C#, SQL Server Information

Link to ASP.Net, C#, SQL, JQuery, Sharepoint

Example of Inversion of Control and Dependency Injection

Posted: 28 Dec 2015 11:42 AM PST

What is an IOC?  or What is Inversion of Control? IOC is mechanism by which we can add abstraction between dependencies to make them loosely coupled code.  Abstraction is added through interface. Now lets understand this by example. Before Implementing IOC: I have a class called "Black_And_White_Printer"  which has one print() method.  Print() method will print in black and white.  I

No Response to "ASP.Net, C#, SQL Server Information"

Leave A Reply