How I do dependency injection
It seems that dependency injection [http://martinfowler.com/articles/injection.html] (DI) as software development pattern has become the standard for many open source projects and »
It seems that dependency injection [http://martinfowler.com/articles/injection.html] (DI) as software development pattern has become the standard for many open source projects and »
When working on large projects in ASP.NET MVC I often try to automate the development workflow as much as possible. One of such automation points »
I’ve been doing quite a bit of work in JavaScript recently. It’s a major shift from regular server-side grind. I learned a few patterns »
My company has gone through 2 revision control systems. We’ve been through Visual SourceSafe, which, unfortunately, is still used for legacy projects. And we also »
Just a few days ago I and a colleague of mine were attempting to do just this on a production site, which collects sensitive information from »