linq
Here are 1,012 public repositories matching this topic...
-
Updated
Jun 2, 2022 - C#
包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到1MB!
-
Updated
May 26, 2022 - C#
SessionFactoryImpl.Close currently allows the body of the function to be run multiple times as it does not check if it is closed prior to proceeding. This should be changed so that Close when called from Dispose does nothing when Close has been called by the application.
On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.
We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1
Fast, Simple, Typed ORM for .NET
-
Updated
May 14, 2022 - C#
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
-
Updated
Jun 5, 2022 - HTML
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
-
Updated
May 14, 2022 - TypeScript
Open Database Reporting Tool (.Net)
-
Updated
Jun 3, 2022 - C#
-
Updated
Dec 15, 2021 - TypeScript
A OneNote add-in with simple, yet powerful and useful features
-
Updated
May 11, 2022 - C#
该仓库为 https://github.com/ldqk/Masuit.Tools 的镜像仓库,代码更新存在较大的延迟。建议前往源仓库:https://github.com/ldqk/Masuit.Tools
-
Updated
May 7, 2022 - C#
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
-
Updated
Oct 8, 2021 - C#
Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.
-
Updated
May 5, 2020 - C#
Linq for list comprehension in C++
-
Updated
Oct 1, 2020 - C++
A JS library written in TS to transform sequences of data from format to another
-
Updated
Jun 3, 2022 - TypeScript
LINQ Provider for the Twitter API (C# Twitter Library)
-
Updated
Jun 3, 2022 - C#
Yet Another LINQ to Objects for PHP [Simplified BSD]
-
Updated
Nov 2, 2021 - PHP
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
-
Updated
Apr 19, 2022 - C#
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
-
Updated
Aug 18, 2020 - C#
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
-
Updated
Mar 31, 2022 - Pascal
Use LINQ to query Elasticsearch with results as .NET objects
-
Updated
May 25, 2022 - C#
Improve this page
Add a description, image, and links to the linq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linq topic, visit your repo's landing page and select "manage topics."


Filtering using
name + schemaorregex + schemaoption currently fails with'name' or 'regex' property requirederror.As workaround remove schema filter.
E.g. failing filter:
{ "schema": { "exclude-tables": [ { "regex": "temp_table_.*", "schema": "dbo" } ] } }Workaround:
`