Iron Software builds trusted .NET libraries for document automation. Every C# application eventually needs to export data to Excel. The question is never whether you will need it, only what format ...
A lightweight SQLite-based document store for .NET that turns SQLite into a schema-free JSON document database with LINQ querying and full AOT/trimming support. Best fit Object graphs, nested data, ...
Take advantage of the Chunk method in LINQ to split large data sets into a sequence of chunks for more efficient processing. Language-Integrated Query, or LINQ for short, brings a query execution ...
UniRx (Reactive Extensions for Unity) is a reimplementation of the .NET Reactive Extensions. The Official Rx implementation is great but doesn't work on Unity and has issues with iOS IL2CPP ...
Take advantage of query types in EF Core to query types that don’t have keys and to map to tables and views that lack an identity column. Entity Framework Core (EF Core for short) is a popular ORM ...
Students of database courses usually encounter difficulties in learning structured query language (SQL). Numerous studies have been conducted to improve how students learn SQL. However, learning SQL ...
There's no doubt that Entity Framework with LINQ is great (I've certainly written enough articles about it). But Entity Framework comes at a cost. As Matthew Jones points out on his blog, using ...
Complex queries can be solved with a combination of simpler LINQ queries, anonymous objects and the Group/By/Into clauses. Using Group/By/Into will also give you the best possible performance for ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results