| A POP3 Client and C# |
| C#Today |
| In this article, Levent Camlibel looks at how to create a POP3 client that recieves e-mail from a POP3 server, showing how the .NET platform allows this project to be created in a very short space of time. Over the course of the article, he looks at POP3 standards, .NET network programming, and custom POP3 objects. |
|
| Databinding and XML |
| DotNetJunkies |
| Data Binding is one of the best new features of ASP.NET. This article will demonstrate how easy it is to bind ASP.NET Server Controls to XML files. |
|
| 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. |
|
| How to read XML data from a URL by using Visual C++ .NET |
| Microsoft Support |
| (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements... |
|
| How to read XML data from a URL by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815659) - This article describes how to use the XmlTextReader class to read XML from a URL. The streamed information can come from a variety of sources, such as a byte stream from a server, from a file, or from a TextReader class. back to the top Requirements... |
|
| How to Use a StreamReader in NETCOBOL for .NET |
| DotNetJunkies |
| .NET Framework has provided the ability to handle multiple languages. The Language compilers provided by Microsoft are for: C#,VB.NET,Managed C++ and JScript.NET. Apart from that one can also use "non-microsoft language" to develop applications using the .NET Framework. In my article I'll be showing a demonstration to use StreamReader and NETCOBOL for .NET. Being a programmer in VB.NET for a longer time I'll explain this example comparing it with VB.NET. |
|
| 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... |
|
| 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. |
|
| Reliable XML Web Services |
| MSDN |
| Among the various FAQs about building XML Web services, reliability falls into the top five issues facing developers implementing decentralized Web services. The problem space, when broken down into small pieces, is not that difficult. So, this month I decided to jump off into the extreme area of building reliable XML Web services. |
|
| Standard I/O: Console Appplications in .NET, or Teaching a New Dog Old Tricks |
| MSDN |
| When you write console apps that take advantage of pipelines, you get the combined power of lots of small, simple apps. While each application in the pipe is fairly simple, the result of their interaction can be a relatively complex task. |
|
| TextReader and TextWriter In C# |
| C# Help |
| This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter. The TextReader and TextWriter are base classes. The StreamReader and StringReader derives from the abstract type TextReader. Similarly the StreamWriter and StringWriter derives from the abstract type TextWriter. |
|
| Turn Your Log Files into Searchable Data Using Regex and the XML Classes |
| MSDN |
| Discover how to use the built-in regular expression functionality in the .NET Framework to convert delimited log files into XML for later processing. |
|
| Utilize the full functionality of Whidbey File Management from VB.NET |
| The Code Project |
| Article on Whidbey File Management |
|
| Writing to a File using System.IO |
| .NET Xtreme |
| We have seen how data can be read from a file. In this article we will see how we can write data to a file from another file. |
|
| 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. |
|