How I do dependency injection
It seems that dependency injection (DI) as software development pattern has become the standard for many open source projects and software companies. Indeed, if you practice... »
It seems that dependency injection (DI) as software development pattern has become the standard for many open source projects and software companies. Indeed, if you practice... »
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 is... »
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 and became... »
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... »
I recently looked into HTML minification in ASP.NET. The first thing I thought of was to use an HttpModule to somehow remove white spaces. Not so... »