Recent Posts

0
Comments

BING is live, the msn search is gone. by RobertNet

Watched the live video of the BING, I really liked the idea about the categorized search result. Also found that http://search.msn.com is already redirected to the http://www.bing.com   Also noticed a unofficial definition of the BING  -- :...
Filed under:
1
Comments

WCF RESTFul Service by RobertNet

Creating a RESTFul web service in WCF can be easier than a normal web service!? Some of my friends did not believe and they even argued that REST is not considered as a web service.So I figured it out by using the http://en.wikipedia.org/wiki/Web_service...
Filed under: ,
0
Comments

LINQ to Flickr support for Photo search by RobertNet

Long time ago, I had one post said that the NFlickr is going to support the LINQ , because my new baby was born at last Dec and I could not get any chance until yesterday. So NOW I will announce that the first version of the LINQ to Flickr is ready for...
Filed under:
5
Comments

The problem of JSON and how to fix it(Update with code sample) by RobertNet

In AJAX world, JSON is one of the most popular implementation, Asp.Net AJAX is using this concept, and it really works great. But in some very special situation, JSON could cause some unexpected problems.For example, if the user want to submit a huge...
Filed under: ,
1
Comments

Multi culture programming in Asp.Net by RobertNet

Asp.Net provide a very powerful multi culture programming pattern.In this post , we will discuss specially under the user control level. Last weekend, one of my friends asked the question about the user control multi culture programming problem. He could...
Filed under:
0
Comments

The first version of the NFlickr released by RobertNet

Yesterday, the first Alpha version of the NFlickr was released.This version was fully written by the .Net 3.5 and using the provider concept.For example, if you don't like the built-in encryption or you don't like the implementation of the http communication...
0
Comments

Is silverlight application the windows or web? by RobertNet

Before we started to develop a silverlight application, does anyone ask the question? Is silverlight the windows or web? The short answer is Windows, but wait.... All the code was executed on the client side, the code was download was downloaded to the...
Filed under:
0
Comments

Using the DOM to control the element(TreeView) inside Silverlight by RobertNet

In our Update the Silverlight toolkit(AutoCompleteBox) With the HTML DOM value post, we talked about the interacting between the Silverlight application and html DOM. It's about using the Silverlight to access the DOM. Today we are going to discuss ...
Filed under:
2
Comments

Update the Silverlight toolkit(AutoCompleteBox) With the HTML DOM value by RobertNet

The silverlight toolkit provided the AutoCompleteBox and We already had one post talking about the usage about it. This post will focus on the way we can update the content of the AutoCompleteBox by using the value from the HTML DOM value. The initialized...
Filed under:
0
Comments

LINQ Tips #7 Create a LINQ to Anything(3) by RobertNet

Yesterday, we implemented a simple LINQ to Objects pattern. In our post , we overwrote the  data source , if you can remember, all the return value were added a tail as "LINQ". But this seems useless, in the NFlickr project, we need to...
Filed under: ,
More Posts Next page »