All Projects → lukeautry → Dotnetwebsdk

lukeautry / Dotnetwebsdk

Library for generating TypeScript classes/AJAX wrapper from .NET model classes

Overview

Keeping your .NET classes in sync with your client-side (web-based) code is annoying and a breeding ground for bugs. What if you could have a single source of truth in your C# code?

The concept is already well known with ORMs, notably Entity Framework. Your build your POCOs, register them properly, and the database schema with the correct relationships is automatically built out by EF. You've probably heard the term "code first migrations" in EF.

The goal of this project is to implement something similar to code first migrations, except instead of .NET models => Database Schema, it's .NET models => TypeScript model classes and an API access layer for AJAX calls.

Usage

Coming soon. Check out http://lukeautry.com/Blog/BuildingDotNetWebSDK to read more about the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].