Welcome to MSDN Blogs Sign in | Join | Help

Bill Li

Think globally, act locally.

Syndication

News

These postings are provided "AS IS" with no warranties, and confers no rights.


Browse by Tags

All Tags » WPF/SL   (RSS)
Multi-threading your UI
Basically, window app UI, either WPF or traditional WinForm, is single threaded, which means only one thing can happen in the UI at any given time. To be specific, it is not generally possible to create an object on one thread, and access it from another. Read More...

Posted Monday, December 15, 2008 6:19 PM by Bali | 1 Comments

Filed under: , ,

Building Objects from XML of eBay API with LINQ
In this post, I’d like to illustrate the power of LINQ with code sample. I query the web service published by eBay. Refer to this article about eBay API concepts. EbayItem.cs namespace LINQ2EbayResponse { class EbayItem { public string ItemID { get ; Read More...

Posted Wednesday, October 22, 2008 12:49 AM by Bali | 2 Comments

Filed under: , ,

Page view tracker