CS-Script by: Oleg Shilo
  • 2.262k total downloads
  • Latest version: 3.30.5.1
  • C# Scripting Dynamic CS-Script csscript
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.007k total downloads
  • Latest version: 1.42.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DDay.iCal by: Doug Day DDay Software
  • 75 total downloads
  • Latest version: 2.0.0
Obsolete. Use ical.net: https://www.nuget.org/packages/Ical.Net/
DocumentFormat.OpenXml by: Microsoft
  • 462 total downloads
  • Latest version: 2.14.0-beta0001
  • openxml office
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.67k 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
  • 25 total downloads
  • Latest version: 1.0.0
  • FullTextSearch EF
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.
Elasticsearch.Net by: Elasticsearch Inc. and contributors
  • 897 total downloads
  • Latest version: 1.9.2
  • elasticsearch elastic search lucene nest
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
DotNet.ReproducibleBuilds by: .NET Foundation and Contributors
  • 215 total downloads
  • Latest version: 1.2.25
Enables reproducible build settings
EFInteractiveViews by: Pawel "moozzyk" Kadluczka
  • 26 total downloads
  • Latest version: 1.0.0
  • EF6 EF Entity Framework Pregenerated Views moozzyk blog.3d-logic.com
Interacitve Pregenerated Views for Entity Framework 6.
EFCore.BulkExtensions.MySql by: borisdj
  • 29 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core MySQL Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on MySQL
EFCore.BulkExtensions.PostgreSql by: borisdj
  • 30 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core PostgreSQL Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.SqlServer by: borisdj
  • 24 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core SQL Server Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
EFCore.BulkExtensions.SQLite by: borisdj
  • 29 total downloads
  • Latest version: 6.6.3
  • EntityFrameworkCore Entity Framework Core EFCore EF Core SQLite Bulk Batch Extensions Insert Update Delete Read Truncate SaveChanges
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
Dapper.StrongName by: Sam Saffron Marc Gravell
  • 200 total downloads
  • Latest version: 1.40.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
DotNetZip by: Dino Chiesa
  • 51 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.
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 34 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 32 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
CsvHelper by: Josh Close
  • 228 total downloads
  • Latest version: 2.12.0.1
  • csv csvhelper comma separated value delimited
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
  • 45 total downloads
  • Latest version: 1.1.0-alpha1
  • dynamic dlr
The Dynamic Language Runtime enables language developers to more easily create dynamic languages for the .NET platform.
EFCore.BulkExtensions by: borisdj
  • 121 total downloads
  • Latest version: 9.0.1
  • EntityFrameworkCore Entity Framework Core .Net EFCore EF Core Bulk Batch Copy SqlBulkCopy Extensions Insert Update Delete Read Truncate SaveChanges SQLServer PostgreSQL MySQL SQLite
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite