What is the difference between typed and untyped dataset?



What is the difference between typed and untyped dataset?..

Answer / Amit Tewari

In ADO.NET, a typed dataset represents a strongly-typed DataSet with defined tables, columns, and relationships. This provides improved performance and IntelliSense support in Visual Studio. An untyped dataset is a regular DataSet without these strong types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

1 Answers  


What is execute scalar in ado.net?

1 Answers  


How to enable and disable connection pooling?

1 Answers  


Explain sqlconnection object?

1 Answers  


How to retrieve the user id which is provided while windows authentication?

1 Answers   Cap Gemini,


What are the different methods by which we can populate a dataset?

1 Answers  


Why edit is not possible in repeater?

1 Answers  


Which architecture does Datasets follow?

1 Answers  


Which object holds only data and does not interact with data source?

1 Answers  


What is ado.net objects?

1 Answers  


How would you connect to a database by using .NET?

1 Answers  


Describe the disconnected architecture of ADO.NET’s data access model.

1 Answers  


Categories