Archive for Settembre 10th, 2007

AJAX Components - Part 3

Settembre 10th, 2007

In the last part of this series, you’ll learn how to build a declarative component for an application with a list of customers which is populated from a server-side data handler using AJAX. By David Johnson, Alexei White, and Andre Charland. 0910

SyncronizationContext

Settembre 10th, 2007

Description: for use in thread/gui communication

Link: http://www.codekeep.net/snippets/098996d1-f746-41d2-93aa-7820fb3c1123.aspx

                    sync.Post(delegate(object someState)
                    {
                        //your code here
                    }, null);