Haroon Waheed
SQL Server & .NET Devotee
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
AJAX
ASP.NET
Compression
History
JSON
Performance
Serialization
SQL Server 2008
Web Service
Sponsors
advertise here
Navigation
Home
Blogs
Archives
August 2008 (1)
July 2008 (1)
June 2008 (2)
Recent Posts
3
Comments
Serialize & Deserialize JSON Data
by
hwaheed
Web Services with AJAX As most of you would already know, AJAX Extension allows you to create proxies to expose web services to be consumed by the Web Browsers. The mechanism for calling these service functions is completely asynchronous and allows you...
Filed under:
ASP.NET
,
JSON
,
AJAX
,
Serialization
,
Web Service
6
Comments
Maintain Browser History with AJAX
by
hwaheed
Most of you out there would have noticed that browser history button doesn’t work if you are using AJAX. Instead of rolling forward or backward the AJAX step they actually move the complete page. This can be a nightmare for users that always tend to use...
Filed under:
ASP.NET
,
AJAX
,
History
21
Comments
ASP.NET Performance Tips
by
hwaheed
At times even after applying the best coding policies & practices you don’t get the desired level of performance you are hoping from your ASP.NET application. This is because there are number other very important factors that directly affect ASP.NET...
Filed under:
ASP.NET
,
Performance
2
Comments
SQL Server 2008 Data Compression Part-1
by
hwaheed
If most of you think that compression is a brand new feature introduced in SQL Server 2008 then I am afraid, you are wrong. It actually started with SQL Server 2005 when SP2 brought with itself a new storage format called Vardecimal. Unlike Varchar, Vardecimal...
Filed under:
SQL Server 2008
,
Compression
More Posts