Serialization is the process wich allows to take a "photo" of an object, and rebuild that object later from this "photo".
I use this blog as a sort of review of my studies on programming, a way to consolidate my little knowledge on this matter, and practice my english (you will excuse my barbarian spelling, any orthographic, syntactic or semanthic admonition will be welcome)
Showing posts with label Certification. Show all posts
Showing posts with label Certification. Show all posts
Saturday, April 3, 2010
Sunday, March 21, 2010
The asynchronous programming model
The .Net Framework allows you to perform multiple operations at same time, as the processor capability of the machine allows.
Sunday, February 14, 2010
Sharing data between threads
The most problematic part of threading is the sinchronization of data bethween the threads.
Saturday, February 13, 2010
Threading, basic concepts
Threading is a mechanism that allows you to perform concurrent operations on a single machine.
Subscribe to:
Posts (Atom)