Tag Archives: Ninject

Arsenal Denmark Live – My ASP.NET MVC3, HTML5, JS, …, Ninject, and SignalR Adventure

During my 7th semester as software engineer student at Aalborg University last year, a friend of mine introduced me to ASP.NET MVC3 and SignalR – since that time I have been hooked on trying to make a system that could take advantage of at least these two technologies. The result of that is Arsenal Denmark […]

Continue Reading

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