50 skills found · Page 1 of 2
udndc / X.PagedListLibrary for easily paging through any IEnumerable/IQueryable in ASP.NET
troygoode / PagedListNugget for easily paging through any IEnumerable/IQueryable in Asp.Net MVC
jbogard / Bulk WriterProvides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.
martydill / Ios Queryableios-queryable is an implementation of IQueryable/IEnumerable for Core Data
WeihanLi / WeihanLi.NpoiNPOI Extensions, excel/csv importer/exporter for IEnumerable<T>/DataTable, fluentapi(great flexibility)/attribute configuration
matthidinger / DoddleReportGenerate custom reports (PDF, Excel, etc) from any IEnumerable datasource.
linkdotnet / Tips And TricksA collection of tips and tricks with smaller code snippets and explanation.
yv989c / BlazarTech.QueryableValuesThis library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
rigofunc / NPOI.ExtensionThis repo contains the extension for the NPOI, which provides IEnumerable<T> have save to and load from excel functionalities.
tigranv / Useful Examples C SharpIn this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
Abion47 / DarqA port of .NET's LINQ IEnumerable functions to Dart.
sonnemaf / ReflectionIT.Mvc.PagingASP.NET Core 3.0 Paging (including filtering and sorting) solution using Entity Framework Core 3.0 and IEnumerable<T>
mbasso / IenumerableDeep immutable, Lightweight Enumerable with superpowers
tompazourek / Endless🌌 Extensions that support the C# functional paradigm.
mini-software / HtmlTableHelperMini C# IEnumerable object to HTML Table String Library
farseer-go / CollectionsSupport for List collections and linq syntax
Dirkster99 / TreeLibA .Net Standard Library with Generic methods to traverse k-ary trees in any order required.
dkackman / SqlLinqDynamic SQL queries of .NET IEnumerables
JordiCorbilla / Table.libSimple c# (.NET 8) table library that renders any List<T> or Dictionary<TV, T> into a nicely formatted markdown, CSV, HTML, specflow or console table, allowing for extra formats. It also supports dynamic returns from Dapper as IEnumerable<IDictionary<string, object>> via DBTable object.
neon-sunset / RangeExtensionsA set of optimized extensions which integrate System.Range with foreach and LINQ