Skip to main content

Home/ Coders/ Group items tagged linq

Rss Feed Group items tagged

Joel Bennett

Visual LINQ query builder (For LINQ to SQL) -- Mitsu's blog - 0 views

  •  
    The Visual LINQ query builder is a Visual Studio 2008 addin. It's a designer that helps you create Linq to Sql queries in your application.
Joel Bennett

jLinq - LINQ for JSON - 4 views

  •  
    jLinq is a fully extensible Javascript library that claims to allow you to perform "LINQ style" queries on arrays of objects. Really it's a "fluent" notation like LINQ, and isn't LINQ at all, but it's still quite nice.
Joel Bennett

LINQ to SQL - 5 Minute Overview - Hooked on LINQ - 1 views

  •  
    a quick introduction to the power of LINQ
Joel Bennett

LINQ to SQL template for Visual Studio 2008 » DamienG - 0 views

  •  
    customize the LINQ to SQL code generation
Wicked Tunez

NHibernate Linq Eager Fetching - 0 views

  •  
    This article describes the solution to dupilacate rows (cartesian product) returned by nhibernate in the case of eager fetching of child collections. In short: use Linq.
Joel Bennett

Linq 2 NHibernate - Rhino Tools SVN - 0 views

  •  
    Ayende's LINQ 2 NHibernate module source
Denis Gobo

Ordering directories by creation date using LINQ - 0 views

  •  
    Ordering directories by creation date using LINQ
Richard Boss

Iterator Patterns To Traverse Container & Access Element | LINQ - 0 views

  •  
    An important article for dot net developers. What are Iterator Patterns? To know, read this article and see an example of Ienumerable, Ienumerator and foreach.
Joel Bennett

F# PowerPack - 3 views

  •  
    The F# PowerPack is a collection of libraries and tools for F#, provided by the F# team at Microsoft, but which is not part of the core F# release. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries.
Joel Bennett

Introduction to Model Driven Development with Sculpture - CodeProject - 0 views

  •  
    Sculpture is a .NET open source Model-Driven Development code generation framework... can model your application components, and then transform this model to deployable components ... comes with ready-made molds like NHibernate, LINQ, WCF, etc
Jack Wong

Charlie Calvert's Community Blog : LINQ Farm: Covariance and Contravariance in C# 4.0 - 0 views

  •  
    null
Joel Bennett

Download LINQPad - 0 views

  •  
    Start using LINQ for your ad-hoc SQL queries now, and get a head start on .Net 3.5
Joel Bennett

MoQ - Google Code - 0 views

  •  
    Moq (pronounced "Mock-you" or just "Mock") is a mocking library for .NET developed to take advantage of .NET 3.5 and C# 3.0 features (i.e. LINQ expression trees and lambda expressions) ... they claim it's the most productive, type-safe and refactoring-friendly mocking library available.
Joel Bennett

Dryad and DryadLINQ | Microsoft Connect - 0 views

  •  
    DryadLINQ is a Microsoft Research project, which aims to make distributed computing on clusters of computers simple enough for all programmers. DryadLINQ combines another Microsoft Research technology, Dryad, with the familiar LINQ technology from the Microsoft .NET framework.
Joel Bennett

unfold: Introducing Rx (Linq to Events) - 0 views

  •  
    Buried deep in the bin folder of the Silverlight Toolkit Unit Tests is a hidden gem: The Rx Framework (System.Reactive.dll).
Matteo Spreafico

LINQPad - 1 views

  •   LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!
  • it's a highly ergonomic code snippet IDE that instantly executes any C#/VB expression, statement block or program – the ultimate in dynamic development.
  • Best of all, LINQPad standard edition is free and can run without installation (or with a low-impact setup)
Joel Bennett

Reactive Extensions for .NET (Rx) Prerelease - 0 views

  •  
    "Rx is a superset of the standard LINQ sequence operators that exposes asynchronous and event-based computations as push-based, observable collections via the new .NET 4.0 interfaces IObservable and IObserver. These are the mathematical dual of the familiar IEnumerable and IEnumerator interfaces for pull-based, enumerable collections in the .NET framework. "
1 - 20 of 25 Next ›
Showing 20 items per page