An example C# .Net Core console application showing how to use an appsettings.json file to populate an IConfigurationRoot object and to then access it in another class via Dependency Injection.
An example C# .Net Core MVC web application showing how to use OData to query tables in the AdventureWorks sample SQL database. The resulting OData is also usable as a data source in Bootstrap Table and DataTables HTML tables.
An example Azure Function which demonstrates how to retrieve images from a remote file store like Azure Blob Storage or AWS S3 and optionally resize them.