July 2010 - Posts

3
Comments

MVC3 WebFormViewEngine or CshtmlViewEngine by nmarun

In my previous blog, I made the following statement: Turns out ascx has a higher priority than cshtml. Seems like the View Engine looks for .ascx files first and then searches for the .cshtml files. MVC team, please let me know if my understanding is...
Filed under: ,
12
Comments

MVC 3 - first look by nmarun

My first thought: MVC3 already??? ScottGu, slow down pal, give us some time to breath! Alrighty, so I installed the bits for MVC3 . I fired-up VS2010 and I see some new guys in the neighborhood. When you select the ASP.NET MVC 3 Empty Web Application...
Filed under: ,
8
Comments

LINQ to JS by nmarun

A couple of days ago I got to know about LINQ to JavaScript plug-in. LINQ itself has been like – the more I play with it, the more I want to play with it and the more there is to learn about it. So this LINQJS comes as a new geography for me to explore...
Filed under: , , ,
8
Comments

‘forr’ shortcut in Visual Studio 2008/2010 by nmarun

I hit upon this new shortcut key for a ‘for’ loop. Alright, most of you know that you can type ‘prop’ in a code-behind file and you’ll get a ‘template’ (for lack of a better word) for declaring a property. You can now start typing the type name and then...
11
Comments

VS 2010 Productivity Power Tools by nmarun

I finally downloaded the Productivity Power Tools extension for Visual Studio 2010. This is really really cool. To install the extension just double-click the .vsix file and you’ll see it in VS2010 –> Tools –> Options: Here are some of its features...
5
Comments

Depend on NDepend by nmarun

Patrick Smacchia contacted me a couple of days ago and after giving a brief introduction about himself, asked me if I could have a look at NDepend . Firstly, thanks to my ignorance, I had never heard of this tool. Although after doing a quick search,...
Filed under: ,
More Posts