| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| Microsoft Support |
|
(815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may...
|
|
| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| Microsoft Support |
| (815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may... |
|
| BUG: "Cannot Implicitly Convert Type 'System.Data.DataSet'" Error When Application is Built |
| http://www.kbalertz.com/ |
| (815131) - You have a Web Service that has a Web Service method that returns an instance of a custom class. The class that is returned by the Web Service method implements the IXmlSerializable interface. If you use this Web Service in an application, you may... |
|
| Building Practical Solutions with EXSLT |
| MSDN |
| Oleg Tkachenko shows how to make XML programming easier, and explains how to boost your productivity using XSLT and XPath extensions provided by the EXSLT.NET library. |
|
| Creation of XML for Microsoft Tree View Control from SQL Server 2000 Database |
| The Code Project |
| Tree is used for hierarchical display of data and permits you to create effective user interfaces while easing development and maintenance time. |
|
| Data Access Support in Visual Studio.NET (Whidbey) |
| DotNetJunkies |
| Within this is an overview of the data access support in ADO.NET, covered by the System.Data and System.Xml namespaces. This white paper details the innovations and enhancements in the data access layer in Whidbey when retrieving data from data sources, particularly SQL Server. It covers the growth of ADO.NET in Whidbey to encompass the relational, object and XML data models, and explains typical usage scenarios for each with development guidelines and recommendations. |
|
| Dr. GUI.NET #7 |
| MSDN |
| In this article Dr GUI discusses how file and console I/O is achieved in .NET. The article includes a detailed discussion on streams. |
|
| Exposing Proprietary Data the .NET Way |
| MSDN |
| The .NET Framework comes with the OLE DB managed provider, which is meant to be a bridge that gives you immediate access to all the existing OLE DB providers. This component saves your current investments, as applications can continue successfully calling into existing OLE DB providers. The point, though, is another. In .NET, exposing proprietary data requires a more thoughtful choice, mostly because you have multiple and equally powerful options from which to choose.
|
|
| HOW TO: Load and Save XML by Using DOM in .NET Framework with Visual C# .NET |
| http://www.kbalertz.com/ |
| (317662) - Use this step-by-step guide to learn how to programmatically load and save Extensible Markup Language (XML) documents by using the System.Xml.XmlDocument class. This class is compliant with the World Wide Web Consortium Document Object Model (DOM)... |
|
| HOW TO: Persist an ADO.NET DataSet as XML by Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (308064) - This article demonstrates how to persist an ADO.NET DataSet object to XML. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft Windows 2000 Professional,... |
|
| HOW TO: Persist an ADO.NET DataSet as XML Using Visual Basic .NET (Q308064) |
| Microsoft Support |
| This article demonstrates how to persist an ADO.NET DataSet object to XML. |
|
| HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft... |
|
| HOW TO: Read XML Data into a DataSet by Using Visual Basic .NET |
| Microsoft Support |
| (309702) - This article demonstrates how to read Extensible Markup Language (XML) data into an ADO.NET DataSet object. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft... |
|
| Insert XML Nodes Using XmlTextReader and XmlTextWriter |
| The Code Project |
| Using XmlTextReader and XmlTextWriter to insert an XML document within another document without creating an XmlDocument object |
|
| Moving to .NET and Web Services |
| MSDN |
| As you may have guessed from looking at the top of this page, the House of COM column that appeared in the May 2001 issue was my last column on COM (I have already started the bidding war on eBay for that soon-to-be-collector's edition). Dedicated readers may have noticed that I haven't been using the column to write about COM per se for some time. Rather, for the past three years, my work has been shifting to encompass other software integration/component technologies, such as the Common Language Runtime (CLR), ISAPI, XML, SOAP, and Web Services.
|
|
| New Features for Web Service Developers in Beta 1 of the .NET Framework 2.0 |
| MSDN |
| Check out the improvements in productivity, performance, extensibility, and standards support in Microsoft .NET Framework 2.0. |
|
| Reading and Writing XML Documents |
| C# Corner |
| In this article you will see how to read and write XML documents in Microsoft .NET using C# language. First I will discuss XML .NET Framework Library namespace and classes in brief. Then we will read and write XML documents. At the end of this article, I will show you how to take advantage of ADO.NET and XML .NET model to read and write XML documents from relational databases and vice versa. |
|
| Troubleshooting Common Problem with the XML Serializer |
| MSDN |
| Christoph Schittko discusses various techniques for diagnosing common problems that occur when converting XML to objects and vice versa with XML Serialization technology in the .NET Framework. |
|
| What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release |
| MSDN |
| Enhance XML support in your applications with the XML APIs in System.Xml and the .NET Framework 2.0. |
|
| Working with XML as an Object Model |
| C#Today |
| In this article, Salim Naim explores XML, and how we can work with it as an object model. He shows that XML is truly a core technology layer in .NET, while manipulating and working with XML documents with .NET is a natural method built into the .NET Framework, and not an after thought. He covers various techniques, including how to make use of the core functionality provided by the Base Class Libraries in the .NET Framework classes relevant to XML, and also looks at the two abstract base classed XMLReader and XMLWriter, which the XML classes are built upon. |
|
| XML Features in ADO.NET |
| MSDN |
| XML and some of its related technologies, including XPath, XSL Transformation, and XML Schema, are unquestionably at the foundation of ADO.NET. As a matter of fact, XML constitutes the key element for the greatly improved interoperability of the ADO.NET object model when compared to ADO. In ADO, XML was merely an (non-default) I/O format used to persist the content of a disconnected recordset. The participation of XML in the building and in the inter-workings of ADO.NET is much deeper. |
|
| XML Programming using VB.NET: Part 1 |
| C# Corner |
| In this article we will explore XML classes and namespaces of .NET Framework Class Library and how to use them in VB.NET to read, write and navigate XML documents. |
|