Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 763 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 763 Bytes

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.