Jigar Desai's Asp.Net Experiments

Latest Asp.net, MVC and .NET Articles

Sunday, November 22 2009
Can Firefox replace IE as the corporate browser?
Biggest obstacle that Firefox faces in becoming number one browser is its ability to woo IT managers to adopt Firefox as the default corporate browser or at least convince them to officially deploy within their organization.

Monday, June 22 2009
Creating get from cache method using generic func delegate.
Every time I used custom caching in my application I had to write a method, method will return cached version of the object if it’s available otherwise it will populate the cache and return the cached version.

Wednesday, November 05 2008
Create your own light weight IOC container in .NET
There are lots of very good IOC container out there like Spring.Net and Castle Windsor, however the size of those frameworks makes me nervous specially when I have a small project and I do not need all those bells and whistles that comes with those frameworks. Following post will show you how to create and use simple IOC container.

Latest ASP.net, GDI+,  .Net and C# How do I?

Tuesday, March 10 2009
How can I pass a javascript value to asp.net variable?
I have a problem with javascript and asp.net, I need pass a javascript value to asp.net variable. how can i do this? can I pass the input value from javascript to asp.net function, noramally it can't, but is there any work around to dothis?

Friday, March 28 2008
Generic String.Parse Extension Method
How can I create generic parse method to convert string to number or date?

Monday, December 03 2007
How do I draw verticle text on image using GDI+?
Following sample code shows you how you can draw verticle text on image using GDI+?.

Chart Sample

Follwing are few chart samples created using Charting Server that I created before couple of years. you can view details of charting server here

Radar Chart    Pareto Chart

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