EntityFramework
by: Microsoft
- 145 total downloads
- Latest version: 6.5.1
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
FastReport.OpenSource
by: Fast Reports Inc.
- 269 total downloads
- Latest version: 2024.1.10
FastReport Open Source provides a free report generator for .NET/.NET Core/.NET Framework. You can use the FastReport Open Source in MVC, Web API, console applications.
FastReport is written in C# and it is compatible with .NET Standard 2.0 and higher. Extendable FastReport architecture allows creating your own objects, export filters, wizards, and DB engines.
- FastReport is a band-oriented report generator. There are 13 types of bands available: Report Title, Report Summary, Page Header, Page Footer, Column Header, Column Footer, Data Header, Data, Data Footer, Group Header, Group Footer, Child, and Overlay. In addition, sub-reports are fully supported.
- A wide range of band types allows creating any kind of report: list, master-detail, group, multi-column, master-detail-detail and many more.
- Wide range of available report objects: text, picture, line, shape, barcode, matrix, table, checkbox.
- Reports can consist of several design pages, which allows reports to contain a cover, the data and a back cover, all in one file.
- The Table object allows building a tabular report with variable number of rows and/or columns, just like in MS Excel. Aggregate functions are also available.
- Powerful, fully configurable Matrix object that can be used to print pivot tables.
- Report inheritance. For creating many reports with common elements such as titles, logos or footers you can place all the common elements in a base report and inherit all other reports from this base.
Data Sources:
- You can get data from XML, CSV, JSON, MS SQL, MySQL, Oracle, Postgres, MongoDB, Couchbase, Raven DB, SQLite.
- FastReport has the ability to get data from business objects of IEnumerable type.
- Report can contain data sources (tables, queries, DB connections).
- Thus, you can not only use application-defined datasets but also connect to any database and use tables and queries directly within the report.
FastReport Open Source can save documents in HTML, BMP, PNG, JPEG, GIF, TIFF, EMF. PDF export is available as a plugin.
FirebirdSql.Data.FirebirdClient
by: FirebirdSQL
- 148 total downloads
- Latest version: 10.0.0
Firebird ADO.NET data provider
ExCSS
by: Tyler Brinks
- 38 total downloads
- Latest version: 4.2.5
ExCSS is a CSS 2.1 and CSS 3 parser for .NET.
ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
Enums.NET
by: Tyler Brinkley
- 10 total downloads
- Latest version: 2.1.1
Enums.NET is a high-performance type-safe .NET enum utility library
ExcelDataReader
by: iciobanu
- 4 total downloads
- Latest version: 2.1.1
Lightweight and fast library written in C# for reading Microsoft Excel files ('97-2007).
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 94 total downloads
- Latest version: 1.9.2
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.
Fody
by: Fody
- 270 total downloads
- Latest version: 6.8.0
Extensible tool for weaving .net assemblies.
EntityFramework.BulkInsert-ef6-ext
by: hugocl
- 4 total downloads
- Latest version: 6.0.3.1
Updated port of EntityFramework.BulkInsert from Codeplex site.
EFUtilities
by: Mikael Eliasson
- 26 total downloads
- Latest version: 1.0.2
Adds batch operations to Entity Framework when using MS Sql server
Foundatio
by: ejsmith bniemyjski
- 327 total downloads
- Latest version: 4.0.797
Pluggable foundation blocks for building distributed apps.
EPPlus
by: Jan Källman
- 9 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
FastReport.Compat
by: Fast Reports Inc.
- 26 total downloads
- Latest version: 2021.1.5
Common compatible types for FastReport .Net, Core and Mono
FluentFTP
by: J.P. Trosclair Harsh Gupta
- 22 total downloads
- Latest version: 16.2.3
An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads, SSL/TLS connections and FTP proxies.
Fizzler
by: colinramsay1980 azizatif
- 4 total downloads
- Latest version: 0.9.3
A .NET library to select items from a node tree based on a CSS selector. The default implementation is based on HTMLAgilityPack and selects from HTML documents. There over 140 unit tests - see below for more information. The tests are based on the jQuery selector engine tests. At this time, the library is BETA quality.
Fractions
by: Daniel Mueller
- 13 total downloads
- Latest version: 6.0.0
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
EFCore.BulkExtensions.SqlServer
by: borisdj
- 1 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server
FastMember
by: Marc Gravell
- 2 total downloads
- Latest version: 1.0.0.5
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
ExtendedNumerics.BigDecimal
by: Adam White Jan Christoph Bernack Rick Harker
- 17 total downloads
- Latest version: 2025.1004.0.247
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.