kristersz/TypeSync
Roslyn-based utility for keeping TypeScript code in sync with C# source in client-server web applications. Can be used for syncing DTOs, API consuming services and more.
TypeSync helps .NET and Angular developers keep their client-server web applications synchronized. It takes your C# Data Transfer Objects (DTOs) and API definitions, and automatically generates matching TypeScript models, Angular services, and validation logic. This ensures your frontend code accurately reflects your backend, reducing manual errors and saving development time.
No commits in the last 6 months.
Use this if you are building an Angular frontend that consumes ASP.NET Web APIs and you want to automate the generation of TypeScript code from your C# backend.
Not ideal if your web application does not use a C# ASP.NET backend with an Angular frontend, or if you prefer to manually write your TypeScript client code.
Stars
8
Forks
3
Language
C#
License
—
Category
Last pushed
May 28, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/kristersz/TypeSync"
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...