Asp.Net Capabillities Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to programming and do not have a lot of experience really with any
platform.

My Question though is that i know that java has java applets which can be
used for creating games and stuff for the web.

what can be used for this sort of thing in the .net platform?

WStoreyII

Thanks Alot
 
what can be used for this sort of thing in the .net platform?

Winforms in IE... but it's pretty restrictive.

I would stick with Java Applets or Macromedia Flash.
 
WStoreyII said:
My Question though is that i know that java has java applets which can be
used for creating games and stuff for the web.

what can be used for this sort of thing in the .net platform?

net itself

but today is quite different
 
With net you can download active content on desktops (see no touch
deployment), and you can obtain best results than with applets.
But you need the runtime on the client, and today java runtime is more
frequently available than net runtime. Of course, in the future this will
change.
 

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