How to generate JS from C # .NET code

Some time ago (for example, 3 or 4 years), I heard about the possibility of generating JavaScript (client) code based on C # .NET source code. I don’t remember the details, maybe it was only for verification purposes ...

If you know something about this, could you recall?

Many thanks.

PS Any thoughts are welcome.

+3
source share
3 answers

I know two such projects. They compile C # code into client-side JavaScript.

+5
source

, Script #.

# JavaScript.

+1

, - xVal http://xvalwebforms.codeplex.com/.

I believe MVC2 comes with something like this, baked.

0
source

Source: https://habr.com/ru/post/1773075/


All Articles