lunes 24 de noviembre de 2008

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



Implementing globalization, drawing, and text manipulation functionality in a .NET Framework application


  1. Format data based on culture information. (Refer System.Globalization namespace)

  2. Enhance the user interface of a .NET Framework application by using the System.Drawing namespace.

  3. Enhance the text handling capabilities of a .NET Framework application (refer
    System.Text namespace), and search, modify, and control text in a .NET Framework application by using regular expressions. (Refer System.Text.RegularExpressions namespace)

sábado 8 de noviembre de 2008

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



Implementing interoperability, reflection, and mailing functionality in a .NET Framework application

  1. .NET Framework components to COM. (Refer System.Runtime.InteropServices namespace)

  2. Call unmanaged DLL functions in a .NET Framework application, and control the marshaling of data in a .NET Framework application. (Refer System.Runtime.InteropServices namespace)

  3. Implement reflection functionality in a .NET Framework application (refer System.Reflection namespace), and create metadata, Microsoft intermediate language (MSIL), and a PE file by using the System.Reflection.Emit namespace.

  4. Send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery from a .NET Framework application. (Refer System.Net.Mail namespace)