by Leon Cullens
27. februari 2012 22:52
I recently saw Scott Guthrie's presentation of ASP.NET MVC 4 on the TechDays in the Netherlands. How showed us a couple of very interesting features that are new to ASP.NET MVC 4. Here are the coolest features that you will definitely love. More...
by Leon Cullens
24. december 2011 15:18
The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. More...