Answer (Choose 1 answer)
What is the purpose of a Data Transfer Object (DTO) in .NET?
A. To manage user input validation in forms
B. To define the structure and behavior of database tables
C. To transfer data between different layers or components of an application
D. To encapsulate business logic within a separate class
Q: 12