I am creating web application from scratch using Visual studio 2012, Asp.net MVC 4 + entity framework (database first approach) + angular.js + sql-server 2012. I am also thinking of using repository layer. It is medium size rapid deveoplment project. It is database oriented application doing CRUD operation with around 20-25 screens.
I have starting creating solution ( framework) for it but not sure where to keep entity framework. Is anyone has readymade solution which can be reused for this application?
Also is it advisable to use angular.js or jquery since it is rapid development project... i have heard angular.js have several readymade function for control binding whereas in jquery we have to write lot of code..... please advise