Search code examples
Software Architecture question. BL creates DTOs differently by type. Is there anything better?...

design-patternsarchitectureprototypedto

Read More
How can I use ParseIntPipe and Dto together?...

nestjsdto

Read More
SpringBoot Could not autowire. No beans of 'UserMapper' type found error for Mapstruct Mappe...

javaspring-bootautowireddtomapstruct

Read More
nest js dto allow array of string and only string...

javascriptnestjsdto

Read More
Enum type naming conventions in DTO's...

c#.netenumsdomain-driven-designdto

Read More
Java - copy properties to another object...

javaspringdtoapache-commons-beanutils

Read More
Nestjs + postgresql +dto store jsonb gives must be a json string error...

javascriptpostgresqlnestjsdtonestjs-typeorm

Read More
DTO to entity and vice-versa, Which layer, between the controller and the service, should handle the...

javadto

Read More
How to call MapStruct method from interface in java stream...

javastreamdtomapstruct

Read More
DTO and how this works exactly?...

javajpadto

Read More
name problem mapping JSON parameters to class DTO in spring boot...

javajsonspringdto

Read More
How to determine how will springboot handle a field of json when converting it to a Dto?...

javajsonspring-bootannotationsdto

Read More
how to manage timestamps in schema in nestjs without explicitly defining createdAt,updatedAt...

typescriptmongoosenestjsmongoose-schemadto

Read More
How can I validate an array of enum values with Nestjs...

nestjsdto

Read More
How to quickly check if two data transfer objects have equal properties in C#?...

c#equalsdto

Read More
Which layer should I implement Entity-DTO conversion?...

typescriptnestjsentitydto

Read More
Which DTO class is the correct structure?...

javaspringdto

Read More
NodeJS map Dtos to TypeORM Entities...

node.jsdtonestjstypeormclass-transformer

Read More
Is it possible to Autowire a KSP generated class without writing any additional boilerplate?...

springkotlindto

Read More
Where to map DTOs to Entites for Create/Add method in repository...

asp.net-web-api2repository-patterndton-tier-architecture

Read More
What is best practice for many to many relationships in ASP.NET Web API?...

c#asp.net-web-apidto

Read More
How to make an optimal DTO mapping in Kotlin backend?...

springkotlinbackenddto

Read More
Nested dto with multipart form data...

nestjsdtoclass-validatorclass-transformer

Read More
How to use class validator decorator optionally in Nest.js dto...

nestjsdtoclass-validator

Read More
How to pass a complex type parameter (DTO object) to GET requests?...

asp.net-web-apidton-tier-architecturemulti-tier

Read More
NestJS: class-validator Not Throwing Validation Errors for Casted Objects...

javascriptnestjsdtoclass-validator

Read More
Which layer should be used for conversion to DTO from Domain Object...

layerdtospring-restcontroller

Read More
table data gateway and data access object architectural difference...

architecturedaodto

Read More
How to adapt DTO (data transfer object) to my angular project?...

c#angulardto

Read More
How to Allow null or Empty String in class-validator for Specific Fields?...

postgresqlnestjsprismadtoclass-validator

Read More
BackNext