Dan Wahlin
Dan Wahlin is an independent consultant for Wahlin Consulting and also founded XML for ASP.NET (http://www.XMLforASP.NET), which focuses on using XML and Web Services in Microsoft's .NET platform. He also works as a corporate trainer for Global Knowledge, offers his own .NET/XML training courses, and speaks at several conferences. Previously, Dan worked as an enterprise Web site manager and as senior consultant for a global systems integrator. Dan co-authored Professional Windows DNA (Wrox), ASP.NET Tips, Tutorials, and Code (Sams), and recently finished XML for ASP.NET Developers (Sams).
Articles Authored
-
XML to Database using .NET's XmlTextReader
Last updated: Wednesday, February 20, 2019
Published in: CODE Magazine: 2002 - January/February
As XML becomes more and more prolific in the world of data exchange it's increasingly important that data can be quickly and easily extracted from XML documents and moved into more permanent data stores.Although .NET offers several different ways for performing this task, the XmlTextReader represents the most efficient and scalable solution.