摘要:
If you use cookieless session ID and deploy them on Azure, you might get infinite loop when you query your web site, and browser would down. In this s... 阅读全文
摘要:
After the release of .NET Framework 3.5 SP1 from Microsoft, more and more developers interested in ADO.NET Entity Framework and hope to use it in their applications’ data access layer. But the c... 阅读全文
摘要:
If we use ASP.NET web service or WCF with AJAX, the .NET DateTime is transfered in "/Date(1255329630000+0800)/" format (2009/10/12 14:40:30) between server and client browser. The format is UTC time, ... 阅读全文
摘要:
When we use Ajax with Firefox, if we only need to get data from server, the Ajax method should set to "GET", otherwise Firefox will raise an error called Length required. If we want to send data to se... 阅读全文