.NET Framework Threading – 5 Premium Video Tutorials

Get 5 Hours of FREE PREMIUM Videos:

LearnVisualStudio.NET Free Preview


LearnVisualStudio.NET Free Preview: Declaring Variables and Assigning Values

I am a lifetime member of LearnVisualStudio.net and a Premium Plus member of dotNetVideos.net.

LearnVisualStudio.net is awesome because it grows in value each year as more videos are added.

dotNetVideos.net is also great because it focuses a lot on MS Certifications and practical interview questions.


- Wade Harvey (IdealProgrammer.com)

LearnVisualStudio Premium Videos

Visual C# 2010 for Absolute Beginners C# for Absolute Beginners C# for Absolute Beginners Study Guide Visual Basic for Absolute Beginners
Visual Basic Express Edition Study Guide Visual Basic 9.0 Language Enhancements Entity Framework Linq To Sql
Windows Phone 7 Development Unit Testing ASP.NET MVC 3 (In Progress) ASP.NET MVC Hands On Project
ASP.NET For Absolute Beginners Visual Web Developer C# Study Guide Visual Web Developer VB.NET Study Guide ASP.NET Controls Series
ASP.NET AJAX ASP.NET Architecture Series ASP.NET Server Controls Silverlight 4.0
Windows Presentation Foundation Windows Forms Controls Visual Studio 2010 New Features Visual Studio Team System 2008
Visual Studio Team System Features Getting Started With Sql Server Express Edition


dotNetVideos Premium Video Catalog

Interview Questions & Answers Windows AzureASP.NET MVC 4Windows Phone 7 (3 Videos)
Visual Studio 2011 Application Lifecycle ManagementLightSwitchHTML 5SOLID
Visual Studio Add-OnsVisual Studio 2010 ALM Lab ManagementASP.NET 4 Deep Dive Microsoft Enterprise Library 5 with ASP.NET 4 (10 Videos)
Virtualization Techniques for Developer (5 Videos)Test Series - 70-519: Designing and Developing Web Applications Using Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-519: Supplemental
70-513: Test Series (MCTS) Windows Communication Foundation 4 (20+ Videos)70-515:Web Applications Development with Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-516: Accessing Data with Microsoft .NET Framework 4 (20+ Videos)Test Series: 70-432: Microsoft SQL Server 2008, Implementation and Maintenance (20+ Videos)
Test Series: 70-433: SQL Server AdministrationFrom Novice To Professional - C# (25 Videos)From Novice To Professional - VB.NET (25 Videos)




Premium (Not Free) Video Tutorials

Free Video Tutorials & Free Tools

Here is a collection of 5 premium video tutorials on by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio.

Here are a few things you need to understand when working with threads:

  • Threads are  light-weight processes that make multitasking within a single application possible.
  • is the base class used for threading
  • Programmers don't have to manage any threads explicitly – Threads are managed under the Common Language Runtime.
  • When using threading with the combination of components, it is a good idea to use explicit definition and management of the thread.
  • Threads are used in situations where you want to perform more then one task at a time.
  • In the case of Synchronization, you may have to restrict the access to the resource to one thread at a time because you have limited amount of resourses, . In this situation, you may implement locking on the threading to over come the scenarios.
  • An apartment is a logical container within a process and is used for objects that shares the same thread-access requirement. Objects in the apartment can all receive method call from any object in any thread in the apartment. A managed object (object created within CLR) is responsible for thread safety.
  • Threads can be used in situations where we must wait for an event such as user input, a read from file, or receipt of data over the network. Freeing the memory to turn it a safe, and it makes our program to appear to run more quickly.

.NET Framework Threading

SeriesTitleDatePresenterMin
.NET Framework ThreadingThreading Concepts1/1/2003Bob Tabor7
.NET Framework ThreadingA Simple Threading Application Example1/1/2003Bob Tabor7
.NET Framework ThreadingA More Complex Threading Application Example1/1/2003Bob Tabor17
.NET Framework ThreadingWorking with a Threads Lifecycle1/1/2003Bob Tabor9
.NET Framework ThreadingDebugging Threaded Applications1/1/2003Bob Tabor9

Related posts:

  1. .NET Framework – 4 Premium Videos by Learn Visual Studio Here is a collection of 4 video tutorials on .NET...
  2. What is .NET Framework? A Visual Definition The .NET applications and services operate within the .NET Framework...
  3. NET Framework 3.0 and Beyond with Many Video Illustrations This article begins by explaining what NET. Framework 3.0 is....
  4. NET LINQ Free Video Tutorials by Microsoft Experts – 12 Hours Here are ten hours of free video tutorials on LINQ....
  5. ASP.NET MVC Storefront – (20 Hours of FREE Video Tutorials) Here are two tables with links to over 20 hours...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments

One Response to “.NET Framework Threading – 5 Premium Video Tutorials”
  1. rewy says:

    Good post. Thank you for sharing.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

Powered by WP Hashcash

This blog uses the cross-linker plugin developed by Web-Developers.Net