November 2008 - Posts

0
Comments

Create your own light weight IOC container in .NET by jigar

Download Source Code 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...
Filed under: , ,
2
Comments

Need for Light Weight View engine from Microsoft and Evil of Codebehind in ASP.net MVC. by jigar

Some how I had an impression in my mind that current version of ViewEngine was just a temporary solution until Asp.Net MVC reaches to Beta stage. It seems now that current version is going to be final at least for V1. If you are like me who do not like...
8
Comments

Display Live Data In Silverlight Using ObservableCollection and INotifyPropertyChanged by jigar

Download Source Code | Run Sample 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...
More Posts