Tamper-proof hidden fields in ASP.NET MVC
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... »
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 (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... »
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 had... »