MVC: Get Current Action and Controller in View 2013-01-23 20:31 UTC .NET ASP.NET C# Have you ever needed to know what Action and/or Controller that is currently used in your View? This might be most helpful in an Layout-file, used by another...
ASP.NET MVC 4 Razor v2 - New Features 2012-05-21 17:55 UTC .NET ASP.NET Razor With the imminent release of ASP.NET MVC 4 my previous post ASP.NET MVC 3 Razor - The Ultimate Quick Reference needed a follow-up on what's new in the...
Making MVC 3 Razor IntelliSense work after installing MVC 4 Beta 2012-04-18 08:05 UTC .NET ASP.NET Razor Visual Studio After installing the MVC 4 Beta the IntelliSense breaks for Razor-views in MVC 3-applications in Visual Studio 2010. This is stated in the release-notes, but...
ASP.NET MVC 3 Razor - The Ultimate Quick Reference 2012-03-21 09:03 UTC .NET ASP.NET Razor With the transition to the Razor view-engine in ASP.NET MVC 3 a need occurred for a quick-reference. Where you the old WebForms view-engine used to use the...
ASP.NET WebForms SEO: Compressing View State 2010-03-31 12:50 UTC .NET ASP.NET C# SEO WebForms In my previous post about Moving View State to Bottom of the Form I touched on one way to do some Search Engine Optimization in ASP.NET WebForms. Another thing...