Some Articles of Special Interest
1. Designing Distributed Applications with Visual Studio .NET
Because Web technologies are rapidly becoming the platform of choice for supporting enterprise-wide applications, the infrastructure required to develop and host applications has grown in scale and complexity. The .NET Platform is the direct result of a major shift in the computer application architecture that took place during the 1990s.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/databindingadonet.asp
3. Not Your Father's Data Binding
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet02122002.asp
4. Create Databinding Structures
Learn how to create middle-tier classes you can bind to WinForms UI controls.
http://www.fawcette.com/vsm/2003_06/online/wagner/
5. Use Custom .NET Collections
Create and use .NET custom collection classes to pass containers of data in your Web services projects.
http://www.fawcette.com/vsm/2003_06/magazine/columns/aspnet/default.aspx
6. Working DataGrid
TemplateColumns and Binding these Columns
Working DataGrid TemplateColumns and binding these columns with differents objects (TextBox, DropDownList, CheckBox, Image and others).
http://www.thecodeproject.com/aspnet/workingdatagrid.asp
7. Roadmap for XML Serialization in the .NET Framework
http://support.microsoft.com/default.aspx?scid=kb;en-us;314150
8. Top Questions about the DataGrid Web Server Control