I’ve done a bit of research and couldn’t find one example where Entity Framework was NOT used in a Single Page App (for MVC 4). Does using SPA require Entity Framework?
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.
Yes it does require EF if you mean the SPA concept that has been demonstrated using KnockoutJS and UpshotJS. This is because Upshot is designed to work with the metadata that EF provides. However, it is early days and we don’t know what capabilities Upshot will provide in the future. We may even see client libraries or extensions to Upshot that handle different dbs.
As regards SPA as a concept you can implement this now using ASP.NET MVC, KnockoutJS/BackboneJS and regular JQuery ajax calls.