TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About DTO
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (3)
Jitendra Mesavaniya (2)
Hari Lakkakula (1)
Ziggy Rafiq (1)
Ramasagar Pulidindi (1)
Sardar Mudassar Ali Khan (1)
Adam Stirtan (1)
Amit Mohanty (1)
Surjeet Yadav (1)
Manoj S Pant (1)
Sachin Kalia (1)
Sateesh Arveti (1)
Hasibul Haque (1)
Related resources for DTO
No resource found
Leveraging Records for Data Transfer Objects (DTOs) in C# .NET
8/12/2024 4:20:42 AM.
This article explores how to leverage C# records for implementing Data Transfer Objects (DTOs) in .NET. It delves into the benefits of using records for immutable data structures, enhancing code reada
Understanding CQRS Design Pattern
6/27/2024 5:05:00 AM.
The CQRS (Command Query Responsibility Segregation) pattern separates the operations for reading and writing data in software architecture. It enhances scalability by segregating commands (writes) and
Best Practices for Creating ASP.NET Core REST API using OpenAPI
4/9/2024 5:44:39 PM.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalabi
Streamlining Data Transfer with DTOs in .NET Core - C#
4/9/2024 11:40:48 AM.
Streamline data transfer in .NET Core with Data Transfer Objects (DTOs). Simplify and optimize application layers for enhanced performance and scalability.
What is Record Keyword/Function in C#?
4/3/2024 10:37:44 AM.
Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, and
Getting Started With Mapster in ASP.NET Core
3/20/2024 6:41:17 AM.
Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and pr
Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs
11/17/2023 5:40:18 AM.
Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
Building a Web API with C# Records for DTOs
11/6/2023 10:57:14 AM.
This blog article explores the use of C# records for Data Transfer Objects (DTOs) in ASP.NET Core Web API development. It offers insights into the benefits and practical application of C# records, usi
C# Records and DTO Classes
10/30/2023 7:57:12 AM.
Data Transfer Objects (DTOs) in C#
9/19/2023 8:15:06 AM.
In the world of software development, Data Transfer Objects (DTOs) are vital for efficient data communication and manipulation. This article explains DTOs in C#, their importance, and practical usage.
Simplifying Data Transfer Objects (DTOs) in C# with Records
8/27/2023 12:46:29 PM.
C# records provide a more elegant and succinct way to define DTOs. In this article, we will explore the benefits of using C# records for DTOs with a concrete example.
Creating Dynamic ToolTip Using RadControls and JavaScript
4/13/2020 5:14:55 AM.
RadToolTip is a context-sensitive tool for displaying rich content, detailed information, overlaid forms, or just about anything that should appear over a given element.
POCO, DTO and Persistence Ignorance Overview
6/3/2016 1:34:41 PM.
In this article you will learn about POCO, DTO and persistence ignorance.
Each and AppendTo Function in jQuery
1/8/2013 12:04:11 PM.
Recently I started work on JQuery and had gone through very interesting way of looping as for loop, JQuery provides a core method that you can use to loop through your set of selected DOM elements.
Introduction to Template Method Pattern
9/30/2012 5:51:38 AM.
This article explains about Template Method Pattern in C#
Convert your Data Transfer Object to XML (XML Serialization and Deserialization)
9/29/2012 5:28:26 AM.
How to convert Business Entity/ Data Transfer Object to XML string and also XML string to Business Entity/ Data Transfer Object.