Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / dependency

Dependency

dependency

Great Reads

by Simeon Sheye
How to manage state and simulate behavior against the system under test.
by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.
by Habibur Rony
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detailed explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

Latest Articles

by Simeon Sheye
How to manage state and simulate behavior against the system under test.
by Habibur Rony
This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern.
by Habibur Rony
This topic will cover the bad design practice using STUPID and good design practice using SOLID. Detailed explanation for Single Single Responsibility Principle, Open and Closed Principle, Liskov Substitution Principle, Interface Segregation Principle and Dependency Inversion (DI) Principle.
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

All Articles

Sort by Score

dependency 

by Oetawan
Extend ASP.NET MVC behavior to auto wire controller dependency
by DannyVarod
Fast, stable and powerful creation of NuGet packages
by Lance Contreras
Create an easily resusable IconBlock (TextBlock that display's an icon)
by Purbasha Ghosh
Initialize MVC controllers with multiple instance resolutions of same interface
by Jeremy Likness
Learn how to perform interception of services using Angular's decorator feature.
by Bankey Sharma
Some general guidelines to make application source agnostic and business adaptive
by MaDOnos
Adapter implemantation to mock DbContext easily
by turbosqel
Simple code to make your components always fit exact size of Form, during and after resize.
by Charaf Dadoua
SQL dependency with C#.NET and SQL Server 2012
by Veronica S. Zotali
How to use TypedFactoryFacility using Castle.Windsor
by SubodhWasankar
How to use dependency injection in ASP .NET MVC N-Layer Architecture?