Error!
Success!

By tag: threading

showing:  of
0
kicks

Wicked Code: Asynchronous Pages in ASP.NET 2.0  (Unpublished)

Comprehensive interesting article about going asynchronous with ASP.NET Web Forms from Jeff Prosise.


Kicked By:
Drop Kicked By:
0
kicks

Windows Services ThreadPool Hell  (Unpublished)

Overcoming issues with threadpools in windows services.


Kicked By:
Drop Kicked By:
0
kicks

Asyncify Your Code  (Unpublished)

Asyncify your code. Everybody's doing it. (Chicks|Dudes)'ll dig it. It'll make you cool. An opinion on .NET asynchronous patterns, a sample application exposing its own asynchronous API, and why you should be writing asynchronous code.


Kicked By:
Drop Kicked By:
0
kicks

Free ebook : Threading in C#  (Unpublished)

It has been updated since the last time it was posted here. Available in HTML and PDF.


Kicked By:
Drop Kicked By:
0
kicks

C# Threads using anonymous methods  (Unpublished)

Short "how to" talks about anonymous methods in c# to simplify a thread creation.


Kicked By:
Drop Kicked By:
0
kicks

What's wrong with this code? #1 - Discussion  (Unpublished)

Discussion over the thread-safe singleton snippet presented in "What's wrong with this code? #1"


Kicked By:
Drop Kicked By:
0
kicks

Anonymous Methods vs Threads  (Unpublished)

What happens when you combine anonymous methods and threads - a things you need to be aware or you will encounter a strange behavior that will be hard to explain.


Kicked By:
Drop Kicked By:
0
kicks

Working With Asynchronous WebRequests  (Unpublished)

Do you knowh how to handle multiple asynchronous WebRequests? Do you know why the obvious way doesn't work?


Kicked By:
Drop Kicked By:
0
kicks

.NET BackgroundWorker Mysteries Solved  (Unpublished)

I'm coding a multi-tier VB.NET winforms application, and decided to take advantage of the BackgroundWorker object from the System.ComponentModel namespace for any cases where code in one of my forms is calling down to methods in one of the application's DLLs. For those not familiar, the BackgroundWo...


Kicked By:
Drop Kicked By:
0
kicks

Pattern for Properly Updating a Control from Another Thread  (Unpublished)

This article demonstrates how a simple property on a Form can handle thread safe communication with Controls on a Form.


Kicked By:
Drop Kicked By:
0
kicks

Threading in C# - Free E-book  (Unpublished)

Very, very (an I mean it) good tutorial/ebook on C# threads and everything related to it - like syncronisation, interlock, atmoic operations, semaphors, etc....


Kicked By:
Drop Kicked By:
0
kicks

Understanding .NET Interlocked class  (Unpublished)

Explanation about .NET Interlocked class and why it is just more than atomicity.


Kicked By:
Drop Kicked By:
0
kicks

'System.Threading.Thread.Suspend()' is obsolete: 'Thread.Suspend has b  (Unpublished)

How to properly implement a Thread that supports Suspend and Resume.


Kicked By:
Drop Kicked By:
0
kicks

All about threading in .NET | Sahil Malik - blah.winsmarts  (Unpublished)

Title says it all... Be sure to read the 2nd part of the article too... covers Waiting for Threads.


Kicked By:
Drop Kicked By:
0
kicks

Free eBook : Threading in C#  (Unpublished)

Here is a nicely writtern eBook on threading in .NET 2.0. It also has some great examples.


Kicked By:
Drop Kicked By: