Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Adapter
Biztalk RFID
CEP
LINQ
log4net
logging
PowerShell
Reference
RFID Hardware
SQL
SQLPASS
StreamInsight
Time Import
Archives
Archives
January 2011
(3)
November 2010
(2)
October 2010
(2)
September 2010
(2)
August 2010
(2)
July 2010
(1)
June 2009
(3)
March 2009
(2)
December 2008
(2)
August 2008
(1)
MSDN Blogs
>
StreamInsight Factotum
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
StreamInsight Factotum
Fixing a gap in a prior post – Finding the Top Category with a Tumbling Window
Posted
over 1 year ago
by
Mark Simms [MSFT]
0
Comments
In a prior blog post – http://blogs.msdn.com/b/appfabriccat/archive/2010/11/03/streaminsight-query-pattern-find-the-top-category-using-order-by-take-and-applywithunion.aspx – I discussed how to determine the top category in a set of events using order...
StreamInsight Factotum
Rounding up a few StreamInsight blog posts
Posted
over 1 year ago
by
Mark Simms [MSFT]
0
Comments
Wanted to throw together a quick list of a few recent blog posts on the AppFabric CAT team blog (where most of my more ‘technical’ articles end up), as well as some of my favorite articles that I’ve come across lately. Working with LINQPad StreamInsight...
StreamInsight Factotum
Adventures in performance tuning
Posted
over 1 year ago
by
Mark Simms [MSFT]
0
Comments
Been a bit quiet on this blog lately, as most of my postings have ended up on the AppFabric CAT team blog . As part of a recent effort to build a canned LINQPad data context to use with StreamInsight, I went through a few rounds of performance testing...
StreamInsight Factotum
Attending and presenting at SQL PASS 2010 next week
Posted
over 2 years ago
by
Mark Simms [MSFT]
2
Comments
A number of us will be attending SQL PASS 2010 next week, both presenting some great content around AppFabric, StreamInsight and SQL Server, and hanging out with our SQLCAT colleagues (wearing the same shiny green shirts!) in the SQL Server Clinic and...
StreamInsight Factotum
See you at PASS next week – presenting on StreamInsight and real-time analytics
Posted
over 2 years ago
by
Mark Simms [MSFT]
0
Comments
While a pile of folks are off in Europe delivering some great content at TechED Europe with some great sessions: DAT301 - Introduction to Complex Event Processing with SQL Server 2008 R2 StreamInsight DAT301-LNC - Building Operational Intelligence Solutions...
StreamInsight Factotum
Two new blog posts on StreamInsight over on the AppFabric CAT Blog
Posted
over 2 years ago
by
Mark Simms [MSFT]
0
Comments
Two new blog posts over on the AppFabric CAT blog on StreamInsight: StreamInsight: Obscure LINQ error - The field 'Key' of type 'IKey`1' either contains a nested member, or is a type that is not supported as event type field . A walkthrough of...
StreamInsight Factotum
StreamInsight and reference data (lists, databases, etc)
Posted
over 2 years ago
by
Mark Simms [MSFT]
5
Comments
Using reference data in StreamInsight is a very common scenarios; some examples would be: Monitoring process control event streams for values that exceed a given threshold (for example, a valve’s pressure exceeding a certain safety threshold). Enriching...
StreamInsight Factotum
StreamInsight: Synchronizing slow-moving reference streams with fast-moving data streams (time import)
Posted
over 2 years ago
by
Mark Simms [MSFT]
2
Comments
One of the common tasks in StreamInsight is to use a reference stream to integrate metadata or reference data from a relatively static source (such as a SQL Server table). One of the challenges in integrating the reference stream has to do with...
StreamInsight Factotum
101’ish LINQ Samples for StreamInsight (part 1 - filtering and aggregation)
Posted
over 2 years ago
by
Mark Simms [MSFT]
0
Comments
Following in the great tradition of other learn through example LINQ example pages, such as 101 LINQ Samples , here’s the first in a series of posts on StreamInsight query examples. This will first show up on this blog, then get migrated over to...
StreamInsight Factotum
Creating a basic logging wrapper for StreamInsight adapters/applications using log4net
Posted
over 2 years ago
by
Mark Simms [MSFT]
2
Comments
There are many different ways of implementing logging on the Microsoft .NET platform (Trace, ETW, etc). To provide for a range of flexibility (not necessary for this post.. just setting the stage) let’s go ahead and put together a generic logging...
StreamInsight Factotum
Building your First End to End StreamInsight Application (Going Deep on Adapters)
Posted
over 2 years ago
by
Mark Simms [MSFT]
1
Comments
So you’ve heard about this shiny StreamInsight thing, perhaps from my last post , and want to build something for yourself and understand how all of this stuff fits together. At this point you should have your Visual Studio environment up and running...
StreamInsight Factotum
Secundus Posting (of sorts)
Posted
over 2 years ago
by
Mark Simms [MSFT]
0
Comments
It’s been a while since there’s been any new content on here (well, let’s be honest, a very long time). My role at Microsoft has shifted a bit in the last year, going down a slightly different direction and focusing on a new technology...
StreamInsight Factotum
(Part 1) – Motorola XR450 and BizTalk RFID: Hands On
Posted
over 3 years ago
by
Mark Simms [MSFT]
1
Comments
Continuing the (much delayed) postings on putting together basic end to end systems with RFID readers and BizTalk RFID, I’m going to delve into how to configure and deploy Motorola’s XR450 RFID reader. As usual, the primary steps covered are: Setting...
StreamInsight Factotum
(Part 2) – Impinj Speedway and BizTalk RFID: Hands On
Posted
over 3 years ago
by
Mark Simms [MSFT]
0
Comments
Building on the steps in the previous post, we’ll use BizTalk RFID to connect to the Impinj Speedway. This post assumes that you've gone through the steps in part 1. Connectivity and configuration with Biztalk RFID Now the part we've all been waiting...
StreamInsight Factotum
(Part 1) – Impinj Speedway and BizTalk RFID: Hands On
Posted
over 3 years ago
by
Mark Simms [MSFT]
0
Comments
As the next (much delayed) post in a hands-on series, I’m going to walk through the process of creating an end to end solution with BizTalk RFID and the Impinj Speedway reader. The primary steps covered are: Setting up the reader (from the shipping...
StreamInsight Factotum
PowerShell and BizTalk RFID (1) - Providers and Server Configuration
Posted
over 3 years ago
by
Mark Simms [MSFT]
1
Comments
Been on the road pretty much non-stop since January, so I haven't had the opportunity to post as much as I'd like. However, it looks like the next couple of months will be a little more reasonable in terms of the travel schedule, so I should be...
StreamInsight Factotum
Pro RFID with BizTalk Server 2009 - Hot Off the Presses
Posted
over 3 years ago
by
Mark Simms [MSFT]
1
Comments
After a marathon writing binge over the past few months, the first book on BizTalk RFID has been published by Apress . Written by myself, Ram Venkatesh (former Lead Architect on BizTalk RFID, now CEO of S3 Edge ), and Mark Beckner (prominent writer...
StreamInsight Factotum
(Part 2) - Hands on with Biztalk RFID and the Alien 9650
Posted
over 4 years ago
by
Mark Simms [MSFT]
2
Comments
Building on the previous post, the next thing we'll do is use Biztalk RFID to connect to the Alien 9650. This post assumes that you've gone through the steps in part 1. Connectivity and configuration with Biztalk RFID Now the part we've all been...
StreamInsight Factotum
(Part 1) - Hands on: Building an End to End Solution with Biztalk RFID and the Alien 9650
Posted
over 4 years ago
by
Mark Simms [MSFT]
1
Comments
As the first post in a hands-on focused series on building out solutions with Biztalk RFID, I'm going to walk through the process of creating an end to end solution with Biztalk RFID and the Alien 9650 RFID reader. Future posts in this series will...
StreamInsight Factotum
Primus Posting
Posted
over 4 years ago
by
Mark Simms [MSFT]
0
Comments
Coming into my fourth week here at Microsoft as a Field Program Manager in the Customer Experience group within CSD has been quite the experience. My role centers around working with customers, partners and the Microsoft field teams to enable the...
Page 1 of 1 (20 items)