Can anyone explain briefly what it means that MVC embraces the Web while Web Forms abstracts the Web?
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.
briefly,
MVC respect the true stateless nature of HTTP and communicate in a true request-response model.
on the other hand WebForm abstracts some features to provide a simulated stateful model for Web developers (e.g: viewstate, postbacks, and an overall event-driven paradigm)