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

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,741,052
since: 19 Jan 2005

Latest tagged entries for 'CLINQ'



Using CLINQ 2.0 as a Continuous Model-to-Model Bridge

Fri 09 Jan 09 8:47 A GMT-05
Quite often developers of desktop / smart client applications find themselves in the role of writing translation layers (GDD calls them Anti-Coruption Layers) that move state from one model to another. CLINQ 2.0 is uniquely adept at this task.

Implementing the Weak Event Pattern in CLINQ v2.0

Mon 13 Oct 08 10:04 A GMT-05
CLINQ v1.x had an implementation of the weak event pattern, but it was custom and difficult to maintain. CLINQ v2.0 uses the weak event pattern implementations that are available to all .NET developers. I discuss this pattern in this blog post.

Smart, Deep Property Notifications in CLINQ v2.0

Tue 07 Oct 08 8:15 A GMT-05
I haven't said much about CLINQ lately but that's mostly because we've been trying to get v2.0 ready to ship. We're nearly there, so I thought I would start by talking about one of the new features - smart property notifications

CLINQ v1.1.0.0 Released!

Fri 02 May 08 12:38 P GMT-05
Continuous LINQ, a C# 3.5 extension library that enables standard LINQ queries to remain dynamic and continuous long after the initial query, has been updated to version 1.1 and includes a new demo and lots of new features

CLINQ v1.1 - Extending the AggregateViewAdapter to Create Continuous VWAP

Thu 17 Apr 08 2:20 P GMT-05
In this blog post I show you how to create your own continuous aggregates that extend CLINQ with domain-specific functionality like VWAP (Volume Weighted Average Price).

CLINQ v1.1.0.0 - New and Improved with Aggregation!

Wed 16 Apr 08 12:27 P GMT-05
I'm just about ready to start upgrading the demo suite to be compatible with some of the new code I'm writing for CLINQ 1.1 and thought I'd post a preview of Continuous Aggregation

CLINQ: Writing Continuous Queries Against Windows Workflow Foundation Tracking Services

Mon 14 Apr 08 1:50 P GMT-05
I was poking around with CLINQ, trying to figure out where I might be able to use ContinuousCollections when I found a great one: WF tracking services. With CLINQ and WF Tracking, I can write queries against WF activity logs

Murphy's Law of Demos in Full Force Tonight - CLINQ demo at NYC .NET UG

Thu 21 Feb 08 9:13 P GMT-05
So I was giving a demo of Continuous LINQ to the folks in the NYC .NET User's Group tonight and, of course, one of my demos failed. I'm going to kill this Murphy guy.

Continuous LINQ: Extending LINQ's Reach to Streaming Data

Thu 17 Jan 08 3:05 P GMT-05
If you are in the NYC area, then you might want to attend my CLINQ session on Feburary 21st.

CLINQ v1 Demo - Network Message Filtering

Wed 09 Jan 08 2:47 P GMT-05
This blog post contains an explanation of a demo I wrote for the initial release of CLINQ. It uses a WCF Peer Mesh to distribute messages which are then continuously filtered via CLINQ queries

Continuous LINQ v1.0.0.0 Released

Tue 08 Jan 08 11:53 A GMT-05
Continuous LINQ (CLINQ) is a library that builds on the LINQ query syntax to allow you to write a query once that continually updates the result set as the source collection (and items within it) are modified

Continuous LINQ will be in Dr. Dobb's Journal in January

Fri 26 Oct 07 8:27 A GMT-05
I wrote an article on the power of language extensions and LINQ, using Continuous LINQ as an example - for Dr. Dobb's Journal. It will be featured in the February 2008 edition, which is on shelves in January 2008.

Building a Ledger Style for WPF Grids

Tue 21 Aug 07 10:30 A GMT-05
A very common task in data-driven applications is to render lists of data in ledger-style with alternating row background styles/colors. Unfortunately, a lot of the samples for this are wrong and only apply to limited cases.

Continuous LINQ - Can I write games with it?

Mon 13 Aug 07 10:09 A GMT-05
Typically when encountering a new technology, immediately after deciding if said new technology has business value, I ask the ever-important question: "Can I game with this?"

Continuous LINQ

Mon 06 Aug 07 8:21 A GMT-05
In a previous blog entry I talked about dynamically updating LINQ queries. I explore this concept further with something I call Continuous LINQ