Please, advise good DI/IOC for .NET Framework 2.0. The customer requires this version of .NET framework.
Have a nice day!
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.
I am a huge fan of Autofac as an IoC container.
The current version is only for .NET 3.5 and 4.0, but you’ll find that the previous versions were designed with .NET 2.0 in mind.
My company uses Autofac 1.3 in a number of .NET 2.0 applications, and have found it to be a very powerful IoC container.