Sujith's Blog
Sujith Jagini lives in New Jersey and works on Microsoft technologies
-
Disposing the resources when process exits
while browsing the System.AppDomain in reflector found this gem that can be very useful to cleanup the resources when the application exits.
-
Orchestrations that use Singleton classes with Dispose pattern
Recently I had to convert an orchestration from singleton to non singleton. Orchestration was implemented as singleton as it had to process the incoming requests in sequential order. As sequential processing was no longer a requirement, I was being assigned to convert it to non singleton.
-
Google Reader
I see some light here.
-
Noise about RETE and BizTalk
If you like to know about the BizTalk Rules Engine inner workings, look into the Charles Young comments on Serverside.net about BizTalk Server and its RETE implementation (Rules Engine).
-
Hello World
This is my first post, I will do my best to write as many good posts as I can. I am a .NET developer at heart, work with BizTalk Server and other typical Microsoft stack. These days I am into Agile and TDD.