DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'threading' Subscribe to this feed
4
kicks
submitted by crpietschmann crpietschmann 2 months, 23 days ago

blogs.msdn.com — That part I knew… what we news to me is there is a better way to do volatile, and that is with an explicitly memory barrier before accessing the data member.. We have a an API for that: System.Threading.Thread.MemoryBarrier(). This is more efficient than using volatile because a volatile field requires all accesses to be barriers and this effects some performance optimizations. read more...

Add a comment add a comment | category: | Views: 11
tags: , , , | tag it

4
kicks
submitted by spavkov spavkov 5 months, 15 days ago

microsoft.com — Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! read more...

Add a comment add a comment | category: | Views: 6
tags: , , , , | tag it

3
kicks
submitted by mrkurt mrkurt 8 months, 10 days ago

tryingthisagain.com — Here’s a bit of code I extracted from my own special baby of an application. It allows me to lock on a specific "name", rather than having to use an object instance and the built in lock construct. read more...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

19
kicks
published 10 months, 11 days ago, submitted by raasiel 10 months, 22 days ago

raasiel.typepad.com — First part of a five part post on threading in .NET read more...

Add a comment add a comment | category: | Views: 1
tags: , , | tag it

4
kicks
submitted by simoneb simoneb 11 months, 2 days ago

blogs.msdn.com — Several ways of invoking delegates synchronously and asynchronously. From MSDN blogs, interesting. read more...

Add a comment add a comment | category: | Views: 4
tags: , | tag it

18
kicks
published 11 months, 3 days ago, submitted by simoneb simoneb 11 months, 3 days ago

msdn.microsoft.com — Comprehensive interesting article about going asynchronous with ASP.NET Web Forms from Jeff Prosise. read more...

Add a comment 3 comments | category: | Views: 4
tags: , , | tag it

2
kicks
submitted by davids davids 11 months, 16 days ago

itwebmonkey.com — Overcoming issues with threadpools in windows services. read more...

Add a comment add a comment | category: | Views: 2
tags: , | tag it

3
kicks
submitted by jconley 1 year ago

jdconley.com — 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. read more...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

33
kicks
published 1 year ago, submitted by gavinjoyce gavinjoyce 1 year ago

albahari.com — It has been updated since the last time it was posted here. Available in HTML and PDF. read more...

Add a comment 2 comments | category: | Views: 24
tags: , , , , | tag it

10
kicks
published 1 year ago, submitted by inandrea 1 year ago

coders4fun.com — Short "how to" talks about anonymous methods in c# to simplify a thread creation. read more...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

16
kicks
published 1 year, 2 months ago, submitted by ekampf 1 year, 2 months ago

ekampf.com — Discussion over the thread-safe singleton snippet presented in "What's wrong with this code? #1" read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

10
kicks
published 1 year, 3 months ago, submitted by mikeon 1 year, 3 months ago

vaultofthoughts.net — 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. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

10
kicks
published 1 year, 3 months ago, submitted by mikeon 1 year, 3 months ago

vaultofthoughts.net — 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. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

9
kicks
published 1 year, 3 months ago, submitted by mikeon 1 year, 3 months ago

vaultofthoughts.net — Do you knowh how to handle multiple asynchronous WebRequests? Do you know why the obvious way doesn't work? read more...

Add a comment add a comment | category: | Views: 0
tags: , , , , | tag it

2
kicks
submitted by clubber 1 year, 6 months ago

developerdotstar.com — 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 BackgroundWorker is a simplified wrapper for situations where you want to implement multi-threading for your GUI-centric application without messing around with the thread plumbing yourself. read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

17
kicks
published 1 year, 7 months ago, submitted by j.monty j.monty 1 year, 7 months ago

choosing-a-blog-url-sucks.blogspot.com — This article demonstrates how a simple property on a Form can handle thread safe communication with Controls on a Form. read more...

Add a comment add a comment | category: | Views: 1
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge