Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

I just have a quick question about creating real-time apps. I've used VB.Net for all of my apps thus far, and moving onto C# here pretty soon. But, what is the best language (besides JAVA) to write real-time apps? I have a web server that supports all VS.Net, ASP.Net, etc., and I have experience in ASP and VB right now. What would you suggest, and what are the pros and cons that I will be facing? Any input would be greatly appreciated.

 

Thanks,

 

Chris

if(computer.speed == "slow")
    {  
       hamster.feed();  
    }
if(computer.speed == "really slow")
    {  
        hamster.kill();
        BuyNewHamster();
    }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...