Browse by Tags

All Tags » Razor (RSS)

Some cool features introduced in ReSharper 6 by nmarun

I recently upgraded to ReSharper 6 and the experience so far has only been positive. Here are the top things for which I said ‘Good job Jetbrains ’. View Completion – So now you will be able to get intellisense on Views as well. Say you’re in your razor...
Filed under: , , , ,

Attach to IISExpress process from Visual Studio by nmarun

With VS2010 SP1, you can attach an application process to IISExpress to enable debugging of an application. Here’s how: I have an MVC application with the following setup. 1: public class HomeController : Controller 2: { 3: public ActionResult Index(...

Entity Framework Model Inheritance with SQL CE 4 by nmarun

For some (unknown) reason, I’ve been curious to work with SQL CE, just hadn’t gotten a chance to work with it. If you’re not familiar with what SQL CE is all about, go through this article from Scott Gu . To begin with I have an empty MVC 3 application...

Templated Razor Delegates – Phil Haack by nmarun

This post is largely based off of Phil Haack ’s article titled Templated Razor Delegates . I strongly recommend reading this article first. Here’s a sample code for the same, so you can have a look at. I also have a custom type being rendered as a table...
Filed under: , , ,
More Posts