martes 4 de noviembre de 2008

MCTS 70-536 Links a MSDN en castellano 4/7






Implementing serialization and input/output functionality in a .NET Framework application

  1. Serialize or deserialize an object or an object graph by using runtime serialization techniques. (Refer System.Runtime.Serialization namespace)


  2. Control the serialization of an object into XML format by using the System.Xml.Serialization namespace.

  3. Implement custom serialization formatting by using the Serialization Formatter classes.

  4. Access files and folders by using the File System classes. (Refer System.IO namespace)

  5. Manage byte streams by using Stream classes. (Refer System.IO namespace)

  6. Manage the .NET Framework application data by using Reader and Writer classes. (Refer System.IO namespace)

  7. Compress or decompress stream information in a .NET Framework application (refer System.IO.Compression namespace), and improve the security of application data by using isolated storage. (Refer System.IO.IsolatedStorage namespace)