Linq performance improvements in .NET Core
Explores performance improvements in LINQ methods for .NET Core, highlighting specific optimizations and benchmark results.
Explores performance improvements in LINQ methods for .NET Core, highlighting specific optimizations and benchmark results.
Analyzes performance inefficiencies in LINQ queries, including hidden allocations, and offers optimization techniques for C# developers.
Explains performance issues with ToArray/ToList and proposes a custom extension method to optimize them by providing the element count.
A technical guide on implementing efficient data paging using RavenDB's LINQ client and a custom PagedList class within an ASP.NET MVC application.
A technical guide on implementing a generic DelegateEqualityComparer in C# to simplify custom equality comparisons in LINQ queries.
A technical guide on using LINQ queries to filter, sort, and group data in a WPF CollectionView for a more type-safe and readable approach.
A SQL Server/.NET developer reflects on their first year of blogging, top technical posts, and community event participation in 2010.
Explains how to use lambda expressions with Entity Framework's Include method for type-safe eager loading, avoiding string-based property paths.
Fixes an NHibernate.Linq bug where queries with the same alias on different association paths produced incorrect results.
Explains how to use C# LINQ expressions to automatically generate null-safe property access, eliminating repetitive null-check code.
Performance comparison of three methods for sorting in-memory DataTables in C#/.NET, with LINQ to DataSet emerging as the fastest.
A technical analysis of a bug in DbLinq's non-generic Execute method causing invalid cast exceptions, with details on the submitted patch.
PHPLinq library now supports querying Windows Azure Table Storage, bringing LINQ-style queries to PHP for cloud data.
Announcing PHPLinq 0.4.0, a PHP library bringing .NET's LINQ query capabilities to arrays, XML, and databases.
A blog recommendation for posts covering Entity Framework errors, stored procedures, and dynamic LINQ queries with expression trees.
Announcement and recap of the Microsoft TechDays 2008 conference in Belgium, focusing on Microsoft technologies like ASP.NET and Silverlight.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.
Introducing PHPLinq, a library that brings C#-style Language Integrated Query (LINQ) functionality to PHP for querying arrays and objects.
A tutorial on using LINQ (Language Integrated Query) in C# to query and process files from the filesystem, demonstrated with a photo album example.