An interview with Martin Kavík, creator of the MoonZoon full-stack framework
For 1, you are probably thinking of ASP.net Web Forms though there's also ScriptSharp to transpile C# code into JS.
Ah, yeah I think you're right, it was web forms that I played around with at some point
I don't think you meant Web Forms nor Script# but rather, running Windows Forms in the browser as COM components:
https://weblogs.asp.net/spano/hosting-a-windows-form-control-in-a-web-page
It's a very old technology that worked only on IE because it's based on COM (a Windows technology). I once used it to create an editable table in a web page 15 years ago. Something that was hard to create using plain JS and HTML back then
For 1, you are probably thinking of ASP.net Web Forms though there's also ScriptSharp to transpile C# code into JS.
Ah, yeah I think you're right, it was web forms that I played around with at some point
I don't think you meant Web Forms nor Script# but rather, running Windows Forms in the browser as COM components:
https://weblogs.asp.net/spano/hosting-a-windows-form-control-in-a-web-page
It's a very old technology that worked only on IE because it's based on COM (a Windows technology). I once used it to create an editable table in a web page 15 years ago. Something that was hard to create using plain JS and HTML back then