A simple but effective mini-profiler for ASP.NET MVC 3. cheap iphone 7 case outlet The core here is a single assembly… Continue reading
Posts Tagged ‘ASP.NET MVC3’
Mini-Profiler for ASP.NET MVC 3
Posted: 25th October 2011 by Iulian Margarintescu in .NETTags: asp.net, ASP.NET MVC3, debugging, profiler
Templates With Razor in ASP.NET MVC3
Posted: 12th July 2011 by Iulian Margarintescu in .NETTags: ASP.NET MVC3, helper, razor, templates, view engine
This article describes a very nice feature of ASP.NET MVC3 Razor View Engine: Templates.
@helper tabs(params Tab[] tabs) {
<ul>
@foreach(var tab in tabs) {
<li><a href=”@tab.Url” >@tab.Text</a></li>
}
</ul>
}
Read the full article here