Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate JS from the C#.NET code

Some time ago (like 3 or 4 years) I heard about ability to generate JavaScript (client) code based on C#.NET source code. I don't remember details, probably that was for validation purposes only...

If you know something about that, could you please remind?

Thanks a lot.

P.S. Any thoughts are welcome.

like image 642
Budda Avatar asked Jan 29 '26 10:01

Budda


1 Answers

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

  • SharpKit - http://sharpkit.net/
  • Script# - http://projects.nikhilk.net/ScriptSharp
like image 196
Greg Avatar answered Feb 01 '26 02:02

Greg