Click here to Skip to main content
15,890,579 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralAbout "JIT"... Pin
Nitron28-Dec-02 13:15
Nitron28-Dec-02 13:15 
GeneralRe: About "JIT"... Pin
Rob Graham28-Dec-02 14:39
Rob Graham28-Dec-02 14:39 
GeneralRe: About "JIT"... Pin
James T. Johnson28-Dec-02 17:17
James T. Johnson28-Dec-02 17:17 
GeneralRe: About "JIT"... Pin
Nitron29-Dec-02 15:05
Nitron29-Dec-02 15:05 
GeneralRe: About "JIT"... Pin
James T. Johnson30-Dec-02 10:10
James T. Johnson30-Dec-02 10:10 
GeneralProgramatically displaying dropdown menus from toolbars Pin
Arun Bhalla26-Dec-02 16:08
Arun Bhalla26-Dec-02 16:08 
Questionwhat is needed Pin
karanba26-Dec-02 2:03
karanba26-Dec-02 2:03 
AnswerRe: what is needed Pin
Stephane Rodriguez.26-Dec-02 5:13
Stephane Rodriguez.26-Dec-02 5:13 
karanba wrote:
VS7.0

That's not meaning much. You've got to tell us whether you are using VC++.NET, VC#.NET, ...
And even if you use VC++.NET, you may quite well not use managed C++ at all, thus remain with WIN32/MFC/ATL/STL libs. managed C++ uses the .NET framework to compile and run, while standard C++ does not.



karanba wrote:
Does it run in windows 95/98/me/XP...

The .NET run-time runs on 98 oses+. The light .NET run-time known as the compact framework runs on pocket PCs.


karanba wrote:
I think the new .NET Framework much like java and today most of the computers have JVM to run java programs. What is JVM equal in .NET Framework and how to get it.

The .NET framework is a commercial name for the .NET virtual machine, also known as the CLR. It directly competes with the JVM, so much that MS even provides a bridge to translate java code to .NET compliant code.
Often, people use the .NET framework words to refer to the FCL (framework class library).

If you build an app with C#, VB.NET, managed C++, or other .NET languages, you need to distribute the .NET run-time as well. Which is 22MB. Lookup MSDN or google with that keyword : dotnetfx.exe


A few terms :
- .NET framework : core .NET package
- CLR : common language runtime ( = .NET run-time )
- CLI : common language infrastructure (design)
- CTS : common type system (string, int, ...)
- FCL : framework class library
- VisualStudio 7 : latest MS IDE (used for ASP.NET as well)
- VisualStudio 7.1 (codename Everett) : in beta until feb (I believe)
- .NET run-time 1.0 : Feb2002 RTM run-time
- .NET run-time 1.1 : beta run-time for .NET (along with Everett)
(embeds the compact framework)
- Visual Studio .NET = Visual Studio 7.x
GeneralRe: what is needed Pin
karanba27-Dec-02 0:28
karanba27-Dec-02 0:28 
GeneralRe: what is needed Pin
Stephane Rodriguez.27-Dec-02 1:23
Stephane Rodriguez.27-Dec-02 1:23 
GeneralRe: what is needed Pin
James T. Johnson28-Dec-02 17:42
James T. Johnson28-Dec-02 17:42 
GeneralRe: what is needed Pin
karanba5-Jan-03 6:30
karanba5-Jan-03 6:30 
AnswerRe: what is needed Pin
fesenjoon31-Dec-02 5:36
fesenjoon31-Dec-02 5:36 
GeneralRemoting issue Pin
Ludwig Stuyck25-Dec-02 8:13
Ludwig Stuyck25-Dec-02 8:13 
GeneralRe: Remoting issue Pin
SHaroz27-Dec-02 8:23
SHaroz27-Dec-02 8:23 
GeneralRe: Remoting issue Pin
Ludwig Stuyck27-Dec-02 8:42
Ludwig Stuyck27-Dec-02 8:42 
GeneralRe: Remoting issue Pin
lustuyck30-Dec-02 2:23
lustuyck30-Dec-02 2:23 
GeneralSorry, Don't know Pin
SHaroz30-Dec-02 6:17
SHaroz30-Dec-02 6:17 
GeneralRe: Remoting issue Pin
leppie30-Dec-02 7:24
leppie30-Dec-02 7:24 
GeneralRe: Remoting issue Pin
Rob Graham30-Dec-02 8:18
Rob Graham30-Dec-02 8:18 
GeneralPOP3 Pin
Venkatraman23-Dec-02 21:00
Venkatraman23-Dec-02 21:00 
GeneralRe: POP3 Pin
James T. Johnson23-Dec-02 21:32
James T. Johnson23-Dec-02 21:32 
GeneralRe: POP3 Pin
Rocky Moore23-Dec-02 22:23
Rocky Moore23-Dec-02 22:23 
GeneralDocking Windows Pin
Dan S.23-Dec-02 11:10
Dan S.23-Dec-02 11:10 
GeneralRe: Docking Windows Pin
Ray Cassick23-Dec-02 11:33
Ray Cassick23-Dec-02 11:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.