I am intending in creating this tutorial in ASp.NET web forms. Is this possible?
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.
MVC is built on top of web forms so, yes you can do it on web forms, but no you can’t do it without MVC.
There are some aspects of the MVC library that you can use with Web Forms without actually creating an MVC application, but this is not a case of simply cherry picking functionality – the project you are alluding to is intended to be built on top of MVC.