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 » LINQ   (RSS)
Programmatically Adding a Column to Your Outlook 2007 Inbox Table View
In my previous post, I mentioned that I will write an article about adding a new column to your inbox. Here you go! What we will achieve Quite simple. Take a look at below screenshot and you will notice that a new column, SubjectLength , is added to the Read More...

Posted Tuesday, November 04, 2008 3:32 PM by Bali | 9 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