-
I have used current session contexts in web applications with the ManagedWebContext class. I wanted to get this working in a non-asp.net environment though. And I wanted to keep the UI responsive, which means pushing as much as possible to the background. I took a queue from Jeremy Miller's article...
-
The reasons behind why you should implement an IsharedEngineProvider are well explained here . In this howto I will show a easy way to achieve that. First of all this is my implementation of ISharedEngineProvider: public class CastleSharedEngineProvider : ISharedEngineProvider { private readonly ValidatorEngine...