A project template for creating ASP.NET MVC 5 applications using ASP.NET Identity, WCF Services and the Telerik OpenAccess ORM. Basically shows how to create a service oriented architecture under MVC with the ASP.NET Identity Provider already done for you. Created by CODECorp.
A project template for creating ASP.NET MVC 5 applications using ASP.NET Identity, WCF Services and the Telerik OpenAccess ORM. Basically shows how to create a service oriented architecture under MVC with the ASP.NET Identity Provider already done for you. Created by CODECorp.
The project demonstrates a number of things including:
How to create a NetTCP WCF service without autogenerated proxy classes.
How to use ASP.NET Identity in a WCF service.
How to use a different ORM as an alternative to the entity framework in ASP.NET Identity.
How to include System.ComponentModel. DataAnnotations in a portable class library for your Views.
Allowing the ability to use them across your MVC, WCF, Windows Phone and Xamarin applications.