https://github.com/damienbod/aspnetcoreodata
ASP.NET Core OData
https://github.com/damienbod/aspnetcoreodata
aspnet-core ef-core ms-sql-server odata
Last synced: 5 months ago
JSON representation
ASP.NET Core OData
- Host: GitHub
- URL: https://github.com/damienbod/aspnetcoreodata
- Owner: damienbod
- License: mit
- Created: 2018-10-10T18:22:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T10:53:00.000Z (over 3 years ago)
- Last Synced: 2025-02-02T07:51:15.628Z (about 1 year ago)
- Topics: aspnet-core, ef-core, ms-sql-server, odata
- Language: C#
- Homepage: https://damienbod.com/2018/10/12/odata-with-asp-net-core/
- Size: 46.5 MB
- Stars: 55
- Watchers: 5
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OData with ASP.NET Core
Part 1: OData with ASP.NET Core
https://damienbod.com/2018/10/12/odata-with-asp-net-core/
Part 2: Using an OData Client with an ASP.NET Core API
https://damienbod.com/2018/10/18/using-an-odata-client-with-an-asp-net-core-api/
## Database
Scaffold-DbContext "Data Source="your_sql_instance"\sqlexpress;Initial Catalog=AdventureWorks2016;Integrated Security=True" Microsoft.EntityFrameworkCore.SqlServer -OutputDir DatabaseNew
https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks
https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/existing-db
## Links
https://blogs.msdn.microsoft.com/odatateam/2018/07/03/asp-net-core-odata-now-available/
http://odata.github.io/
http://azurecoder.net/2018/02/19/creating-odata-api-asp-net-core-2-0/
https://dotnetthoughts.net/getting-started-with-odata-in-aspnet-core/
## Links ASP.NET
https://github.com/damienbod/WebAPIODataV4
## History
2020-11-22 Updated to .NET 5, EF Core 5, updated scaffolded model
2020-09-16 Updated STS to IdentityServer4 4.1.0 , nuget packages
2020-07-06 Updated STS to IdentityServer4 4.0.2 and dotnet core 3.1
2019-05-03 Updated packages
2019-02-26 Updated to latest .NET Core 2.2
2018-10-18 Updated to .NET Core 2.2