New language ?

  • Thread starter Thread starter Jarod
  • Start date Start date
J

Jarod

Hey
Is there any plan to develop .net lang for client side development like
javascript ? It would be quite nice to develop client side code in C# and
server side code in C# ;) and if IE has built in .net it will be possible ?
Jarod
 
Jarod said:
Hey
Is there any plan to develop .net lang for client side development
like javascript ? It would be quite nice to develop client side code
in C# and server side code in C# ;) and if IE has built in .net it
will be possible ? Jarod

It's already possible (but I don't know any details) to use .Net forms
in an "ActiveX" way on the browser.

BUT: for this to work, the user has to have the framework installed
AND the browser needs to accept it. This will mean you will limit
your audience to IE on modern Windows machines.

Hans Kesting
 
Have you been reading about AJAX.NET
i think this is it!

Yes, I know what AJAX is and I also now there is going to be ATLAS library
for ASP.Net ;) But you still need to write a javascript code.
Jarod
 
the MS solution is what they all "smart" clients, basically a .net applet
hosted/downloaded by the browser. this is almost the same as writting java
applets (and they run in a simular sandbox).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top