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 converts XSD schemas into typed datasets will...