• home
  • forum
  • my
  • kt
  • download
  • this£º1/1 25records  total:5    start  Previous  Next  Last    goto:
    Binary Serialization In C#
    ON: 2008-09-12 12:16:46
    In a previous tutorial we talked about serialization and the various option for formatting its data output. In this document we will talk about binary serialization. Binary serialization is used for communication between .Net applications and is not a human-readable format. Windows relies on serialization for many important tasks such as remoting and copying items to the clipboard.
    141 times | category:
    Serialization In C#
    ON: 2008-09-12 12:16:06
    Many applications need to communicate with other applications to exchange data or store data in the hard disk. The .Net framework has made these tasks quite simple by including the serialization technique, which can convert objects into binary, SOAP(Simple Object Access Protocol ) or XML documents in order to provide a convenient way for storing and transferring information. Besides the three mentioned format types you can also implement custom serialization to take complete control of the serialization output.
    124 times | category:
    Sending Emails In C#
    ON: 2008-09-12 12:13:55
    The process of sending emails is a simple one. However, because of its dependence on many factors things can become complicated. For example, if the server is not responding, the user should be able to choose whether to stop or not.
    32 times | category:
    Data Encryption In C#
    ON: 2008-09-12 12:12:38
    Data is most vulnerable when transferred across a network or stored on a disk drive. An attacker with some knowledge and skills can bypass security software and gain access to sensitive data. However, you can use cryptography to your advantage. You can protect your private data by encrypting their information with a key code, only you will know.
    157 times | category:
    ppC++ documentation
    ON: 2007-09-04 13:20:02
    This is a documentation for ppC++ - HTML-embedded C++ preprocessor. This manual is very short and clear, shows all positions of current ppC++ development state. For advanced C/C++ programmers.
    24 times | category:
    this£º1/1 25records  total:5    start  Previous  Next  Last    goto:

    Category

      Database Related (0)
      Development (5)
      File Manipulation (3)
      Games and Entertainment (10)
      Graphics (15)
      Introduction to C and Cpp (30)
      Miscellaneous (12)
      Networking (5)
      Programming in C and Cpp (10)
      Security (3)