The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








Latest Diggs - Programming

Internet Blogs - Blog Top Sites

Site Hits

Total: 2,551,710
since: 19 Jan 2005

CLINQ v1.1.0.0 Released!

posted Fri 02 May 08

CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here's a rundown of what the new release includes:

  • Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response to changes in the source set as well as changes to items in the source set, you can have aggregate scalar values that continuously update in the same fashion. The following is a list of the supported aggregation types that can now be done continuously:
    • Average
    • Min
    • Max
    • Sum
    • Standard Deviation
    • Count
  • Brand new demo application. This demo application not only shows off the power of continuous queries and WPF data binding, but also shows you how to use continuous aggregates, create your own continuous aggregates, and how to databind a WPF GUI to a continuous aggregate value.

The new demo application is called the Stock Monitor sample. It shows ticker data for both sales (price ticker) and bids and asks (quote ticker). All of this data is rolled up by continuous queries and you can see it displayed in bound fashion in the WPF GUI. More interestingly is the presence of a line graph showing the price-over-time (a custom binding based on a continuous query!) and another line on the same graph showing the VWAP over time. Continuous VWAP is a custom aggregate implemented in the demo to show you how to easily implement your own aggregation classes that fit right into the CLINQ library.

Here's a screenshot of the v1.1 Stock Monitor demo in action: 

As time permits, I will be posting more deep dives into the source code of the stock monitor demo application to show you how I built it, and how unbelievably easy it is to build stuff like this using CLINQ.

If you want the new release, head over to the CodePlex site and download it now . There are two files, one for the CLINQ library and one for the StockMonitor demo. Unzip them both as peers (beneath the same parent directory) and the StockMonitorDemo project can easily add a reference to the CLINQ project. The binaries are also included in the ZIP files. 

tags:          

links: digg this    del.icio.us    technorati    reddit




1. Rob left...
Fri 02 May 08 1:48 pm :: http://www.bluespire.com/blogs

Now all we need to do is plug this into the P2P stuff you're talking about and WHAM!!! - instant real time RPG baby!!!


2. Kevin Hoffman left...

Its like you've been sitting in my brain...listening to me think about the future...


3. Rob left...
Sat 03 May 08 11:41 am :: http://www.bluespire.com/blogs

If you build it, they will come....


Tag Related Posts

Building Model Classes in C# and Cocoa

Sun 15 Jun 08 3:13 P GMT-05
tags:            

CLINQ v1.1.0.0 Released!

Fri 02 May 08 5:38 P GMT-05
tags:          

CLINQ v1 Demo - Network Message Filtering

Wed 09 Jan 08 7:47 P GMT-05
tags:        

Continuous LINQ v1.0.0.0 Released

Tue 08 Jan 08 4:53 P GMT-05

LINQ to REST - A much better name for Astoria

Tue 11 Dec 07 1:23 P GMT-05
tags:        

Unexpected and Unsafe behavior in LINQ

Wed 14 Nov 07 8:09 P GMT-05
tags:    

Building a Ledger Style for WPF Grids

Tue 21 Aug 07 3:30 P GMT-05
tags:    

Continuous LINQ - Can I write games with it?

Mon 13 Aug 07 3:09 P GMT-05
tags:        

Continuous LINQ

Mon 06 Aug 07 1:21 P GMT-05
tags:    

Dynamic, Observable LINQ Views

Tue 31 Jul 07 1:21 A GMT-05
tags:        

The dreaded language bleed-over has begun

Tue 19 Jun 07 6:23 P GMT-05
tags:        

Installing Orcas Beta 1 - VMware Style

Mon 23 Apr 07 12:16 P GMT-05

Authorness

Thu 15 Mar 07 1:44 P GMT-05

Visual Studio "Orcas" - March CTP is Available

Wed 28 Feb 07 12:28 P GMT-05
tags:            

Objective-C Categories vs C# 3.5 Language Extensions

Mon 26 Feb 07 1:05 P GMT-05
tags:                

DLinq vs the ADO.NET Entity Framework

Fri 23 Jun 06 4:01 P GMT-05

WPF/XAML and LINQ - A match made in heaven

Tue 06 Jun 06 11:32 A GMT-05
tags:                  

Language Extensions in C# 3.0

Wed 31 May 06 2:17 P GMT-05

Lambda Lambda Lambda

Sun 21 May 06 1:01 A GMT-05

The Adventures of LINQ (Not Zelda)

Fri 19 May 06 11:21 P GMT-05
tags: