你的位置: 码友网首页 / 资讯源列表 / Development With A Dot - ASP.NET Core OData Part 1

关于[Development With A Dot - ASP.NET Core OData Part 1]的摘要:

OData is an open standard for making an object-oriented domain model available as an HTTP REST interface.In a nutshell, it provides a specification for returning domain models as result of HTTP requests, querying them over the URL and even creating functions and actions over the domain model. In what .NET Core is concerned, it is a way by which you can expose your Entity Framework Core – or any other ORM that has a LINQ interface - to the web, without writing too much boilerplate code, as an ASP.NET Core Web API. It is surprising that not many people know about OData, also, there are some caveats to it and not much documentation on using it with ASP.NET Core, so I decided to write a few posts on the subject. Here is the first!

原文地址: https://weblogs.asp.net/ricardoperes/asp-net-core-odata-part-1

收录时间: 2020-06-09 浏览量: 1351 分类: ASP.NET Core

| 0 收藏 | 0