I'm reading a book about ASP.NET MVC 2, and when I read about how it uses reflection to figure out parameters or how to use Ninject in order to introduce a loosely coupled model I wonder... will this work in a partial trust environment?
I remember, that one of the restrictions in partial trust is reflection, and that is blowing my mind :(
Any experience about this?
Thanks a million.