Related resources for StreamReader
  • Asynchronous File I/O in C#10/30/2023 7:20:05 AM. Thisarticle on asynchronous file I/O in C# is well-structured and informative, covering all the essential aspects of the topic. You have effectively introduced the concept of asynchronous programming,
  • C# StreamReader Code Examples10/13/2023 4:58:22 AM. C# StreamReader is used to read characters to a stream in a specified encoding. Learn how to use C# stream reader. C# StreamReader code example.
  • StreamReader and StreamWriter Classes in C# 9/14/2023 8:44:51 AM. In this article I will explain you about StreamReader and StreamWriter Classes in C#.
  • Read A File Using C#1/28/2022 10:46:17 AM. This program just demonstrate the use of FileStream & StreamReader.
  • StreamReader And StreamWriter Classes In C#7/8/2019 11:30:34 PM. This article explains C# StreamReader and StreamWriter classes and how to use them.
  • Convert CSV File to XML With DataTable4/22/2015 2:50:05 AM. In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
  • Input/Output Classes in C#3/12/2015 1:10:58 PM. This article explains the input/output classes available in C#.
  • WhoIs in ASP.NET and VB.NET12/1/2012 2:18:57 AM. Quite often you want to know who owns a given domain. To obtain the registry information, you go to the respective registry and start a so called WHOIS query (lookup). The trick is that you have to know which registry is responsible for which TLD (Top Level Domain).
  • Line Count Utility in VB.NET11/10/2012 2:13:21 AM. This utility is for counting number of code lines in a Visual Studio Project. It returns the number of code lines and file names which are in the project folders.
  • Access Row of a file Random bases using C#9/29/2012 8:41:38 AM. In this aritical, we will look how to get a row of a file which contains multiple rows randomly.
  • Doppler Radar9/29/2012 6:05:25 AM. This is an app that will display the current doppler radar picture for any given zip code.
  • Reading and Display Source of Web Pages6/4/2009 6:42:23 AM. This sample project is made to help ASP.NET developers. This projects highlights how to add HTML page inside your ASP.NET page which is hosted on same or different webserver. This page can still run on that server and only output is included in the ASP.NET page.
  • Music Editing Program in C# and .NET1/31/2007 5:47:29 AM. This program will create music from a file of letter-coded notes. It will also print and print preview the music.
  • Recording Sheet Music Using C# and .NET1/31/2007 5:19:49 AM. This is a article that allow you to record and replay the music you performed on the piano.
  • TextReader and TextWriter in C#2/27/2006 2:07:10 AM. This article covers the information of how to read or write (Unicode) character based data through TextReader and TextWriter.
  • Multi-threaded Web Applications - Case I: Search Engine1/31/2006 4:24:41 AM. This article is the first of the series of 4. I will demonstrate the use of threading in web applications by implementing a simply search engine. The following 3 articles in the series will be a Port Scanner, a Reverse DNS and a Web Hammer respectively.
  • Getting NASDAQ Quotes with a Pocket PC1/31/2006 1:03:17 AM. If you have been lucky enough to get the Compact Framework or Smart devices extension beta for April 2002 you may be wondering what you can do with it.
  • Tracking your lottery pick on the Web Using .NET12/27/2005 12:27:01 AM. A few weeks ago, the New Jersey State lottery was up to 300,000,000 dollars.
  • Lingo Game in C#12/25/2005 11:07:49 PM. It is a Lingo game developed in C#. It is based upon Game Show Network's Lingo but has a few modifications to it.
  • Text Reader and Text Writer in C#12/23/2005 5:29:02 AM. A detailed tutorial and C# types such as Value and Reference types with sample examples.
  • Line Numbering Utility in C# and Java12/17/2005 4:20:54 AM. This is the first of the series of programs I wish to write to help myself get a handle on C#.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download