Browse by Tags
All Tags »
ADO.NET »
DataSet (
RSS)
I was reading the Visual Basic Team Blog a couple of days ago, and stumbled upon a pure gem that will be available in Visual Studio Orcas. From the post: Keeping track of all inserts, updates and deletes across multiple related datatables and sending...
I haven't been this excited about the release of a product, but I really think that this one will make the lives of developers a whole lot easier. The DataSet Toolkit from Hydrus Software is an intelligent framework that makes data access in .NET...
Perhaps I'm a moron and everybody else in the .NET development community knew this before I did. But I will confess that until today, I had no idea how to create optional, multi-column relationships in strongly typed data sets. I knew that you can...
I use typed datasets in my .NET solutions quite a bit. Since most of the applications that I build have a lot of pull-data-modify-it-save-it-back processing, the dataset provides me with a simple way to get that job done. Sometimes, though, the tool that...
More Posts