I'm in the process of learning ASP.Net MVC and I'm absolutely in love with the seperation of concerns that MVC gives, and the Model/View/Controller theory of development!
However, I'm having post traumatic flashbacks of the old <% %> html! I'm having a hard time getting over how horrible this is to code and debug!
Why on earth did the MS dev's regress back to that style of coding??
It seemed that the ASP.Net controls were a step forward in HTML markup, but obviously I am missing a larger piece of the puzzle.
Could someone help me understand what benefit we gain from the <% %> classic ASP style of markup over the ASP.Net WebForm style?
Thanks