Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > pros and cons of both Typed and unTyped dataset
 

pros and cons of both Typed and unTyped dataset

Hi,

i want to know pros and cons of both Typed and Untyped dataset in detail.

can we customize untyped dataset?

What is benefit of Typed dataset?

is there significant difference between performance of Typed and untyped dataset?

is overhead in typed dataset is of XSD only or any else overhead is there?

What is benefit of using Untyped dataset?

Please give me some concret answers.

thanks

Vrushali

vrushali  Friday, January 05, 2007 1:32 PM

Here is a thread that talks about some of the differences.

http://richardhaleshawgroup.com/RHSGroup/Community/forums/thread/35.aspx

Personally, I'm in favor of strongly-typed databases in most cases. Not all, mind you, but in those cases where you know the schema of the dataset at design time, I can't think of a reason not to use them.

If you go a little further down this path, you'll also get into the DataSet vs Custom Entity Classes argument. Check the following link for an exhaustive discussion.

http://www.objectsharp.com/Blogs/barry/archive/2004/02/10/273.aspx

Hope that helps.

BJohnson  Friday, January 05, 2007 3:23 PM

Here is a thread that talks about some of the differences.

http://richardhaleshawgroup.com/RHSGroup/Community/forums/thread/35.aspx

Personally, I'm in favor of strongly-typed databases in most cases. Not all, mind you, but in those cases where you know the schema of the dataset at design time, I can't think of a reason not to use them.

If you go a little further down this path, you'll also get into the DataSet vs Custom Entity Classes argument. Check the following link for an exhaustive discussion.

http://www.objectsharp.com/Blogs/barry/archive/2004/02/10/273.aspx

Hope that helps.

BJohnson  Friday, January 05, 2007 3:23 PM

Thank u so much.

It is really very helpful.

Please provide me more inputif possible.

Thanks

Vrushali

vrushali  Tuesday, January 09, 2007 6:40 AM

You can use google to search for other answers

Custom Search

More Threads

• SQL server Error
• Why the disabed cell to be "enabled" after the new row is added.
• BindingSource setting RowState.Modified on unchanged rows!
• Data Source Configuration Wizard Error
• DataGrid single row selection and no text edit in C++ .net 2003
• Bug? ComboBox raises PropertyChanged event when property hasn't changed
• How to make column readonly except for new rows in DataGridView?
• Changing Values of Cells in New Row of a Datagridview,
• Combobox
• Dataset designer: optional parameter problem