| A null ArrayList member is initialized to a zero length ArrayList class after it is deserialized |
| Microsoft Support |
| (815105) - When you serialize an object that contains a null ArrayList class object as a public member, as expected the tags for the ArrayList class member is not present in the serialized XML file. However, after deserialization, you may notice that the... |
|
| A null ArrayList member is initialized to a zero length ArrayList class after it is deserialized |
| http://www.kbalertz.com/ |
| (815105) - When you serialize an object that contains a null ArrayList class object as a public member, as expected the tags for the ArrayList class member is not present in the serialized XML file. However, after deserialization, you may notice that the... |
|
| A Simple Serializer / Deserializer |
| The Code Project |
| A Simple Serializer / Deserializer |
|
| Add XML Functionality in Microsoft Office Excel 2003 from Microsoft Visual Basic .NET |
| MSDN |
| Discover how to generate XML from a dataset, format the XML using a Stylesheet, and then use code to open the transformed XML. |
|
| BETA-HOWTO: Transfer XML Data to Microsoft Excel 2002 Using Visual C# .NET (Q307029) |
| Microsoft Support |
| Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 by using either the user interface or code. With Visual C# .NET, you can take advantage of Excel's XML functionality to seamlessly transfer data to a workbook to present the data with formatting and an arrangement of your choice. This article demonstrates how to accomplish this task. |
|
| C# XML Directory Lister |
| The Code Project |
| I was looking for a useful little project to start learning C# and the .NET framework. In my job we do a lot of things with XML so I was interested in exercising some of the XML classes. In particular I wanted to see how XML and ADO+ fit together. The result is the code in this project. This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet.
|
|
| Coding Best Practices Using DateTime in the .NET Framework |
| MSDN |
| See key development and testing scenarios involving time, and get recommendations for writing programs using the DateTime type in .NET-based applications and assemblies. |
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using C#. |
|
| 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. |
|
| Display the Current Temperature in the System Tray |
| The Code Project |
| Use a web service to retrieve the temperature for a given zipcode and display it in the taskbar system tray |
|
| 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. |
|
| E Pluriblog Unum: Merging RSS Feeds |
| MSDN |
| Kent Sharkey describes one technique for merging multiple RSS feeds into a new RSS feed, which enables merging common data into a single source to make it easier for users to find the information they want. |
|
| eConnect Serialization Example using Visual Basic .NET and ADO .NET |
| MSDN |
| This article demonstrates how to serialize data from a custom Microsoft SQL Server table and use eConnect objects to integrate the records into Microsoft Business Solutions–Great Plains. |
|
| Editable History ComboBox |
| The Code Project |
| Demonstrates how to easily simulate an editable combobox that can persist previous entries (Like Internet Explorer). |
|
| Encoding Binary Data in XML |
| The Code Project |
| A C# example which puts and gets icon and bitmaps to and from a xml file |
|
| HOW TO: Format DateTime and Date Values in the XML Extracted from an ADO.NET DataSet by Using Visual C# .NET |
| Microsoft Support |
|
(330597) - This step-by-step article describes how to format DateTime and Date values in the XML that is extracted from an ADO.NET DataSet object. In ADO.NET, the DateTime and Date values of DataTable columns are written in the XSD DateTime and Date formats when...
|
|
| 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: Transfer XML Data to Microsoft Excel 2002 by Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (307021) - Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 or Excel 2003 by using either the user interface or code. With Visual Basic... |
|
| HOW TO: Transfer XML Data to Microsoft Excel 2002 by Using Visual Basic .NET |
| Microsoft Support |
| (307021) - Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 or Excel 2003 by using either the user interface or code. With Visual Basic... |
|
| HOW TO: Transform a DataSet to Spreadsheet XML for Excel by Using Visual Basic .NET and ASP .NET |
| Microsoft Support |
| (319180) - This step-by-step article describes how to transform a DataSet to Spreadsheet XML that can be rendered in Excel. The Excel Spreadsheet XML format supports element tags and attributes for Excel functionality such as multi-sheet workbooks, formulas, and... |
|
| HOW TO: Transform a DataSet to Spreadsheet XML for Excel by Using Visual Basic .NET and ASP .NET |
| http://www.kbalertz.com/ |
| (319180) - This step-by-step article describes how to transform a DataSet to Spreadsheet XML that can be rendered in Excel. The Excel Spreadsheet XML format supports element tags and attributes for Excel functionality such as multi-sheet workbooks, formulas, and... |
|
| 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 |
|