answersLogoWhite

0


Best Answer

Some of the platform technologies supported by .NET Framework are:

n ADO.NET

n ASP.NET

n VB.NET

User Avatar

Archibald Bernier

Lvl 10
10mo ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which are platform technologies supported by net framework?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which are the Platform technologies supported by NET framework?

Some of the platform technologies supported by .NET Framework are: n ADO.NET n ASP.NET n VB.NET


Is there any project that run platform independent in dot net platform?

No. The .NET framework is a Windows-specific framework.


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.


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 does NET framework comprised off?

From the above discussion, you can broadly make out that the .NET Framework is an environment for the developers. It mainly comprised of programming methodology and technologies. To understand the .NET Framework, we should explore three major areas l Programming Methodologies l Platform Technologies l Code Execution Programming Methodology On the Programming Methodology side, an interesting thing about .NET is that it allows for mixed language programming. By designing from the ground up a specification that is common to all the languages hat work in .NET Framework, by designing a type system that all those languages support, and by specifically designing an intermediate language that all those languages compile into; before they compile in native code. Platform Technologies In Platform technologies, we will mainly go through -- ADORNED, Internet technologies and User interface designing. The following paragraphs talks about these topics. Code Execution The interesting thing about code execution on .NET framework is, when we hear about .NET, we think, that it is particular to Interlaced computers. But it is certainly not. The standardized common language infrastructure is completely architecture-neutral. The whole purpose of making it standard and putting it in the public domain was so that that infrastructure could be implemented on any platform whatsoever. The whole idea is that we are neutral in terms of the architecture.


Which are the platform technologies suported by net frame-work?

Platform technologies - .NET In my opinion, .NET is an advanced developer friendly platform developed by Microsoft, which is meant to develop applications for different requirements,different domains and different architecture(like web apps or windows apps). The technology that support to do this is the .NET platform technologies, which are the technologies like ADO.NET, ASP.NET,VB.NET, Windows forms, C#, internet technologies,J++,C++,Scripting languages- these are a few of them there are many more when we talk about .NET platform technology, any thing thing that is built in to .NET to make it a unique platform are platform technologies.


Which are the platform technologies suported by .net frame work?

Platform technologies - .NET In my opinion, .NET is an advanced developer friendly platform developed by Microsoft, which is meant to develop applications for different requirements,different domains and different architecture(like web apps or windows apps). The technology that support to do this is the .NET platform technologies, which are the technologies like ADO.NET, ASP.NET,VB.NET, Windows forms, C#, internet technologies,J++,C++,Scripting languages- these are a few of them there are many more when we talk about .NET platform technology, any thing thing that is built in to .NET to make it a unique platform are platform technologies.


Why Microsoft net technologies are called by the name?

Microsoft created the programs on the .Net Framework.


Is Net framework platform independent?

Yes. no .net is not platform independent is supports on OS .... as is need clr for Linux to support it but till now .net platform is not independent ...


What is best whether dot net or java?

The .NET framework can only be used to write Windows programs using C#, F# and Visual Basic, whereas Java can be used to write programs for any supported platform.


Why dotnet is not platform independent?

Microsoft's .NET framework is only officially supported for Windows platforms and makes heavy use of the Windows API. If it were platform independent, code written on one system would work on other systems.


How net is the frame work for c?

It isn't. The .NET framework is the backbone of C#, F# and Visual Basic, all of which are dependent upon the Microsoft Windows platform, whereas C is a cross-platform language.