August 2011 - Posts

2
Comments

Using Autofac DynamicProxy2 Interceptors with MVC3–Part 2 by nmarun

Continuing from the previous post , the interceptor is now ready to be registered and consumed. In the Application_Start() method of my Global.asax.cs, I create an instance of the IoC container and register all the types. 1: protected void Application_Start...
3
Comments

Using Autofac DynamicProxy2 Interceptors with MVC3–Part 1 by nmarun

Autofac is an IoC container and using DynamicProxy we can intercept method calls to perform custom logic. What this means is that, you can actually add ‘hooks’ to methods in your code so that when these methods are called, you automatically invoke an...
3
Comments

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: , , , ,
1
Comments

RSS Feed moved to Odiogo by nmarun

I have moved my feeds to Odiogo – Automatic podcast generation and “Near-human” quality text-to-speech are the features that prompted me to make the switch. So if you were subscribed to my feeds, please update your link to: http://podcasts.odiogo.com...
Filed under: ,
More Posts