what is .net framework

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syedshaffee
    New Member
    • Jan 2012
    • 91

    what is .net framework

    Can some tell me what is .net frame work
    Last edited by Meetee; Oct 18 '12, 12:06 PM. Reason: code tags removed
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    You could have looked this up for yourself... on wikipedia for example (wiki article about the .NET Framework)

    -Stewart
    Last 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.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      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

      -Frinny

      Comment

      • Algernoncharles
        New Member
        • Nov 2012
        • 1

        #4
        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 Studio
        Last 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 ques

        Comment

        Working...