Push LINQ
Category: Languages > .net
Posted: 06 Feb 09
In this session Jon Skeet, author of Manning's C# In Depth, explains the "Push LINQ" framework he developed with Marc Gravell.
The "standard" LINQ to Objects is based on IEnumerable, involving the consumer "pulling" data from a supplier. This works very well in many cases, but has some un...
|
|
DSLs with C# 3.5
Category: Languages > .net
Posted: 06 Feb 09
LINQ is an internal DSL provided by C# for accessing streams of data. We can leverage the same feature set added to the language to make LINQ to author our own internal DSLs. In this session Ian introduces you to the ideas behind Internal DSLs and shows how C# 3.5 helps you to write them.
...
|
|
Entity Framework Futures - TL20
Category: Languages > .net
Posted: 11 Dec 08
The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integratio...
|
|
|
|
|