When should i go for spring.net framework in asp.net mvc web application? A simple example which could explain its usage in a web application… Any suggestion..
EDIT:
Why spring is used? What is the use of it?
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.
http://www.springframework.net contains lots of different modules, so it might be difficult to answer your question.
But this page gives a nice overview of what’s contained in spring.net framework and this page lists some examples/tutorials.
Update: There are really a lot of different reasons why to use spring.net (have a look at the tutorials), e.g: dependency injection, simplifying data access, internationalization support, etc., etc.