urfnet / URF.Core.Sample

URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
https://goo.gl/WwtQ5h
45 stars 16 forks source link

DTO for data transfer. #24

Open ozturkfatih opened 6 years ago

ozturkfatih commented 6 years ago

How to use DTO to transfer data between Service Layer and UI Layer or Web Api. drawing1 4 this picture explain my question. In addition, POCO entities must be separated from the presentation layer. The presentation layer can also be used in view models. What is the best way to do that?

tonysneed commented 6 years ago

@longle37 Would you like to weigh in on this?