Code Monkey home page Code Monkey logo

abpvnextodatademo's Introduction

AbpvnextOdataDemo

中文文档

This project illustrates a simple approach towards ABP VNEXT working with ODATA. I think it is still a side-by-side implementation.

Introduction

ABP VNEXT project does not provide a nuget package supporting OData. You should setup everything by yourself. Base ABP VNEXT project is the tutorial project(generated by abp cli) in abp.io

ABP VNEXT uses auto-generated WebAPI controller mechanism. Hense I disable the RemoteService and write a custom controller to configure OData and route it manually.

Usage

Set TodoApp.HttpApi.Api.Host as starting project and run.

GET /api/app/Todo to start an OData Query. e.g. /api/app/Todo?$count=true. Visit /api/app/$metadata#Todo to get edm schema of the DTO.

Disclaimer

This project is just a demo. It is not well designed in OData part. Never use it in production.

Related

I will write posts on this approach.

There are several posts(Chinese) about OData which might be helpful for leveraging OData.

abpvnextodatademo's People

Contributors

circler3 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.