Recent Posts

2
Comments

Debug slow calls using IIS Logs by anil.kasalanati

For any asp.net/WCF application hosted on IIS it is essential to monitor the response times of the web requests and the easiest way to do this is by using IIS logs. I use Log analyzer to output the calls taking a lot of time. Following steps would help...
0
Comments

Simple way of converting server side objects into client side using JSON serialization for asp.net websites by anil.kasalanati

Introduction:- With the growth of Web2.0 and the need for faster user experience the spotlight has shifted onto javascript based applications built using REST pattern or asp.net AJAX Pagerequest manager. And when we are working with javascript wouldn...
1
Comments

Enabling Http caching and compression in IIS 7 for asp.net websites by anil.kasalanati

Caching – There are 2 ways to set Http caching 1- Use Max age property 2- Expires header. Doing the changes via IIS Console – 1. Select the website for which you want to enable caching and then select Http Responses in the features tab 2. Select the Expires...
2
Comments

Implementing History Support using jQuery for AJAX websites built on asp.net AJAX by anil.kasalanati

Problem Statement: Most modern day website use AJAX for page navigation and gone are the days of complete HTTP redirection so it is imperative that we support back and forward buttons on the browser so that end users navigation is not broken. In this...
1
Comments

Sequence Aspnet Ajax Calls by anil.kasalanati

Most of you working with asp.net AJAX update panels already know that the there is limitation with respect to multiple requests at the same time. Following section taken from Dino’s blog(http://msdn.microsoft.com/en-us/magazine/cc163319.aspx#S6) on MSDN...
0
Comments

Charting controls by anil.kasalanati

One of the requirement which we always got was to display 3D graph and charts and there are some solutions which render 3D flash charts like FusionCharts . Another option would be to use the new charts control launched by asp.net team. Please refer here...
0
Comments

Steve Ballmer's note at CES by anil.kasalanati

Steve's first CES key note . Please click here
0
Comments

Azure - Red Dog video by anil.kasalanati

A funny video on Microsoft Azure(Red Dog). http://uk.youtube.com/watch?v=NZO9YE1ZvqE
Filed under:
0
Comments

Script # Framework by anil.kasalanati

Excellent framework to convert C# code to javascript developed by Nikhil. http://projects.nikhilk.net/ScriptSharp/Conceptual-What
Filed under: , ,
0
Comments

CLR 4.0 updates released at PDC 2008 by anil.kasalanati

Nice updates to the CLR in the next release. Please view the video at http://channel9.msdn.com/pdc2008/pc49. If you want to play around with VS 2010 and .NET 4.0, you can download the CTP from here , and can provide your feedback here .
Filed under: ,
More Posts Next page »