SitePoint Sponsor

User Tag List

Results 1 to 13 of 13

Thread: .NET Frame work?

  1. #1
    SitePoint Member decent's Avatar
    Join Date
    May 2011
    Location
    Earth
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    .NET Frame work?

    Hello friends,
    Today I downloaded a software and when I try to install it, it give me pop message. "You need to install .NET frame work to run this software"
    Can someone tell me what is .NET frame work?
    Regards.

  2. #2
    SitePoint Wizard
    Join Date
    Oct 2007
    Location
    Boston, MA
    Posts
    1,358
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    means you need to install the .net framework.
    here is the link to download it http://www.microsoft.com/downloads/e...5-b386f32c0992
    current version is 4

  3. #3
    SitePoint Member decent's Avatar
    Join Date
    May 2011
    Location
    Earth
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by webcosmo View Post
    means you need to install the .net framework.
    here is the link to download it http://www.microsoft.com/downloads/e...5-b386f32c0992
    current version is 4
    Thanks, I know that I need to install that software to run that software as I have mentioned before but I want to know what type of this software is?
    and whats its purpose...?

  4. #4
    Non-Member
    Join Date
    Jun 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .net framework is rich application ,you can built many application like as console base ,window base and web based.
    thank

  5. #5
    SitePoint Mentor NightStalker-DNS's Avatar
    Join Date
    Jul 2004
    Location
    Cape Town, South Africa
    Posts
    2,747
    Mentioned
    17 Post(s)
    Tagged
    0 Thread(s)
    The .NET frame works is Microsofts Code Libraries. So if an application is written in .NET, then you need the .NET framework for your computer to understand how to execute it. Every language requires tools to be installed to execute code. PHP, Python, etc. .NET is no different.

  6. #6
    SitePoint Member decent's Avatar
    Join Date
    May 2011
    Location
    Earth
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by NightStalker-DNS View Post
    The .NET frame works is Microsofts Code Libraries. So if an application is written in .NET, then you need the .NET framework for your computer to understand how to execute it. Every language requires tools to be installed to execute code. PHP, Python, etc. .NET is no different.
    Thanks for the help mate...!

  7. #7
    SitePoint Enthusiast
    Join Date
    Jul 2008
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you will get better idea by visiting
    .NET Framework - Wikipedia, the free encyclopedia
    » http://www.fla-shop.com - Interactive maps for websites
    » Flash Maps for web developers

  8. #8
    SitePoint Member
    Join Date
    Jul 2011
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The .NET Framework is an "API", Class Library, and Runtime for Windows programming. It mostly encapsulates the native win32 API, makes programming much easier, and adds lots and lots of features.

    Most Windows apps are now build using C# and .NET Framework.

  9. #9
    SitePoint Member jack_lee's Avatar
    Join Date
    Jun 2011
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    go to microsoft sites.. and u can download there ... its free


    try google help.. everything is there

    Quote Originally Posted by decent View Post
    Hello friends,
    Today I downloaded a software and when I try to install it, it give me pop message. "You need to install .NET frame work to run this software"
    Can someone tell me what is .NET frame work?
    Regards.

  10. #10
    SitePoint Member pratap295's Avatar
    Join Date
    Jul 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The .NET Framework is a software technology that is available with several Microsoft Windows operating systems.The .net library was written and offered for free by Microsoft to allow common functionality across different technologies. It includes a large library of pre-coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering and is intended to be used by most new applications created for the Windows platform.

  11. #11
    SitePoint Member
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the thing is that the program that you are trying to install was made using .net so you have to have it for that software to work. .Net is an application development framework for making rich windows applications. It also has a subset asp.net which is used to create websites. And to make .net application you have to use visual studio.net 2005 or later versions

  12. #12
    SitePoint Member
    Join Date
    Jul 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by payday_loan1 View Post
    You have to download it or upgrade your O.S
    Download what?? You can download .net framework from microsoft. When you run any application which was made using .net it will automatically download .net framework while installing.

    And if you are referring to visual studio. You can download that too from microsoft website..

  13. #13
    SitePoint Member
    Join Date
    Jul 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by http://en.wikipedia.org/wiki/.NET_Framework
    The .NET Framework (pronounced dot net) is a software framework that runs primarily on Microsoft Windows. It includes a large library and supports several programming languages which allows language interoperability (each language can use code written in other languages). The .NET library is available to all the programming languages that .NET supports. 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 important 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 a popular integrated development environment largely for .NET software called Visual Studio.
    Goto here:Microsoft Corporation: Software, Smartphones, Online, Games, Cloud Computing, IT Business Technology, Downloads and download framework its free
    Last edited by Mittineague; Jul 28, 2011 at 00:25. Reason: attribution

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •