Saturday, 3 February 2007

What Next?

For those of you who haven't noticed my revision follows the book 'MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 - Application Development Foundation'. Why do I bother writing a blog on it? Because my memory is awful and instead of me taking notes on a piece of paper next to me whilst I revise I use this blog. Also useful when I remember looking at x in work and need to look-up the exact details of x I don't have to re-lookup it up, I can use my blog.

So what am I looking at next, well if you have the book that I am using you will know I am going to say:

Access files & folders by using the File System classes.

  • File class and FileInfo class.
  • Directory class and DirectoryInfo class.
  • DriveInfo class and DriveType enumeration.
  • FileSystemInfo class and FileSystemWatcher class.
  • Path class.
  • ErrorEventArgs and ErrorEventHandler delegate.
  • RenamedEventArgs class and RenamedEventHandler delegate.

Manage byte streams by using Stream classes

  • FileStream class.
  • Stream class (not Reader & Writer classes as they are covered separately)
  • MemoryStream class
  • BufferedStream class

Manage the .NET Framework application data by using Reader & Writer classes

  • StringReader class and StringWriter class.
  • TextReader class and TextWriter class.
  • StreamReader class and StreamWriter class.
  • BinaryReader class and BinaryWriter class.

Compress or decompress stream information in a .NET Framework application

  • IsolatedStorageFile class.
  • IsolatedStorageFileStream class.
  • DeflateStream class.
  • GZipStream class.

No comments: