I haven't used EF but I know people who have and, in most cases, they've abandoned it in favour of NHibernate.
billsm
Is mvc 4 going to be using knockoutjs or efmvc?
EF and Knockout are different things. EF is server-side and Knockout is client-side. You can use both in MVC but I don't think that they are going to be 'built in' to MVC 4.
billsm
anything better than knockoutjs?
There are alternatives, such as Backbone.js or JavaScriptMVC.
billsm
do you have to use jquery with efmvc
No, you don't. jQuery simply makes it easier to build highly interactive, usable web pages.
stevenbey
All-Star
16526 Points
3378 Posts
Re: efmvc or knockoutjs-best enterprise pattern
Jan 31, 2012 01:04 PM|LINK
I haven't used EF but I know people who have and, in most cases, they've abandoned it in favour of NHibernate.
EF and Knockout are different things. EF is server-side and Knockout is client-side. You can use both in MVC but I don't think that they are going to be 'built in' to MVC 4.
There are alternatives, such as Backbone.js or JavaScriptMVC.
No, you don't. jQuery simply makes it easier to build highly interactive, usable web pages.
http://stevenbey.com
Recursion: see Recursion