I have just made my first C# program with the 2005 Express Edition.I am looking for a good example of how do to a simple read and write of a file. Any suggestions?
Welcome to the world of programming! Pity us (the VB guys) lost you out to C#...
For reading and writing for file, check out this url: http://www.c-sharpcorner.com/UploadFile/mahesh/FileStreamReadorWriteDataStreams12022005072329AM/FileStreamReadorWriteDataStreams.aspx
For more stuff, try downloading the msdn library (huge though) or else check them out online... Here are a few links for you:http://msdn2.microsoft.com/en-us/library/kx37x362(VS.80).aspxhttp://msdn2.microsoft.com/en-us/library/k1s94fta(VS.80).aspx
Have fun!