About the author

J Sawyer is a developer based in Houston, TX who absolutely loves to write code. After spending 9 years at Microsoft, he moved on to other things and is currently the Lead Developer for the RealTime Data Management team at Logica US. He spends his days building Really Cool Things around StreamInsight and having a blast doing it.

He has been involved with HDNUG, one of the oldest and largest .NET-focused user groups in the US, since its inception in 2001 and has watched it grow from 5-10 technologists meeting around a conference table to a thriving community of over 5000 with regular meeting attendance averaging 100 attendees. He currently serves as the Vice President. You can join him at HDNUG on the second Thursday of every month at the Houston Microsoft office.

He also loves to ride his Yamaha FZ1. And sometimes his Ninja 650. And also his Honday XR-400 dirt bike. But he doesn't code and ride at the same time. That would be bad.

StreamInsight Templates–New Build/Release

July 19, 2011 4:27 AM

I just posted this last night on CodePlex. There is nothing new in there but there was some general cleaning up and some fixes to a couple of issues based on feedback. Some of the changes:

  • Added System.ServiceModel to the console project. I could have sworn it was there before …
  • Fix for the project versions. They now all (properly) show up as Fx 4.0, no client profile.
  • In the catch statements, the exception types/variables are commented out. This prevents compiler warnings.
  • Naming of variables in a couple of places to make a little more sense.
  • All input adapters now have a ProductEvents() method.
  • All output adapters now have a skeleton for ConsumeEvents() that also looks for the Stopping() state.
  • Factory classes don’t return the new adapters immediately. Instead, a temp/return variable is set and then returned after the switch statement. This makes it easier to insert custom logic for creation vs. reuse of input adapters.
  • Fix for names … some adapters didn’t have the proper file names.

I am working on templates for extensibility points and have started the UDA item template but that wasn’t quite ready for this build. There will also be templates for UDO’s and UDSO’s.

I think that covers it. As with the last release, please provide feedback.

Tags:

StreamInsight | Open Source