25 Jan
2010

Calls to ReportExecutionService.Render() Hang

Given: One Windows Service, written in C#, using SQL Reporting Services via the SSRS web services.  MyApp.Service waits for work requests to come in, and when it finds them it uses SSRS to generate some PDFs (among a bunch of other stuff).  The Windows Service code is in one project, “myapp.service,” and the code that […]

Read More
4 Jan
2010

Pluralcast #5: The Lean Sensei

Category:General PostTag: :

While the Elegant Code Cast is alive and well and now hosted by other Elegant Coders, I have been producing a new show for Pluralsight. This show, the Pluralcast is available at http://cast.pluralsight.com. I will start posting show updates to ElegantCode as well as my Pluralcast blog, because I think the content is something ElegantCode […]

Read More
18 Dec
2009

Advanced Unity: Connecting Implementations to Open Generic Types

Jimmy Bogard has an excellent post called “Advanced StructureMap: connecting implementations to open generic types” which he uses the StructureMap IOC container to connect messages to handlers. This is something I have been using in my codebase to handle domain events, as well as a publish/subscribe mechanism for WCF message handling. I learned about this […]

Read More