Hacker News new | ask | show | jobs
by Revex 4447 days ago
Seems pretty neat. Sort of like a GWT for .Net. Except with the added benefit of being able to go into an intermediary form of TypeScript.

I see something like this really being beneficial when building a Single Page Application, or porting a Desktop Application to a SPA.

1 comments

I get you can port some code,but you're not going to port your xaml code to javascript with this.How do you write dom manipulation in C# then compile it directly to usable javascript?