Very simple: what is in your opinion the best framework (for a IoC container) to use if .NET 2.0 is the limitation?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most of the distributions of the libraries are only compatible with 3.5 and 4.0.
But, as most of them are open source, you can try to compile by yourself.
Give a shot to StructureMap:
https://github.com/structuremap/structuremap/tree/v2.0
I think the last .net 2.0 compatible version was 2.0 as well and thanks to github switching to that tag is very easy