views:

216

answers:

2

Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)?

+1  A: 

This SO question relates to using NHibernate with MONO 2.4:

http://stackoverflow.com/questions/990660/asp-net-mvc-1-0-on-mono-2-4-with-fluent-nhibernate

I have used Unity with Mono 2.4.2 successfully before.

Hope this helps :)

Russell
+1  A: 

Castle Windsor is.

Krzysztof Koźmic
....one of them
Russell
one of them, but also one of the best;)
Krzysztof Koźmic