Sign in
Marcin On ASP.NET
Keeping my eye on the dot
Tags
ASP.NET
ASP.NET 3.5 Extensions
ASP.NET Dynamic Data
ASP.NET Dynamic Data Futures
ASP.NET MVC
bug fix
LINQ
Marcin Dobosz
metadata
MvcToolkit
NuGet
Performance
Razor
samples
screencast
Visual Studio Extensibility
Browse by Tags
MSDN Blogs
>
Marcin On ASP.NET
>
All Tags
>
performance
Tagged Content List
Blog Post:
Optimizing ASP.NET MVC view lookup performance
Marcin Doboz
Earlier today Sam Saffron from the StackExchange team blogged about the performance of view lookups in MVC . Specifically, he compared referencing a view by name (i.e. calling something like @Html.Partial("_ProductInfo") ) and by path ( @Html.Partial("~/Views/Shared/_ProductInfo.cshtml") ). His results...
on
16 Aug 2011
Blog Post:
ASP.NET MVC Performance Tips
Marcin Doboz
Database access is usually the largest performance bottleneck of web applications. But once you’ve optimized and cached your database queries as much as possible here are 3 quick tips that might help you squeeze out a few more requests out of your ASP.NET MVC applications and web servers. Depending...
on
7 Feb 2011
Blog Post:
ASP.NET MVC 3 Performance – on par with MVC 2
Marcin Doboz
Now that the final version of MVC 3 has been released I think information about the performance characteristics of this latest installment would be very useful for those weighing the pros and cons of updating their MVC 2 applications. In this post I will talk about what you might expect when moving to...
on
17 Jan 2011
Page 1 of 1 (3 items)