Articles

Monday, June 23 2003
HTTP Handlers for Images in ASP.NET
Have you ever thought of streaming thumbnails just by passing query string indicating width or height of thumbnail you need, and most importantly passing those to image itself? Well if you have little knowledge of what HTTP Handlers are, you can do that easily. So what are HTTP handlers?

Tuesday, December 31 2002
ImageCanvas Web User Control for ASP.NET
Sending dynamic image content to browser has always been tricky issue. With System.Drawing namespace available to ASP.Net creating images on fly has become relatively simpler. In normal case we would use aspx page to stream image to web form like

Thursday, September 19 2002
Scramble for Pocket PC
Scramble Game created on PocketPc with c# and compact framework.

Thursday, June 13 2002
Knob Control using Windows Forms and GDI+
Control creation for windows form was never so easy like its now with .Net, although it needs some math skills if you want to create self drawn control. I havent seen much of examples to create such controls so I decided to make one.

Wednesday, May 15 2002
Mastermind Game with Drag and Drop Functionality
There was nice article some time ago on this site for creating mastermind game by Mike Gold. I am rewriting complete game from scratch to implement Drag and Drop feature and more presentable User interface.

Wednesday, December 26 2001
Create Exploded Pie Chart Having Click Through Functionality in C#
In my last article Creating a Pie Chart on Fly with VB.NET, I showed How to create dynamic pie chart using GDI+ capabilities, to extend that further I would like to show you code that would create exploded pie chart and implementing click through functionality to that.

My name is Jigar Desai I share my ideas on this site and you can contact me by filling contact form.