Any inaccuracies in this index may be explained by the fact that it has been sorted with the help of a computer. --Donald Knuth
Welcome to my blog about software development and the Microsoft stack.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Subscribe for news, updates and more:

Category: IO

language elements
io
[Articles: 2]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

How Do I Read a File As an Array of Bytes in C#

By steve on February 16, 2007.  |  Updated on January 22, 2012.  |  31,116 views, 74 today.  |  1 page.
 .NET  C#  IO  Snippet 
Learn how to use a stream to read the byte content of a file. You can also use the new ReadAllBytes method on the File class.

How Can I Easily Manage an XML Configuration File in .NET?

By steve on January 10, 2007.  |  Updated on January 22, 2012.  |  42,909 views, 24 today.  |  1 page.
 .NET  C#  Data  IO  Snippet  XML 
.NET makes reading and writing XML as easy as pie. Use a class template and you never have to deal with XML at all.