linq2db — типобезопасный доступ к данным в .NET
★ 7.0 · vibe-coding
linq2db is a Claude Code skill that helps build .NET applications using LINQ to DB — a fast, type-safe data access library described as "type-safe SQL". It sits one step above micro-ORMs like Dapper by working with LINQ expressions instead of magic strings, while staying lighter than Entity Framework: no change-tracking, but more direct control over generated SQL. The skill covers linq2db's key features — explicit JOIN syntax, CTE support, Bulk Copy/Insert, window/analytic functions, and the Merge API — as well as connection setup via DataOptions and DI containers. It suits C# and F# developers who need both strong typing and fine-grained performance when working with relational databases.
- #vibe-coding