Author Archive

Paging the query result

If you have 5000 products in database, you may like to show them in pages on the screen. It's a common request to only retrieve the records on a certa

General Technology, Oracle

No Comments

Google App Engine is open for Java Now

 Google App Engine Java Overview. You can sign up here.

General Technology, Java

No Comments

The Four Pillars of ASP.NET

Paul Litwin posted an interesting article that discusses the four pillars of ASP.NET (Web Forms, MVC, AJAX, and Dynamic Data). He said: "Microsoft

General Technology

No Comments

VS2008 Tips & Tricks

As a .NET developer, I'm sure you have your own tricks to make your life easy. But you may still like to know more tricks on Visual Studio. Read this

General Technology

No Comments

Math Error in JavaScript

Believe it or not, if you do this in JavaScript: 103 x 67.12, you will get 6913.360000000001. This happens on both Microsoft Internet Explorer and Fir

General Technology

No Comments

The custom tool ‘MSLinqToSQLGenerator’ failed. Unspecified error

There is an issue in Microsoft's latest SP1 for Visual Studio 2008. If you have a partial class with Using statement at the top of the file for a Lin

General Technology

14 Comments

A circular reference was detected while serializing an object of type …

I ran into an issue earlier when trying to serialize an object return by LINQ. After Googling it, I found following blog which is very helpful. LIN

General Technology

No Comments

Improve ASP.NET Performance and Scalability

Do you have performance issue on your ASP.NET website? Do you want to boost your site's scalability? Do you know the bottleneck of your site? Do you w

General Technology

No Comments

Using UTF-8 in Ajax, PHP, MySQL & ASP.NET

We have a project which needs to show foreign language, like Chinese, on a web page. And we are using RICO 2.0, PHP, MySQL & ASP.NET in the projec

General Technology

2 Comments

Possible Issue for hosting a Silverlight website

As we know, Silverlight is a portable client side technology and requires no runtime on the server. So moving a Silverlight app to

General Technology

No Comments