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?开发者_StackOverflow中文版??
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.
精彩评论