Community

Mapping between Database Types and Client Types in the .NET Backend using AutoMapper

(Jason Cooke) Most of the samples showing how to use the .NET Backend have a single type that represents both the data stored in the database and the data that is exposed to the service callers. However, sometimes you cannot expose your database data as-is, or you want to provide and accept extra da

Read More - Register for Free Membership