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

Calendar

««Sep 2010»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
2627282930

Mailing List

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Computers Blogs - Blog Top Sites

Site Hits

Total: 5,627,621
since: 19 Jan 2005

Latest tagged entries for 'LINQ'



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

Detailed Lambda Example - Building a VWAP Function

Tue 19 Feb 08 12:50 P GMT-05
Recently I've been asked several times to explain lambdas and illustrate them. Rather than do the typical "hello world" lambda which is often a function to determine if a number is even, I decided to build a VWAP function using lambdas

LINQ to REST - A much better name for Astoria

Tue 11 Dec 07 8:23 A GMT-05
Andy Conrad is starting a series of articles on the RESTful API that is Astoria and how to serve it up and consume it. Here's my take on this underrated feature of ADO.NET Data Services

Unexpected and Unsafe behavior in LINQ

Wed 14 Nov 07 3:09 P GMT-05
I've been doing some work with LINQ lately and I've come across a situation where it behaves differently than one might expect. This post covers the behavior and a potential solution

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.

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

Dynamic, Observable LINQ Views

Mon 30 Jul 07 8:21 P GMT-05
LINQ is one of the huge new features coming out of the .NET Framework 3.5, but it can be improved upon. One such ways is by using language extensions to create dynamic, "live" views from LINQ queries

Installing Orcas Beta 1 - VMware Style

Mon 23 Apr 07 7:16 A GMT-05
Orcas Beta 1 was just released and I decided to install it on VMware instead of Virtual PC. The results were smooth as butter.

Microsoft finally shows off their EDM designer... but it won't ship with Orcas?!?

Wed 28 Mar 07 2:26 P GMT-05
I found this screencast showing off the EDM designer that the Entity Framework so sorely needs. The problem? It won't ship with Orcas!

Visual Studio "Orcas" - March CTP is Available

Wed 28 Feb 07 7:28 A GMT-05
I've been following the development of C# 3.5 (or whatever-the-heck it will be called) as well as the Entity Framework for a while now. It looks as though this CTP finally integrates all the useful bits.

Objective-C Categories vs C# 3.5 Language Extensions

Mon 26 Feb 07 8:05 A GMT-05
Being a fan of all things new, I've had some experience with the "Orcas" version of C#. It includes a new feature called language extension that is actually the core of how LINQ is able to be implemented. This post compares against ObjC categories

LINQ to Web 2.0 - Dr. dobb's Article will be on the stands shortly

Fri 08 Dec 06 8:35 P GMT-05
I recently wrote an article for Dr. Dobb's journal detailing a Web 2.0 project that I did with LINQ to SQL and an early CTP of ADO.NET vNext. The article is in the January 2007 edition of Dr. Dobb's.

LINQ to SharePoint - Its magically delicious!

Wed 11 Oct 06 6:54 A GMT-05
As you know, I'm cramming to try and finish up the drafts for the SharePoint book. I'm also doing a lot of work with LINQ in my "spare" time... I wondered what might happen if you combine them.

ADO.NET Entity Framework - Entity Inheritance Woes

Tue 10 Oct 06 6:36 A GMT-05
I've been evaluating the ADO.NET Entity Framework as something that I might want to replace my existing DLINQ (LINQ to SQL) code. In this article, I'll point out a bone of contention I have with EF and ORMs in general.

ASP.NET vs Ruby on Rails : Round 3 (Object-Relational Modeling)

Thu 05 Oct 06 6:03 A GMT-05
In this article, I will be comparing the Object-Relational Modeling features of Rails w/ActiveRecord to the ADO.NET Entity Framework w/LINQ to Entities

LINQ to Entities vs. LINQ to SQL - What should I use and when?

Thu 17 Aug 06 7:39 A GMT-05
This post will compare and contrast LINQ to SQL and LINQ to Entities provided by ADO.NET vNext, giving some information on the situations in which each technology shines and where they don't.

DLinq vs the ADO.NET Entity Framework

Fri 23 Jun 06 11:01 A GMT-05
This post will compare and contrast the features of just using raw DLinq and SQLmetal-generated classes with the ADO.NET Entity Framework. I'll also show how the two can work together

WPF/XAML and LINQ - A match made in heaven

Tue 06 Jun 06 6:32 A GMT-05
A few days ago I started toying with the idea of combining the unbelievable in-memory and database query power of LINQ/XLinq/DLinq with the easy binding syntax and powerful, rich GUI of WPF. This blog post is the result

Language Extensions in C# 3.0

Wed 31 May 06 9:17 A GMT-05
This blog entry will give you a quick introduction to using language extensions in C# 3.0 by extending the string class

Query Data and Generate an RSS Feed in the same XLinq/DLinq Query!

Sun 21 May 06 3:38 P GMT-05
This blog entry will illustrate some of the immense power of combining DLinq queries with the on-the-fly XML generation ability that comes with XLinq to create an RSS feed in one "line" of code!