Can some tell me what is .net frame work
what is .net framework
Collapse
X
-
-
You could have looked this up for yourself... on wikipedia for example (wiki article about the .NET Framework)
-StewartLast edited by Frinavale; Oct 25 '12, 03:25 PM. Reason: Added contents to the link so that people reading the thread know what the link represents. -
A great resource for .NET articles is the MSDN Library. For example, check out this article titled "Overview of the .NET Framework".
The MSDN library contains many articles on how to use the components available to you in the .NET framework. It is my go-to resource when ever I have a question about anything related to .NET
-FrinnyComment
-
The .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large library and provides language interoperabilit y (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework.
The .NET Framework's Base Class Library provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. Programmers produce software by combining their own source code with the .NET Framework and other libraries. The .NET Framework is intended to be used by most new applications created for the Windows platform. Microsoft also produces an integrated development environment largely for .NET software called Visual StudioLast edited by Frinavale; Nov 19 '12, 02:25 PM. Reason: Removed the irrelevant link. Your answer is well formatted, informative, and helpful but spam is not tolerated on this forum. Refrain from posting links that are not relevant to helping to answer quesComment
Comment