| .NET Data Persistence: SQL Server vs. Matisse vs. FastObjects |
| The Code Project |
| An article with source code examining the development speed and performance capability of .NET, Matisse and FastObjects |
|
| BookStock v2- Samples to Show Simple OleDb.NET Connectivity |
| Master C# |
| The bookstock example I had previously created for .NET SDK beta1 consisted of 3 samples to show how to perform basic ADO.NET connectivity with a Ms Access 2000 Database and how to Add, View , Edit , Delete records from it. It also demonstrates how to DataBind Textboxes to a DataSet object. |
|
| Data Binding |
| C#Today |
| ADO.NET, the database connectivity library included with the .NET Framework, provides powerful ways of working with data from all kinds of data sources. Underpinning most of the ADO.NET functionality is XML.In this exercise, Dot Net Guruhew Reynolds takes a look at working with XML and Data Binding. Specifically, he shows how we can create an application that lets us store a small database of Web sites in an XML file on disk. |
|
| Data Binding Between Controls in Windows Forms |
| MSDN |
| Data binding is a very powerful feature of most applications, and Windows® Forms and Web Forms applications are clearly no exception. Data binding is the process of retrieving data from a source and dynamically associating it with a property of a visual element. Depending on the context in which the element will be displayed, you can map the element to an HTML tag, a Microsoft® .NET Web control, or a Windows Forms control. |
|
| DataBinding in Windows Forms |
| GotDotNet |
| GotDotNet's introduction to data binding. Extract: "Data binding provides a simple, convenient, powerful, and transparent way for developers to create a read/write link between the controls on a form and the data in their application (their data model)." |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| Microsoft Support |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| http://www.kbalertz.com/ |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| INFO: Roadmap for Windows Forms Data Binding |
| Microsoft Support |
| (313482) - This article provides a roadmap to learn and to master data binding in Windows Forms applications. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to... |
|
| Samples to Show Simple OleDb Managed Provider Interaction |
| Master C# |
| The Book Stock examples described in this article, are three Windows Forms applications that perform various operations like Inset / Update / Delete with Ms Access database using the OleDb Managed Provider. |
|