Back to Browse

What is a DTO? Data Transfer Object

27.8K views
Feb 9, 2021
8:33

Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects. What is a DTO (Data Transfer Object) and why should you use one? How to build web apps with C# and ASP.NET Complete Course Playlist https://www.youtube.com/watch?v=m8IuIoAlciM&list=PLhPyEFL5u-i2ShGqmuP3uDdSy06hzBzdo Index 0:00 Introduction 0:22 JSON data an REST API 1:00 DTO makes a data class more presentable by hiding sensitive data 2:20 Mapping and automapping from a class to a dto 3:00 Combine two classes by bundling properties into a single dto 4:15 DTO can provide a calculated data property 6:10 DTO can protect your api from breaking updates

Download

0 formats

No download links available.

What is a DTO? Data Transfer Object | NatokHD