Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 357 Bytes

Welcome to StreamingApi Sample

Description

StreamingAPI is a very simple .Net 6 minimal API which demonstrates how to stream a large amount of data through a web api without consuming excessive memory.

Usage

The approch presented here can be helpful if you need for example to expose the content of a large file or database through an web api.