Tag Archives: MVC3

Using SignalR.Ninject with ASP.NET MVC3 and the Ninject.MVC3 Nuget Package

Today I updated SignalR to version 0.4.0 and decided to include the SignalR.Ninject project into my ASP.NET MVC3 application as well. As written on the SignalR github page (https://github.com/SignalR/SignalR/wiki/Extensibility), SignalR is built with dependency injection in mind, and besides allowing one to replace most of the SignalR pieces, SignalR also allows one to replace the IDependencyResolver. This […]

Continue Reading