Dino Esposito Revisiting Partial View Rendering in ASP.NET MVC For any browser-based application, it makes sense to load into the web page just the content that is immediately required... 15 January 2015 12 min read
Jon Smith Using Entity Framework with an Existing Database: User Interface Pre-existing databases can pose some difficulties for software developers using an ORM. To demonstrate ways of circumventing them, Jon Smith... 16 December 2014 24 min read
Nick Harrison Extending Editor Templates for ASP.NET MVC If you find yourself doing routine work repeatedly in ASP.NET MVC, it is worth exploring the possibilities that come from... 02 December 2014 12 min read
Dino Esposito The JavaScript Overload and Micro Frameworks You can achieve a lot with HTML5 and CSS, but only if you employ JavaScript libraries as well. It used... 21 November 2014 11 min read
Jim Holmes Getting Started with UI Test Automation User Interface test automation is a tricky practice, and it's not always obvious what the benefits are. UI tests are... 14 November 2014 17 min read
Dino Esposito Responsive Web Design: Relying on the Form-Factor For visitors to get a good experience from your website irrespective of the device they use, you need to do... 07 October 2014 11 min read
Dino Esposito Responsive Web Design: The Downsides Although Responsive Web Design (RWD) makes it possible to deliver design that is appropriate to a wide range in the... 22 September 2014 10 min read
Edward Charbeneau On Creating a Live Style Guide for MVC Application Development Before developing any browser-based application, you can both accelerate and coordinate development by creating a live style guide that displays... 28 August 2014 8 min read
Dino Esposito Responsive Web Design: the Costs Responsive Web Design is devised to help you render your website or web-based application appropriately on different sizes and aspect... 26 August 2014 13 min read
Nick Harrison Building an Excel View Engine for ASP.NET MVC When we see a grid with some interesting data in it in an MVC application we, as users, expect to... 22 August 2014 12 min read
Dino Esposito Caching: the Good, the Bad and the Hype One of the more important aspects of the scalability of an ASP.NET site is caching. To do this effectively, one... 11 July 2014 12 min read
Dino Esposito ASP.NET Scalability: the Good, the Bad and the Hype Scalability remains an exasperatingly vague term, even though there are well-established ways of ensuring that a web-based application reacts well... 25 June 2014 11 min read
Dino Esposito Shouldn’t Your ASP.NET MVC Apps Support Localization? An increasing number of applications are being designed to be configurable by the user to display content in a one... 19 May 2014 11 min read
Dino Esposito Handling Errors Effectively in ASP.NET MVC ASP.NET MVC gives you more options in the way that you handle exceptions. Error handling isn't intrinsically exciting, but there... 10 April 2014 11 min read
Dino Esposito Social Login in ASP.NET MVC It isn't every web application where one would want visitors to identify themselves via their Twitter, Facebook, Google or LinkedIn... 21 March 2014 11 min read
Dino Esposito Mixing Web Forms and ASP.NET MVC Just because you're using Web Forms, it doesn't mean that you are stuck in a technical time-warp. If you want... 25 February 2014 11 min read
Dino Esposito ASP.NET MVC Paging with OData It is natural for the user to want to browse through data within an application. Until recently, the interfaces with... 16 December 2013 11 min read
Dino Esposito A Look at the Razor View Engine in ASP.NET MVC Razor is now the dominant markup language for ASP.NET MVC applications, since it is terse and produces more readable markup... 14 November 2013 12 min read
Dino Esposito Aspect-oriented Programming and Code Contracts in ASP.NET MVC There are some aspects to application programming, such as logging, tracing, profiling, authentication and authorization that cut across the business... 31 October 2013 11 min read
Sergei Dumnov Creating a Business Intelligence Dashboard with R and ASP.NET MVC: Part 3 By introducing R libraries into an ASP.NET MVC application, it is possible to broaden its analytical and visualization power immensely.... 21 October 2013 16 min read