My team plans to start a new project in June this year. This application is typically used by 2,000 concurrent users. Now we are discussing the technical solution - which IoC container we will use in our project. All members of my team have no experience with IoC, some of us read and know what it is. Our requirements:
- Performance. Our management indicates that IoC can slow down the application, and they expect that the IoC container we use will not degrade performance. They also expect the IoC container to have good performance for a small or large or discriminating process.
- Feature Sets - My colleagues, I expect him to have rich feature sets. At present, I donβt know what function we will use, but I have experience that some component can start easily, but cannot do something more advanced.
- Documents or books - I plan to learn the IoC that we selected by reading from online documents or books.
- Work with ASP.NET MVC 4
source share