TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About StreamReader
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (3)
G Gnana Arun Ganesh (2)
Abhishek Yadav (1)
Keyur (1)
Mahesh Chand (1)
Praveen Kumar (1)
Pramod Singh (1)
Emiliano Musso (1)
Pankaj Kumar Choudhary (1)
Joydeep Ghosh (1)
Levent Camlibel (1)
Muhammad Shakir (1)
Bill Farley (1)
sushilsaini (1)
Tin Lam (1)
John O Donnell (1)
Daniel Johnson (1)
Ashish Banerjee (1)
Related resources for StreamReader
No resource found
StreamReader And StreamWriter Classes In C#
6/14/2024 10:42:15 AM.
Learn about StreamReader and StreamWriter classes in C#. These classes are essential for reading from and writing to files efficiently. Understand their usage for file handling tasks, including readin
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 Examples
10/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.
Convert CSV File to XML With DataTable
4/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.NET
12/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.NET
11/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 Radar
9/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 Pages
6/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 .NET
1/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 .NET
1/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 Engine
1/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 PC
1/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 .NET
12/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 Java
12/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#.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download