RouterManager Sample and the SQL Server Modeling CTP

I recently shifted positions slightly.  Previously, I had been working with ISVs adopting our divisions latest technologies such as “Oslo” which is now officially called the SQL Server Modeling.  My new team, the Data Modeling Customer Advisory Team(DM CAT) broadens my focus to work with customer all up on adoption of our Data Modeling technology including the SQL Server Modeling CTP and the Entity Framework and Data Services.  We will be engaging customers using this technology and publishing real-world guidance and key learning's to help the community adopt these products.

As part of my work with the SQL Server Modeling CTP, I developed an end-to-end sample application which demonstrate model driven content based routing.  The RouterManager makes it simple to configure new WCF .NET 4 Routing Service by creating a domain specific language (DSL).  Routing configurations are stored in the SQL Modeling CTP’s Repository database.  The Entity Framework is used to read the router model data to configure the router. 

You can download the RouterManager sample on Code Gallery.  And read more about the details of the sample on our new team blog.