Sample application?
Sample application?
Is there a sample MVC application which showcases how to use all the generated code together? The entities, dto's, mvc, controllers, repositories, uow.. etc?
Re: Sample application?
Please follow any standard Microsoft tutorial, just use Entity Developer (Devart Entity Model, *.edml) instead of EDM Designer (ADO.NET Entity Data Model, *.edmx) because it includes an advanced functionality: http://www.devart.com/entitydeveloper/ed-vs-edm.html.
JIC: Entity Developer is shipped with the "MVC Controller" and "MVC View Advanced" templates designed for generating an ASP.NET MVC Controller and View for using entity classes in ASP.NET MVC applications. Our MVC View Advanced template offers significant advantages over the standard MVC Scaffolding template. It supports such advanced features as sorting, filtering, and paging.
JIC: Entity Developer is shipped with the "MVC Controller" and "MVC View Advanced" templates designed for generating an ASP.NET MVC Controller and View for using entity classes in ASP.NET MVC applications. Our MVC View Advanced template offers significant advantages over the standard MVC Scaffolding template. It supports such advanced features as sorting, filtering, and paging.