Dependency Injection Trip [Station #1]
| Posted in Uncategorized | Posted on 20-05-2010
0
i go more than time to understand dependency injection and how we can apply it manually or using any existing framework. and at final i determine to write this trip about dependency injection
Code Snippet
- public class Emailer
- {
- private SpellChecker _spellChecker;
- public Emailer()
- {
- _spellChecker = new SpellChecker();
- }
- public void SendMessage(string text)
- {}
- }





Use the Highlighter
This website now has an AutoPublish widget:

