You are designing a multi-tier application where data needs to be transferred between the presentation layer and the database. Which ADO.NET component plays a crucial role in managing data synchronization in this architecture?

  • DataSet
  • SqlCommand
  • SqlConnection
  • SqlDataAdapter
The DataSet plays a crucial role in managing data synchronization in a multi-tier application architecture. It acts as an in-memory cache of data retrieved from the database and provides a disconnected data model, allowing data to be transferred between the presentation layer and the database in a flexible and efficient manner.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *