InfoQ Homepage LINQ Content on InfoQ
-
.NET 6 LINQ Improvements
Continuing our series on the over 100 API changes in .NET 6, we look at extensions to the LINQ library.
-
An Interview with Jason DiBianco of Linq 4 Javascript
There are a few attempts at building a LINQ implementations for JavaScript. Today we choose to present Linq 4 Javascript by Jason DiBianco because it is based on lazy evaluation, an important design concept for LINQ. The fact that it includes TypeScript bindings is also a nice touch.
-
dotPeek 1.1 Adds Support for Decompilation, Improved Navigation, Bookmarks
The recently released dotPeek 1.1 provides support for decompilation, improved navigation, boomarks, async methods, lambda and LINQ expressions in addition to numbered bookmarks.
-
CLR Memory Diagnostics Enables you to Automate Inspection Tasks
The recently relesed Microsoft.Diagnostics.Runtime or CLR Memory Diagnostics (ClrMD) component enables you to automate inspection tasks and access debugging information using set of advanced APIs.
-
NuoDB 1.1 Targets .NET Developers
NuoDB 1.1 includes a ADO.NET driver, LINQ and EF providers, support for Windows 64-bit and Azure, performance improvements.
-
LINQ Insight 2.0 Released with RavenDB
LINQ Insight 2.0 has been released with support for RavenDB, List<T>, array parameters and includes several performance improvements.
-
SvcPerf - Trace Analysis Tool for WCF Released
Microsoft recently released SvcPerf which is an end to end ETW based trace viewer for manifest based traces.
-
Entity Framework 6 Alpha 2 with Custom Code First Conventions
Microsoft recently announced the release of Entity Framework Alpha 2 with custom code first conventions and several other performance enhancements.
-
F# Type Providers – Why And How
Microsoft Research has published a white paper explaining how Type Providers makes F# useful for accessing and processing “internet scale” information sources.
-
Using NDepend and LINQ to Examine Code
NDepend has released a new version of their flagship static code analysis product. NDepend 4 introductes Code Query LINQ, NDepend.API, and VS 2012 support.
-
LINQ for F#
F# 3.0, included in the Visual Studio 11 beta, gains the ability to use LINQ expressions. Other features include support for Portable Libraries and auto-implemented properties.
-
Microsoft Reports Significant Performance Improvements in Entity Framework 5
Microsoft has announced that the upcoming Entity Framework 5 could potentially improve performance up to 67 percent. Developers using EF 4.0 should also see performance improvements just by upgrading to .NET Framework 4.5.
-
Spatial Data Introduced to Entity Framework
One of the new additions in the Entity Framework June CTP is official support for Spatial data types, which allow developers to represent data using a system of coordinates, such as shapes, lines, or points on a map.
-
Interactive Extensions for LINQ to Objects
Interactive Extensions (Ix) is a set of additional LINQ to Objects query operators based on the work done in the Reactive Extensions. A quick look through the API reveals a set of IEnumerable extension methods under the System.Linq namespace. While most developers already have many of these in their own utility libraries, having a standard implementation for these missing features would be useful.
-
Rx 1.0 Solves the Problem of Asynchronous Data Access
Microsoft has released version 1.0 of their Reactive Extensions (Rx) library after two years in incubation. Rx combines event-driven UI with LINQ, concurrency and asynchronous calls.