Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markpflug/sylvan.aspnetcore
A collection of ASP.NET Core libraries.
https://github.com/markpflug/sylvan.aspnetcore
asp-net-core content-negotiation csv
Last synced: 4 days ago
JSON representation
A collection of ASP.NET Core libraries.
- Host: GitHub
- URL: https://github.com/markpflug/sylvan.aspnetcore
- Owner: MarkPflug
- License: mit
- Created: 2021-11-12T22:55:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:15:14.000Z (4 months ago)
- Last Synced: 2024-11-09T04:10:08.566Z (5 days ago)
- Topics: asp-net-core, content-negotiation, csv
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Sylvan.AspNetCore
This repository is a sibling to the [Sylvan](https://github.com/MarkPflug/Sylvan) repository and is home to libraries specific to ASP.NET Core. The packages here build upon the [Sylvan.Data.Csv](https://github.com/MarkPflug/Sylvan) and [Sylvan.Data.Excel](https://github.com/MarkPflug/Sylvan.Data.Excel) packages to offer extremely efficient, and fully async implementations.
## [Sylvan.AspNetCore.Mvc.Csv](docs/Mvc.Csv.md)
A library that implements `text/csv` content negotiation for ASP.NET Core MVC APIs.
## [Sylvan.AspNetCore.Mvc.Excel](docs/Mvc.Excel.md)
A library that implements Excel content negotiation for ASP.NET Core MVC APIs.
## [Sylvan.AspNetCore.Http.Csv](docs/Http.Csv.md)
Provides a `CsvResult` type for ASP.NET minimal apis.
## [Sylvan.AspNetCore.Http.Excel](docs/Http.Excel.md)
Provides an `ExcelResult` type for ASP.NET minimal apis.
## [Sylvan.AspNetCore.Mvc.JsonData](docs/Mvc.JsonData.md)
Provides a JSON formatter to handle un-typed DbDataReader responses.