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 TextReader
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Praveen Kumar (2)
Mahesh Chand (2)
G Gnana Arun Ganesh (2)
Liju Gopalan (1)
Joe Miguel (1)
Nalaka withanage (1)
Sanjay Ahuja (1)
Shail 0 (1)
Sushila Patel (1)
Related resources for TextReader
No resource found
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#.
Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#
9/1/2023 4:09:34 AM.
Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
Reading XML Files
12/19/2013 3:08:27 PM.
In this article, I will show you how to use the XmlTextReader class to read an XML document and write data to the console.
XML Schema Validator in VB.NET
11/10/2012 1:31:57 AM.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
Viewing and Writing XML Data using ADO.NET DataSets
9/29/2012 6:41:52 AM.
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
XML Parser in C#
9/29/2012 6:32:02 AM.
This project gives you a head start to write XML parser in C#.
C# TextReader
6/5/2012 2:48:40 AM.
TextReader class available in .NET is a base class for StreamReader and StringReader classes. The StreamReader is used to read characters from a stream.
TextReader and TextWriter Classes in C#
5/20/2012 6:44:00 AM.
In this article I will explain you about TextReader and TextWriter Classes in C#.
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.
Using Map in a Pocket PC Application
1/31/2006 12:01:28 AM.
GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
Format DateTime Values in XML Extracted From DataSet
1/4/2006 7:18:51 AM.
In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
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.