CronExpressionDescriptor
by: Brady Holt
- 27 total downloads
- Latest version: 1.6.0
A library that converts cron expressions into human readable strings.
CS-Script
by: Oleg Shilo
- 2.039k total downloads
- Latest version: 3.30.5.1
Class Library assembly for the CS-Script engine. CS-Script is a CLR (Common Language Runtime) based scripting system which uses ECMA-compliant C# as a programming language.
CsvHelper
by: Josh Close
- 204 total downloads
- Latest version: 2.12.0.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper
by: Sam Saffron Marc Gravell
- 910 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.StrongName
by: Sam Saffron Marc Gravell
- 174 total downloads
- Latest version: 1.40.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
DDay.iCal
by: Doug Day DDay Software
- 68 total downloads
- Latest version: 2.0.0
Obsolete. Use ical.net: https://www.nuget.org/packages/Ical.Net/
DocumentFormat.OpenXml
by: Microsoft
- 364 total downloads
- Latest version: 2.14.0-beta0001
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations.
- Populating content in Word files from an XML data source.
- Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file.
- Extraction of data from Excel documents.
- Searching and replacing content in Word/PowerPoint using regular expressions.
- Updating cached data and embedded spreadsheets for charts in Word/PowerPoint.
- Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotNet.ReproducibleBuilds
by: .NET Foundation and Contributors
- 193 total downloads
- Latest version: 1.2.25
Enables reproducible build settings
DotNetAnalyzers.PublicApiAnalyzer
by: Sam Harwell et. al.
- 32 total downloads
- Latest version: 1.0.0-beta.12
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 27 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
DotNetZip
by: Dino Chiesa
- 47 total downloads
- Latest version: 1.9.0
DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders.
DynamicLanguageRuntime
by: DLR Contributors Microsoft
- 42 total downloads
- Latest version: 1.1.0-alpha1
The Dynamic Language Runtime enables language developers to more easily create dynamic languages for the .NET platform.
EFCore.BulkExtensions
by: borisdj
- 101 total downloads
- Latest version: 9.0.1
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
EFCore.BulkExtensions.MySql
by: borisdj
- 27 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on MySQL
EFCore.BulkExtensions.PostgreSql
by: borisdj
- 27 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.SQLite
by: borisdj
- 26 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EFCore.BulkExtensions.SqlServer
by: borisdj
- 22 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
Effort
by: ZZZ Projects tamasflamich
- 1.546k total downloads
- Latest version: 2.2.17
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
EfFts
by: Mohsen Musavi
- 24 total downloads
- Latest version: 1.0.0
Enity framework does not support full-text search predicates still. For EFv6, you can make a workaround using interception.
The idea is to wrap search text with some magic word during inside plain String.Contains code and use interceptor to unwrap it right before sql is executed in SqlCommand.
EFInteractiveViews
by: Pawel "moozzyk" Kadluczka
- 23 total downloads
- Latest version: 1.0.0
Interacitve Pregenerated Views for Entity Framework 6.