|
Subject:
|
Can c++ be used to create a powerful web app?
|
|
Posted By:
|
larryfran
|
Post Date:
|
1/25/2006 2:33:48 AM
|
I'm just off the wikipedia site, reading on the concept of CLI, Bytecode, JIT, Managed C++, etc. It jdawns on me that Microsoft's .NET Framework( still a key part of VS 2005)makes C++ no longer a precompiled Lan tool anymore! The C++ code is precompiled by .NET engine to bytecode, which is transmitted to the user, then translated into machine code by .NET virtual machine on the users's computer, just before runtime. (Just In Time-- JIT)
This is exactly like what Java does. So .NET Framework makes C++ like Java?
Here is my question, if .NET Framework makes C++ portable now, why bother with C#? as web tool creating ADO.NET or ASP.NET applycations?
Can I stay with C++ to creat a powerful ASP.Net apps?
|
|
Reply By:
|
Ankur_Verma
|
Reply Date:
|
1/25/2006 5:52:19 AM
|
Larry your query has been replied at
http://p2p.wrox.com/topic.asp?TOPIC_ID=39139
And yes, posting the same query more than once is not appreciated at this forum.
Regards Ankur Verma
|
|