answersLogoWhite

0


Best Answer

.NET Framework 4.0 supports 96 languages....

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

.NET supports a number of programming languages such as Visual C#, Visual basic .NET, Visual F#, Visual C++ .NET, managed C++ extensions, scripting languages such as VBScript, Jscript.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

c#

J#

VB

c++

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Dot Net supports 404 languages

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

44

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many languages net framework 4.0 supports?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many languages net framework supports?

.NET supports 61 programming languages. In these 9 Microsoft Languages and 52 are non-Microsoft Languages


How many languages net framework 3.5 supports?

.NET supports 61 programming languages. In these 9 Microsoft Languages and 52 are non-Microsoft Languages


How many languages will support net?

.Net framework 3.5 supprted 90 languages.


Explain the difference between net platform and dot net framework?

.net platform supports programming languages that are .net compatible. It is the platform using which we can build and develop the applications. .net framework is the engine inside the .net platform which actually compiles and produces the executable code. .net framework contains CLR(Common Language Runtime) and FCL(Framework Class Library) using which it produces the platform independent codes.


What provides a large programming library for the NET languages?

The .NET Framework, as that is it's purpose. It IS the library for the .NET languages... hence the name.


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


.net is the programming language?

No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.


How does net framework support interoperation among various languages?

dgdgdd


What languages come under net framework?

Type your answer here... c# vb.net asp.net


What is the difference between .net and .NET framework?

The .NET Framework and .NET are related but different technologies: .NET Framework - This is Microsoft's original implementation of .NET for building applications that run on Windows. The .NET Framework provides a runtime environment and libraries for .NET applications. It was first released in 2002. .NET - This is the current evolution of the original .NET Framework. Whereas .NET Framework was Windows-only, .NET is a cross-platform, open-source implementation that runs on Windows, Linux, macOS, etc. It supports more modern application scenarios like cloud, mobile, and web apps. Some key differences: .NET Framework only runs on Windows. .NET runs cross-platform. .NET Framework is closed source. .NET is open source. .NET Framework is only supported by Microsoft. .NET is supported by Microsoft and the .NET community. .NET Framework is legacy technology. .NET represents the current direction. .NET has unified frameworks like .NET Core and .NET 5+. .NET Framework had separate versions like .NET Framework 3.5, 4.0, etc. In summary: .NET Framework is the original Windows-only .NET released in 2002. .NET is the new open-source, cross-platform version of .NET, representing the future direction. Read full guide at Msckey blog.


Are VB.NET and .NET the same thing?

No, they are not the same thing. .NET (dot net) refers to the .NET Framework that can be utilised by any programming language that conforms to the Common Language Infrastructure (CLI). The .NET Framework is primarily composed of the Common Language Runtime (CLR) and the Framework Class Library (FCL). Visual Basic .NET (VB.NET) is just one of many CLI-compliant languages available. VB.NET is dependent upon .NET.


What are the Similarities between c and .Net?

Many syntaxs are very similar in both the languages C and C# .NET. C++ supports Object Oriented Programming and .NET also supports that. Infact C++ is derived from C language and C# .NET is derived from C++ language.