Jigar Desai's Asp.Net Experiments

Latest Asp.net, MVC and .NET Articles

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.

Sunday, November 02 2008
Display Live Data In Silverlight Using ObservableCollection and INotifyPropertyChanged
Articles shows how to use ObservableCollection in combination with an object implementing INotifyPropertyChanged interface to display live data in Silverlight Application. ObservableCollection is a generic dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed and INotifyPropertyChanged provides PropertyChanged notification to clients when any property value gets changed.

Thursday, October 30 2008
Authorization in ASP.Net MVC using XML Configuration.
Doing authorization in a clean way is always tricky, You want a delicate balance between an extreme abstraction and something like embedding roles in-side your compiled code, I have always preferred simple abstraction either using roles and their corresponding mappings in the database or using simple xml file to store action to role mappings.

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.