Sign in
|
Join
Scott Weinstein on .Net, Linq, PowerShell, WPF, and WCF
Scott Weinstein on .Net, Linq, PowerShell, WPF, and WCF
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Navigation
Home
Blogs
News
Click here to check out
The New York .NET Meetup Group
Lab49 Blogs
Doug Finke
Kalani Thielen
Other Blogs
Francis Shanahan[.com]
Scott Hanselman's Computer Zen
Coding Horror
Tags
.NET
CEP
ClickOnce
CLR
Configuration
Coral8
Deployment
F#
General Software Development
HPC
Kdb+
LINQ
Longhorn
MSBuild
NYC
PowerShell
ReactiveFramework
RX
speech recognition
Static Analysis
StreamInsight
Visual Studio
WCF
WiX
WPF
Recent Posts
From the ReactiveFramework to StreamInsight and Back
Routing StreamInsight output streams to a UI
A first look at MS StreamInsight
Exploring the Reactive Framework part II
Exploring the Reactive Framework (RX)
Archives
August 2009 (4)
July 2009 (2)
May 2009 (2)
April 2009 (6)
March 2009 (3)
February 2009 (1)
January 2009 (2)
December 2008 (3)
November 2008 (1)
October 2008 (1)
August 2008 (5)
June 2008 (2)
April 2008 (2)
March 2008 (2)
February 2008 (2)
June 2007 (1)
April 2007 (3)
March 2007 (1)
December 2006 (1)
June 2006 (2)
October 2005 (2)
September 2005 (2)
August 2005 (1)
May 2005 (5)
April 2005 (1)
March 2005 (3)
January 2005 (6)
December 2004 (1)
October 2004 (1)
September 2004 (4)
August 2004 (6)
July 2004 (1)
June 2004 (1)
April 2004 (1)
February 2004 (1)
August 2003 (2)
June 2003 (5)
May 2003 (2)
Browse by Tags
All Tags
»
CEP
(
RSS
)
.NET
ClickOnce
CLR
Coral8
F#
General Software Development
HPC
Kdb+
LINQ
PowerShell
ReactiveFramework
RX
StreamInsight
WPF
Tuesday, August 25, 2009 1:01 AM
From the ReactiveFramework to StreamInsight and Back
In my last post I showed how to send StreamInsight output streams to a UI via the ReactiveFramework . Here’s we’ll do the reverse, by sending an RX stream into a CEP stream. Instead of a partial example, I’ll use an end to end example showing simulated...
Posted by
Scott Weinstein
|
4 comment(s)
Filed under:
.NET
,
LINQ
,
CEP
,
ReactiveFramework
,
RX
,
StreamInsight
Sunday, August 23, 2009 5:01 PM
Routing StreamInsight output streams to a UI
One compelling feature of StreamInsight is it’s in-process hosting model. In addition to reducing the complexity of server side installs, it’s now possible to have a CEP engine in the client UI. The simplest way of getting CEP streams onto the UI...
Posted by
Scott Weinstein
|
4 comment(s)
Filed under:
.NET
,
LINQ
,
ClickOnce
,
CEP
,
ReactiveFramework
,
RX
,
StreamInsight
Wednesday, August 12, 2009 12:15 AM
Exploring the Reactive Framework part II
Talk around the water cooler is that it might be possible to use the Reactive Framework for some lightweight CEP. I’ll correct some of the (big) mistakes from my last post and build up a “jumping” window extension method for IObservable s. In my...
Posted by
Scott Weinstein
|
1 comment(s)
Filed under:
.NET
,
CLR
,
WPF
,
LINQ
,
CEP
,
ReactiveFramework
Thursday, July 23, 2009 5:49 PM
Preview of the Reactive Framework available via Silverlight Toolkit
Via Jafar Husain - it appears that there’s a early release of the Live Labs Reactive Framework (& with Brian Beckman and Erik Meijer ) in the latest Silverlight Toolkit In addition to some of the standard LINQ operators ( Select, Where, Aggregate...
Posted by
Scott Weinstein
|
4 comment(s)
Filed under:
CLR
,
LINQ
,
CEP
,
ReactiveFramework
,
RX
Monday, May 04, 2009 1:13 PM
Some interesting sessions at the Microsoft Enterprise Developer and Solutions Conference
There are some interesting sessions at the 2009 EntDevCon . Three of particular interest to me are are 1. “Coral8 Engine Integrated with Microsoft Windows HPC Server 2008” at 11 on Tuesday. I had a chance to see some of the early bits...
Posted by
Scott Weinstein
|
1 comment(s)
Filed under:
.NET
,
General Software Development
,
WPF
,
Coral8
,
CEP
,
HPC
Tuesday, April 21, 2009 11:58 PM
CPU Monitoring and Alerting via Performance counters, Coral8, and PowerShell
The PowerShell team has a short post on using V2 cmdlets to Monitor performance counters. Building on that, and the prior work with the PoShAdapter, here’s a sample with Coral8 and PowerShell to alert you via SMS when the rolling 30 seconds average CPU...
Posted by
Scott Weinstein
| with
no comments
Filed under:
.NET
,
PowerShell
,
Coral8
,
CEP
Monday, April 20, 2009 11:36 PM
CEP, Citi, and Coral8
The system I helped build at my previous job gets a nice write-up in Wall Street & Technology: Citi Taps CEP for Analyzing Equity Data I’m sure Marc , Hanno and the rest of the team are pleased. Congrats guys!
Posted by
Scott Weinstein
| with
no comments
Filed under:
Coral8
,
CEP
Sunday, April 19, 2009 10:54 PM
Using Coral8 and PowerShell to receive eventing data
I’ve updated the PowerShell Coral8 adapter so it can be used to receive input. Rather than demonstrate input from a database or an RSS stream, both of which can are supported by the native Coral8 adapters, I have a demo with WMI events. In this case allowing...
Posted by
Scott Weinstein
|
1 comment(s)
Filed under:
.NET
,
PowerShell
,
Coral8
,
CEP
Thursday, April 16, 2009 11:55 PM
Stream transforms in Coral8 via .Net
In the first post on integrating PowerShell and Coral8 I showed how to create a message sink. In C#ish pseudocode we did the following: OutputStream<T> => Action<T> where the Action<T> was a PowerShell block to send a message via...
Posted by
Scott Weinstein
|
2 comment(s)
Filed under:
.NET
,
CLR
,
PowerShell
,
Coral8
,
LINQ
,
CEP
Sunday, April 12, 2009 3:40 PM
In-process PowerShell adapter for Coral8
A few days ago a thought crept into my head; wouldn’t it be nice if I could have a Coral8 in-process adapter to run PowerShell code? If it worked it could potentially be a “universal” adapter, limiting the need for custom one-off adapters. Coral8, out...
Posted by
Scott Weinstein
|
1 comment(s)
Filed under:
.NET
,
CLR
,
PowerShell
,
Coral8
,
CEP
More Posts
Next page »