Kloc
- 12,756 total downloads
- last updated 10/27/2020
- Latest version: 1.3.0
These extensions make it easy to chain Linq expressions based on conditions—useful for sorting, filtering, and paging.
ConsoleBuildR
by:
Kloc
- 4,911 total downloads
- last updated 9/23/2019
- Latest version: 3.0.0
Upgrade your console application and use the same pattern as .NET Core MVC projects to configure services, logging, and use application settings.
- 2,948 total downloads
- last updated 1/9/2019
- Latest version: 1.1.3
Extensions to expose lists, collections, dictionaries, and enumerables as read-only.
IList<T>.AsReadOnly()
ICollection<T>.AsReadOnly()
IDictionary<TKey,TValue>.AsReadOnly()
IEnumerable<T>.AsReadOnly()
- 2,570 total downloads
- last updated 1/3/2021
- Latest version: 0.4.1
Logging provider abstraction for .NET's logging API.
- 1,774 total downloads
- last updated 6/25/2019
- Latest version: 1.0.1
Abstractions for the Jumble password hashing library.
- 1,674 total downloads
- last updated 1/3/2021
- Latest version: 0.4.1
Inscribe's logging provider for Entity Framework Core. Useful for logging application errors in a database.
Inscribe.Email
by:
Kloc
- 1,597 total downloads
- last updated 1/3/2021
- Latest version: 0.4.1
Inscribe's logging provider for emailing. Useful for sending out messages for critical application errors.
LinqPaging
by:
Kloc
- 1,463 total downloads
- last updated 5/12/2020
- Latest version: 3.0.0
Paging made easy with Linq syntax and extensions. Translates directly to SQL for database-side paging when using Entity Framework.