Archives
-
CachingCallHandler and Unity 2.0
Unity 2.0 no longer includes CachingCallHandler, as you can see in here. Since this is something I use very often, I decided to bring it back, with some changes:
-
Common Service Locator for MAF
Here's an implementation of the Common Service Locator for MAF:
-
Reusing Cookies in Different WCF Web Services
-
Server-side AJAX Validator
-
NHibernate 3.0 Cookbook Review
-
Exposing a Class as a COM+ WCF Service
Remember COM+? Well, it is still around, and, in the days of WCF, it still usefull in certain scenarios, mostly because of the services COM+ offers OOTB (transactions, synchronization, object pooling, etc). For those of you that don't know how, I'm gonna demonstrate how you can expose an ordinary .NET class into both a COM+ component and a regular WCF service. Make sure you have Windows SDK 6.x or greater installed.
-
Include LINQ Extension
Updated for NHibernate