| Write a comment | Articles | DHTML Gallery | .NET | MyBlog | About Me | FAQ


A Simple Physics Game using Silverlight and Farseer Engine
This article describes my first experience of writing a physics game. I have discussed how to use Silverlight with the Farseer Physics Engine to create a simple physics game that can be played inside a browser. Here is link to live demo.
Animated 3D AJAX Bar Graph using Silverlight.
There is an online demo and an online XAML generator for the graph.

Event Log Monitor using C# and WebSocket(HTML 5)
This article is about creating a simple web based event log monitoring application that uses server push to update data. It shows how to use WebSocket to implement server push technology using C#.
Quick and dirty network usage meter with C#
This article is about creating a very basic network usage meter for serial port/USB/mobile phone modems with only C# (no Win API calls, sockets or fancy stuff).

Using Extension Methods with Typed Datasets
This article illustrates usefulness of extension methods with typed Datasets. Using LINQ extension methods can reduce the amount of code we write for common tasks.
Creating self updating animated charts with Fusion Charts and ASP.NET
In this article I will show you, how to create cool self-updating charts using Fusion Charts , ASP.NET and some AJAX. If you are getting impatient to see how they look, click here to see a demo.

Simple 'Select-all' checkbox javascript for ASP.NET GridView,DataList,Reapeater etc.
Simple javascript to handle selection of checkbox column in GridView and repeater controls. Only ten lines of code using jQuery, which is independent of codebehind. No need to fiddle around with clientIds !
Using Client-Side Custom Events in ASP.NET Applications
This article talks about using custom client-side events in javascript to simplify complex scenarios. It illustrates how using custom javascript events, helps write neat and simple javascript code for todays RIAs.

Ashish's Image Resize utility
Utility to perform bulk resizing of images. Besides resizing it can add border and watermark to images. Ideal for processing tons of images from your digital camera !
Adding multiple client-side event handlers to ASP.NET controls
An article on using jQuery to attach multiple handlers to client side events of ASP.NET server controls like click, change,blur ..etc.



Clipboard Image Archiver
With Clipboard Image Archiver , you can simply copy and paste images from any source to a single destination. This program archives images copied to clipboard and stores them in a compact compressed format. Download Now!
AJAX tooltip for ASP.NET Datagrid
This article is about creating a AJAX based tooltip for the ASP.NET DataGrid. Full source for the demo project along with detailed explaination is available. With more creativity it is possible to create some spectacular looking UI.

AJAX Bar Graph using ASP.NET
Explains how to create AJAX Bar Graph using ASP.NET and my javascript code. You can use it in your application to display numeric data. The graphs can be easily customised by using different stylesheets.
Spice up ASP.NET validation with AJAX Control Toolkit
This article discusses ways to enhance client side validators using AJAX Control Toolkit, by adding callouts and modal dialog box. The whole purpose is to improve user experience with very little effort.