alkampfer on May 6th, 2011

Some days ago I blogged about an implementation of persistent cache component based on Managed Esent and PersistentDictionary. This component is injected into other components thanks to Inversion of Control and it is a Singleton object. Being a singleton is a requisite because it permits to different dependent objects to share the same cache, moreover [...]

kick it on DotNetKicks.com

Continue reading about Lifecycle of singleton objects

alkampfer on September 21st, 2009

I have a UI that uses MVC pattern, and it communicates with the server through a service exposed with WCF. Now one of the most annoying stuff is a correct handling of all typical errors that could arise in such a situation. We can have different result when you call a service method The operation [...]

kick it on DotNetKicks.com

Continue reading about Use IoC in the UI