I would like to know is this platfoerm (MVC or WebForms) good technology of creating webBrowser based games and if so maybe You have got some tutorials, books, any resources which may be helpfull in beggining with such things.
thanks for help, bye
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.
Neither are platforms on which you can really develop games. You should look ideally at Flash or Silverlight.
Other than that, I would suggest using WebForms as you will have the advantage of ViewState to play with and a pseudo-event-driven engine. MVC might be a little more hard work but if you’re confortable with native web development you may prefer it.