Showing posts with label 70-536. Show all posts
Showing posts with label 70-536. Show all posts

Saturday, April 3, 2010

Serialization, basic concepts

Serialization is the process wich allows to take a "photo" of an object, and rebuild that object later from this "photo".

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.

Bookmark and Share