Extending ASP.NET MVC Redirects with Confirmations
One of the most common tasks in any application is displaying confirmation messages after execution of a back-end operation. The standard way to accomplish this is »
One of the most common tasks in any application is displaying confirmation messages after execution of a back-end operation. The standard way to accomplish this is »
A common practice a lot of web developers employ is storing random referential data in hidden fields in the views. More often than not, this includes »
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 »