Page 1 of 1

Sample application?

Posted: Tue 02 Feb 2016 19:49
by Thenrich
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?

Posted: Wed 03 Feb 2016 15:30
by Shalex
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.