Vous êtes sur la page 1sur 1

The .Net framework has integrated few main languages and other existingtechnologies within it.

They
are C, C++, J++, VB.NET, ASP.NET, Scripting Languages-JScript.NET, ADO.NET, COM and COM+.
ASP.NET :-
ASP is upgraded to ASP.NET on .Net Framework. The coding can be done directly inany of C#, VB.NET or
JScript.NET. The code is compiled into classes which respond to the webrequests. Because of backward
compatibility the ASP code still continues to run on this new platform.
COM and COM+ :-
The COM+ remains as an important tool in .NET. COM works on .NET because of backward compatibility.
Now on .NET Framework, calling and managing thecomponents has become easy because .NET
incorporates the COM interoperability feature.
J++ :-
No updating are made to this language. It is supported on .Net only for backwardcompatibility. There is
much similarity between the J++ and C# syntax, So a tool which convertsthe J++ code to C# code is
provided by .NET. Using this tool we can use convert J++ applicationto C# and use the facilities provided
to C# language.

Vous aimerez peut-être aussi