| 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... |
|
| Code Generation in the .NET Framework Using XML Schema |
| MSDN |
| Learn the difference between typed datasets and classes generated by the xsd.exe tool. Extend this process by reusing the infrastructure classes supporting it, staying compatible with the XmlSerializer. |
|
| Editing XML Schemas in .NET |
| XML for ASP.NET |
| This sample application demonstrates how to modify an XML schema using the XmlSchema and supporting classes found in the System.Xml.Schema namespace to create a simpleType facet for an element named ShippedDate. After running the sample, you will see the modifications in the Modified Schema textbox.
|
|
| Extreme XML: Secrets of the System.Xml.Schema Namespace |
| MSDN |
| Dare Obasanjo provides examples of lesser-known class functionality in System.Xml.Schema namespaces. |
|
| HOW TO: Create Key Element for an XML Schema in Visual C# .NET (Q318506) |
| http://www.kbalertz.com/ |
| Use this step-by-step guide to programmatically add a key element to an existing XML schema. |
|
| HOW TO: Create Key Element for an XML Schema in Visual C# .NET (Q318506) |
| Microsoft Support |
| Use this step-by-step guide to programmatically add a key element to an existing XML schema. |
|
| Integrating an HTML returning C# Web Service with our Websites |
| C#Today |
| In this article, Andrew Krowczyk discusses a relatively simple but useful Web Service that fulfills the following scenario. Lets say for example, Yahoo decided to write a Web Service that would allow anyone with a website to integrate a Recent News box into their own site. The data would be generated by Yahoo or its Content Provider, but would add the capability for anyone to encapsulate this piece of functionality into their own site seamlessly. As Andrew shows us, this is quite easy to do using .NET Web Services. |
|
| 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. |
|
| Previously encoded characters in an XML Schema file are encoded again when you write the XML Schema to a new file |
| Microsoft Support |
| (815109) - When you use the XmlSchema class to read an XML Schema (.xsd) file that includes an encoded character such as a space character, and then you use the Write method to write the XML Schema to another XML Schema file, you may notice that the encoded... |
|
| Previously encoded characters in an XML Schema file are encoded again when you write the XML Schema to a new file |
| http://www.kbalertz.com/ |
| (815109) - When you use the XmlSchema class to read an XML Schema (.xsd) file that includes an encoded character such as a space character, and then you use the Write method to write the XML Schema to another XML Schema file, you may notice that the encoded... |
|
| 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. |
|
| 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. |
|