I was just going through this asp.net MVC pattern and someone suggested not to use code behind.
Is there any specific reason for that???
I was just going through this asp.net MVC pattern and someone suggested not to
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.
the whole pattern is based on not using a codebehind file. any code that is not related to display should be in the controller or a supporting class.