GeekArticles
Microsoft
ADO.NET


Enter the Data Definition Language:
Most developers have faced situations in which they need to read data from a file of some given format but can find no real library routines for this purpose, other than the standard file-handling libraries. In such cases, they would have to develop code to calculate the addresses of various values they want to retrieve from the file, plus write file-handling code to retrieve the data.
Sponsored Links
Related Topics
ADO.NET
- ADO.NET 2.0 Framework and Designer Enhancements
- Multiple Active Result Sets and Asynchronous Connections in ADO.NET 2.0
- Database Modeling with ORM - Part 2
- Enter the Data Definition Language:
- Database Modeling with ORM - Part 1: A Picture Is Worth a Thousand Words
- Accessing Enterprise Data from SQL Server CE
- ADO.NET and the Middle Tier
- Article :: Effective Use of ADO.NET: Creating a Survey Application
- Article :: Using Windows Media Player with .NET
- Article :: Typed DataSets in ADO.NET