Wednesday, 18 May 2011

Video Download - A beginner’s tutorial to threading in C#



A beginner’s tutorial to threading in C#
English | .MP4 | MPEG4-Visual 1570kbps | 1280×720 | AAC 93.6kbps | 1.7GB


Using multiple threads can help you achieve greater performance, scalability, and responsiveness in your applications—but you need to be careful. This article begins a series on the tools and techniques involved in threading.
I’ll start with an introduction to the concept and a survey of some of the more common constructs and how to use them.
Any Windows application must have one or more processes. A Process is structural unit with a memory block and using some set of resources. For each executable, the Windows operating system creates some isolated memory block. This C# .Net Tutorial tries to explain the basics of Multithreading in C# .Net.
1 – Introduction:]
Kevin covers the fundamentals of threading, taking a walk down Pi and how many digits he can evaluate before his computer blows up. Kevin then talks about Deadlocks and how to avoid them.
2 – Thread Lifetime and State:
In this episode Kevin shows you various ways to manage the lifetime of a thread, including state, join, suspend, resume, abort and pooling basics.



Download links




No comments:

Post a Comment