CS-Script
by: Oleg Shilo
- 2.605k 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.
Dapper
by: Sam Saffron Marc Gravell
- 1.166k total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DDay.iCal
by: Doug Day DDay Software
- 81 total downloads
- Latest version: 2.0.0
Obsolete. Use ical.net: https://www.nuget.org/packages/Ical.Net/
DocumentFormat.OpenXml
by: Microsoft
- 510 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.
Effort
by: ZZZ Projects tamasflamich
- 1.846k 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
- 27 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.
DotNet.ReproducibleBuilds
by: .NET Foundation and Contributors
- 245 total downloads
- Latest version: 1.2.39
Enables reproducible build settings
EFInteractiveViews
by: Pawel "moozzyk" Kadluczka
- 28 total downloads
- Latest version: 1.0.0
Interacitve Pregenerated Views for Entity Framework 6.
EFCore.BulkExtensions.MySql
by: borisdj
- 35 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
- 34 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.SqlServer
by: borisdj
- 27 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
EFCore.BulkExtensions.SQLite
by: borisdj
- 32 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
Dapper.StrongName
by: Sam Saffron Marc Gravell
- 225 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
DotNetZip
by: Dino Chiesa
- 56 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.
CronExpressionDescriptor
by: Brady Holt
- 34 total downloads
- Latest version: 1.6.0
A library that converts cron expressions into human readable strings.
DotNetAnalyzers.PublicApiAnalyzer
by: Sam Harwell et. al.
- 35 total downloads
- Latest version: 1.0.0-beta.12
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 32 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
CsvHelper
by: Josh Close
- 259 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.
DynamicLanguageRuntime
by: DLR Contributors Microsoft
- 47 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
- 155 total downloads
- Latest version: 9.0.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite