| 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... |
|
| 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. |
|
| 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. |
|
| 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 |
|
| LCE Subscription Viewer |
| The Code Project |
| Couple years ago I wrote a small utility to retrieve subscriptions registered in the Event System store in LCE COM+ service. This small tool allows me to asynchronously monitor my subscriptions, remove or enable/disable them from the ES store. The tool has been designed and implemented using component technologies such as COM and ATL. To keep in touch new technologies, I spent my last weekend rewriting my tool using a C# and .Net framework to validate my original design concept. |
|
| 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.
|
|
| 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. |
|
| Tracking your lottery pick on the Web |
| C# Corner |
| A few weeks ago, the New Jersey State lottery was up to 300,000,000 dollars. That's quite a large pot, and some lucky winner cashed in. If you come up with the winning number you have the option of taking a lesser pay-out in cash rather than the full annual payment. Of course, this is after the government takes its cut, but a few million dollars is nothing to sneeze at, and the money the government takes, goes to good causes such as education. Anyway, my wife bought a ticket, and she kept asking me how to check the number. I decided that instead of waiting to watch a bunch of ping pong balls bounce around, it would be easier to take the lazy route and write a program that checked the winning number on the web against my wife's number. If her 6 numbers matched all 6 of the winning numbers on the web, the program would happily proclaim that my wife had won. |
|