what is .NET

Started by
35 comments, last by uray 20 years, 8 months ago
i don''t understand what microsoft said... what is .NET ? just it...
Uray L. Meiviar
Advertisement
It's a whole bucketload of completely different stuff that they felt the need to put ".NET" after since they're numbnuts.

It's sorta like the "[productname] XP" bandwagon.

Basically, there's the .NET Framework (which is a bunch of stuff that can be used like the Win32 API), there's ASP.NET (web server stuff like ASP/PHP except geared to use .NET Framework stuff)

Then there's Visual Studio.NET which lets you write programs that use the .NET Framework (C# and VB.NET require the .NET Framework)

The .NET Framework also includes compilers for .NET -> Native Just-In-Time (JIT) compilation.

.NET assemblies are also COM compatible...

[edited by - Nypyren on July 25, 2003 2:42:22 PM]
.NET is a platform that can be compiled for. It''s basically a virtual machine, similar to java''s.
-~-The Cow of Darkness-~-
so what is .NET framework!!?
what is main advantage?
Uray L. Meiviar
mmmm...
so Sun Microsystem ----> Java
Microsoft ----> .NET

????
Uray L. Meiviar
The .Net platforum is basically Microsoft answer to Java and J2EE.

On the simplest level, .Net has virtual machine call the common language runtime (CLR) that needs to be installed on the target machine. It works like the Java virutal machine (BTW, if you have WINXP chances are you have the CLR already).

As far as development, the .Net framework allows for programs to be developed on a variety of languages and run on any machine running the CLR. Just like java.

The prefered programming language that the Devil''s company would like you to use is C#. Suprisingly, the Devil made C# and ISO standard. As such there many other vendors that sell C# environmnets. There even a couple of open source projects.

This is an oversimpfied explanation, visit the devil''s web site for more information.

I think its important to make the point that .NET programs do not run ontop of a virtual machine like java (usually) does. They are Just-In-Time compiled. Otherwise, the above desriptions are a good overview.
then what is different between C# and C/C++...
the different is just the devils company make some sensation?
Uray L. Meiviar
quote:Original post by uray
then what is different between C# and C/C++...
the different is just the devils company make some sensation?



C# is a new langauge. It has syntax similiar to java and was built with the .NET platform in mind (thats what MS says). I''ve been using it for about 6 months now and really like it. Give it a try if you got Visual Studio.
so if it similiar to Java then it likely similiar to C++ right...?,then the different is?
what make C# different from Java?
and what make C# different from C/C++?
Uray L. Meiviar

This topic is closed to new replies.

Advertisement