© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
4y ago
•
24 replies
bookuha
DTOs inside of DTOs
Is it normal to have
class GuyDTO
{
string Name
{get
;set
}
int Age
{get
;set
;
}
BikeDTO
Bike
{get
;set
;
}
}
Like
, I should have BikeDTO always
, not the Bike entity itself
, right
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
REST? DTOs
C
C# / help
4y ago
❔ DTOs Pros and Cons
C
C# / help
4y ago
❔ How to structure DTOs
C
C# / help
4y ago
MediatR commands and DTOs [Answered]
C
C# / help
4y ago