moh-hassan/odata2poco
generate POCO classes from OData service
This tool helps C# and TypeScript developers create data models for OData services. It takes an OData service's metadata (a description of its data structure) as input and automatically generates corresponding C# or TypeScript classes. These classes can then be used in your code to easily work with the data from the OData service, ensuring your data access is type-safe and reliable. This is for software developers who are building applications that consume data from OData endpoints, especially those working with SAP systems.
No commits in the last 6 months.
Use this if you are a C# or TypeScript developer needing to generate strongly typed classes from an OData service definition to simplify data consumption in your application.
Not ideal if you are not a C# or TypeScript developer, or if you are not interacting with OData services.
Stars
65
Forks
22
Language
C#
License
MIT
Category
Last pushed
Aug 24, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/moh-hassan/odata2poco"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...