-
Recent Posts
Archives
Blogs I Follow
Tag Archives: dependency injection
What I learned from Tech Ed 2014 in Houston, TX
Microsoft is evolving, and it feels like they are upping their game of helping developers create great software. I truly believe there has never been a better time to be a software developer. Here are some things I learned from the … Continue reading
Posted in Software Architecture
Tagged Angular, async, dependency injection, SOLID, TechEd
Leave a comment
Coding Practice: Dependency Injection
Coding Practice: Why is using “new” a bad thing? The usage of “new” in a class can be an indicator of tight coupling, which can lead to code that is difficult to test and easily broken by change. Consider how … Continue reading