Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > DataBinding in a New Solution: Where are resources to aid my decisions?
 

DataBinding in a New Solution: Where are resources to aid my decisions?

Does anyone know of resources for someone considering different WinForms DataBinding strategies for use in a new solution? I am lucky to be in a position where I have few constraints; therefore, I feel I need to be able to answer questions like these:

  1. Using VS2005 drag-and-drop code generation is rapid, but how does this practice affect maintenance? For example, using drag-and-drop I can generate a Typed DataSet from a SQL Express database, then use the Typed DataSet as a Data Source to generate a details form. What then should I do when requirements change and I am forced to alter the structure of a table in the database?
  2. By implementing BindingSource.DataBindingComplete I can log the bindings actions that occur when I use BindingNavigator actions. I've noticed there are lots of seemingly redundant actions occurring. Would it be wise to attempt to minimize this behavior, and where could I find details about the sequence of operations that occur and the reasoning for this approach?

I'm not necessarily looking for answers to these specific questions. Rather I would like links to information/opinion/speculation relevant to such concerns.

RipT  Monday, April 02, 2007 11:11 PM
Zhi-Xin Ye  Thursday, April 05, 2007 8:01 AM

Hi,Ript

I think what you want is someting teaching vedio about visual studio.you can find many useful resource in msdn webcast,there are many senior developers teach you.

suck like this

http://msdn.microsoft.com/seminar/shared/asp/view.asp?url=/msdntv/episodes/en/20040219csharpdf/manifest.xml&rate=1&WMPVer=10.0.0.3704

Hope it helps.

Gavin Jin - MSFT  Thursday, April 05, 2007 7:57 AM
Zhi-Xin Ye  Thursday, April 05, 2007 8:01 AM

You can use google to search for other answers

Custom Search

More Threads

• Datagridview nullreference exception
• [VB.NET] UltraDateTimePicker (readonly) and strange problem of bindings, need help
• Data binding with NicePanel and dbControl component
• Too many fields defined
• Question Weird / Silly Database Fields Question.
• Creating new settings at run time to store user setting.
• Using SortedList and/or sortedDictionary with DataGridView
• ComboBox with List<CustomClass> Datasource problem.
• DataGridView comboBox filter with two DataTables
• C# datagrid question