Dino Esposito Tracking Online Users Sometimes, the requirements for a web application include a list of users that are currently logged-in. It would seem, at... 10 June 2015 11 min read
Dino Esposito Premature Scalability and the Root of All Evil When you're designing an application, there is a temptation to build it to a super-scalable future-proof architecture, even when the... 18 March 2015 13 min read
Dino Esposito Routing the ASP.NET Way ASP.NET MVC is built on top of ASP.NET's HTTP handlers and ad hoc URLs. The process of routing a URL... 20 November 2012 11 min read