top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How To Reuse Existing C# Class Definitions In TypeScript Projects?

0 votes
232 views

I Am Just Going To Start Use TypeScript In My HTML Client Project Which Belongs To A MVC Project With A Entity Framework Domain Model Already There. I Want My Two Projects (Client Side And Server Side) Totally Separated As Two Teams Will Work On This... JSON And REST Is Used To Communicate Objects Back And Forth.

Of Course, My Domain Objects On The Client Side Should Match The Objects On The Server Side. In The Past, I Have Normally Done This Manually. Is There A Way To Reuse My C# Class Definitions (Specially Of The POJO Classes In My Domain Model) To Create The Corresponding Classes In Typescript".

posted Dec 1, 2016 by Jdk

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

...