GMugando.com

While we wait.....

Home

Last week my host unceremoniously switched their hosting trust level from Full to Medium. This brought my blog to a grinding halt ,as I used Ninject.MVC3 for dependency injection and EF CTP5 for data access and both do not work well under Medium Trust.

I am currently in the process of changing my IoC container to Unity. Why Unity ? I believe Ninject uses code generation(there is a UseReflectionBasedInjection which I could not get right), which is not possible in partial trust environments unless Ninject itself is GAC'd. As with most hosts , mine would not GAC external libraries. I am also dograding to EF CTP 4 , as I am told CTP 5 has a bug which won't allow it to work in partial trust environment

Technologies

What am I using ?.

ASP MVC3 , EF Code First CTP4 , jQuery , SQLServer

About

Predominantly a .NET developer playing with WPF ,Silverlight , ASP.NET , MVC3 , TDD .

.