Skip to main content

Home/ Coders/ Group items tagged linq

Rss Feed Group items tagged

1More

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.
1More

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.
1More

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

  •  
    a quick introduction to the power of LINQ
1More

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

  •  
    customize the LINQ to SQL code generation
1More

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.
1More

Linq 2 NHibernate - Rhino Tools SVN - 0 views

  •  
    Ayende's LINQ 2 NHibernate module source
1More

Ordering directories by creation date using LINQ - 0 views

  •  
    Ordering directories by creation date using LINQ
1More

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.
1More

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.
1More

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
1More

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

  •  
    null
1More

Download LINQPad - 0 views

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

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.
1More

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.
1More

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).
3More

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)
1More

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