Net framework 4 windows 2003 x64

The Microsoft .NET Framework 4 is a software component which can be added to the Microsoft Windows operating system.

Microsoft .NET Framework 4.0.30319.1

The Microsoft .NET Framework 4 is a software component which you can add to the Microsoft Windows operating system. It provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the framework.

The Microsoft .NET Framework 4 focuses on the core pillars of developer experience, support for the latest platforms, targeted experiences for specific application types, and core architecture improvements.

The Microsoft .NET Framework 4 is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.

The pre-coded solutions in the namespaces form the framework’s class library and cover a large range of programming needs in areas including the user interface, data access, cryptography, web application development, numeric algorithms, and network communications. The programmers use functions of the class library and combine them with their own code to produce applications.

Programs written for the .NET Framework execute in a software environment that manages the program’s runtime requirements. This runtime environment, which is also a part of the .NET Framework, is known as the Common Language Runtime (CLR).

The CLR provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. The CLR also provides other important services such as security mechanisms, memory management, and exception handling.

The class library and the CLR together compose the .NET Framework. The framework is intended to make it easier to develop computer applications and to reduce the vulnerability of applications and computers to security threats.

Microsoft .NET Framework 4 new features and improvements:

  • Improvements in Common Language Runtime (CLR) and Base Class Library (BCL)
  • Innovations in the Visual Basic and C# languages, for example statement lambdas, implicit line continuations, dynamic dispatch, and named/optional parameters.
  • Improvements in Data Access and Modeling
  • Improvements in Windows Presentation Foundation (WPF)
  • Enhancements to ASP.NET
  • Improvements to Windows Workflow (WF) that enable developers to better host and interact with workflows.
  • Improvements to Windows Communication Foundation (WCF). Such as support for WCF Workflow Services enabling workflow programs with messaging activities, correlation support. Additionally. .NET Framework 4 provides new WCF features such as service discovery, routing service, REST support, diagnostics, and performance.
  • Innovative new parallel programming features such as parallel loop support, Task Parallel Library (TPL), Parallel LINQ (PLINQ), and coordination data structures which let developers harness the power of multi-core processors.

What;s New in Microsoft .NET Framework 4:

  • Improvements in Common Language Runtime (CLR) and Base Class Library (BCL)
    • Performance improvement including better multicore support, background garbage collection, and profiler attach on server.
    • New memory mapped file and numeric types.
    • Easier debugging including dump debugging, Watson minidumps, mixed mode debugging for 64 bit and code contracts.
    • For a comprehensive list of enhancements to CLR and BCL go here.
  • Innovations in the Visual Basic and C# languages, for example statement lambdas, implicit line continuations, dynamic dispatch, and named/optional parameters.
  • Improvements in Data Access and Modeling
    • The Entity Framework enables developers to program against relational databases using .NET objects and Language Integrated Query (LINQ). It has many new features, including persistence ignorance and POCO support, foreign key associations, lazy loading, test-driven development support, functions in the model, and new LINQ operators. Additional features include better n-tier support with self-tracking entities, customizable code generation using T4 templates, model first development, an improved designer experience, better performance, and pluralization of entity sets.
    • WCF Data Services is a component of the .NET Framework that enables you to create REST-based services and applications that use the Open Data Protocol (OData) to expose and consume data over the Web. WCF Data Services has many new features, including enhanced BLOB support, data binding, row count, feed customization, projections, and request pipeline improvements. Built-in integration with Microsoft Office 2010 now makes it possible to expose Microsoft Office SharePoint Server data as an OData feed and access that data feed by using the WCF Data Services client library.
  • Enhancements to ASP.NET
    • More control over HTML, element IDs and custom CSS that make it much easier to create standards-compliant and SEO-friendly web forms.
    • New dynamic data features including new query filters, entity templates, richer support for Entity Framework 4, and validation and templating features that can be easily applied to existing web forms.
    • Web forms support for new AJAX library improvements including built-in support for content delivery networks (CDNs).
  • Improvements in Windows Presentation Foundation (WPF)
    • Added support for Windows 7 multi-touch, ribbon controls, and taskbar extensibility features.
    • Added support for Surface 2.0 SDK.
    • New line-of-business controls including charting control, smart edit, data grid, and others that improve the experience for developers who build data centric applications.
    • Improvements in performance and scalability.
    • Visual improvements in text clarity, layout pixel snapping, localization, and interoperability.
  • Improvements to Windows Workflow (WF) that enable developers to better host and interact with workflows. These include an improved activity programming model, an improved designer experience, a new flowchart modeling style, an expanded activity palette, workflow-rules integration, and new message correlation features. The .NET Framework 4 also offers significant performance gains for WF-based workflows.
  • Improvements to Windows Communication Foundation (WCF) such as support for WCF Workflow Services enabling workflow programs with messaging activities, correlation support. Additionally, .NET Framework 4 provides new WCF features such as service discovery, routing service, REST support, diagnostics, and performance.
  • Innovative new parallel-programming features such as parallel loop support, Task Parallel Library (TPL), Parallel LINQ (PLINQ), and coordination data structures which let developers harness the power of multi-core processors.

Homepage – https://www.microsoft.com/net/framework

Supported Operating Systems:

Windows 7; Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 R2 x64 editions; Windows Server 2003 Service Pack 2; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2; Windows XP Service Pack 3.

The .NET Framework is Microsoft’s comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

The .NET Framework 4 works side by side with older Framework versions. Applications that are based on earlier versions of the Framework will continue to run on the version targeted by default.

The Microsoft .NET Framework 4 provides the following new features and improvements:

* Improvements in Common Language Runtime (CLR) and Base Class Library (BCL)

* Performance improvement including better multicore support, background garbage collection, and profiler attach on server.

* New memory mapped file and numeric types.

* Easier debugging including dump debugging, Watson minidumps, mixed mode debugging for 64 bit and code contracts.

* For a comprehensive list of enhancements to CLR and BCL go here.

* Innovations in the Visual Basic and C# languages, for example statement lambdas, implicit line continuations, dynamic dispatch, and named/optional parameters.

* Improvements in Data Access and Modeling

* The Entity Framework enables developers to program against relational databases using .NET objects and Language Integrated Query (LINQ). It has many new features, including persistence ignorance and POCO support, foreign key associations, lazy loading, test-driven development support, functions in the model, and new LINQ operators. Additional features include better n-tier support with self-tracking entities, customizable code generation using T4 templates, model first development, an improved designer experience, better performance, and pluralization of entity sets. For more information go here.

* WCF Data Services is a component of the .NET Framework that enables you to create REST-based services and applications that use the Open Data Protocol (OData) to expose and consume data over the Web. WCF Data Services has many new features, including enhanced BLOB support, data binding, row count, feed customization, projections, and request pipeline improvements. Built-in integration with Microsoft Office 2010 now makes it possible to expose Microsoft Office SharePoint Server data as an OData feed and access that data feed by using the WCF Data Services client library. For more information go here.

* Enhancements to ASP.NET

* More control over HTML, element IDs and custom CSS that make it much easier to create standards-compliant and SEO-friendly web forms.

* New dynamic data features including new query filters, entity templates, richer support for Entity Framework 4, and validation and templating features that can be easily applied to existing web forms.

* Web forms support for new AJAX library improvements including built-in support for content delivery networks (CDNs).

* For a comprehensive list of enhancements to ASP.NET go here.

* Improvements in Windows Presentation Foundation (WPF)

* Added support for Windows 7 multi-touch, ribbon controls, and taskbar extensibility features.

* Added support for Surface 2.0 SDK.

* New line-of-business controls including charting control, smart edit, data grid, and others that improve the experience for developers who build data centric applications.

* Improvements in performance and scalability.

* Visual improvements in text clarity, layout pixel snapping, localization, and interoperability.

* For a comprehensive list of enhancements to WPF go [here](https://msdn.microsoft.com/en-us/library/bb613588(VS.100).aspx).

* Improvements to Windows Workflow (WF) that enable developers to better host and interact with workflows. These include an improved activity programming model, an improved designer experience, a new flowchart modeling style, an expanded activity palette, workflow-rules integration, and new message correlation features. The .NET Framework 4 also offers significant performance gains for WF-based workflows. For a comprehensive list of enhancements to WF go [here](https://msdn.microsoft.com/en-us/library/dd489410(VS.100).aspx).

* Improvements to Windows Communication Foundation (WCF) such as support for WCF Workflow Services enabling workflow programs with messaging activities, correlation support. Additionally, .NET Framework 4 provides new WCF features such as service discovery, routing service, REST support, diagnostics, and performance. For a comprehensive list of enhancements to WCF go [here](https://msdn.microsoft.com/en-us/library/dd456789(VS.100).aspx).

* Innovative new parallel-programming features such as parallel loop support, Task Parallel Library (TPL), Parallel LINQ (PLINQ), and coordination data structures which let developers harness the power of multi-core processors.

__System requirement__

Supported operating systems: Windows 7, Windows 7 Service Pack 1, Windows Server 2003 Service Pack 2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2008 R2 SP1, Windows Vista Service Pack 1, Windows XP Service Pack 3

* Windows XP SP3

* Windows Server 2003 SP2

* Windows Vista SP1 or later

* Windows Server 2008 (not supported on Server Core Role)

* Windows 7

* Windows Server 2008 R2 (not supported on Server Core Role)

* Windows 7 SP1

* Windows Server 2008 R2 SP1

Supported Architectures

* x86

* x64

* ia64 (some features are not supported on ia64 for example, WPF)

Hardware Requirements

* Recommended Minimum: Pentium 1 GHz or higher with 512 MB RAM or more

* Minimum disk space:

* x86 — 850 MB

* x64 — 2 GB

Prerequisites

* [Windows Installer 3.1](https://www.microsoft.com/downloads/details.aspx?familyid=889482fc-5f56-4a38-b838-de776fd4138c&displaylang=en) or later

* [Internet Explorer 5.01](https://www.microsoft.com/windows/downloads/ie/getitnow.mspx) or later

__Instructions__

1. Important: Make sure that your computer has the latest Windows service pack and critical updates. To find security updates, visit [Windows Update](https://www.windowsupdate.com/). If you are installing on XP 64 bit or Windows 2003 you might need to install the Windows Imaging Component. The Windows Imaging Component 32 bit can be found [here](https://www.microsoft.com/downloads/details.aspx?FamilyID=8E011506-6307-445B-B950-215DEF45DDD8). The Windows Imaging Component 64 bit can be found [here](https://www.microsoft.com/downloads/details.aspx?familyid=F64654AC-6E26-41D9-A90A-0E7783B864EE).

2. On this page, locate the Download button and then click it to start the download.

3. To start the installation immediately, click Run.

4. To save the download to your computer so that you can install it later, click Save.

5. To cancel the installation, click Cancel.

30795

Автор: admin

Отредактировано: 18.05.2018


Заметка обновляется. Ссылки для скачивания внизу.

Интересный факт. Официально о разработке .NET было объявлено 13 января 2000 года, в день когда Билл Гейтс официально объявил о передаче поста главы Microsoft Стиву Балмеру. В этот день руководством корпорации была озвучена новая стратегия компании, получившая название Next Generation Windows Services (сокр. NGWS,рус. Новое поколение служб Windows). Новая стратегия должна была объединить в единый набор существующие и будущие разработки Microsoft для предоставления возможности пользователям работать со Всемирной паутиной с беспроводных устройств, обладающих доступом в Интернет, как со стационарных компьютеров

Это была присказка, а вот и сказка.

Часто бывает такое, что вы скачали какую – нибудь программу из сети и вдруг обнаружили, что она не устанавливается или не работает, требуя при этом установку какого –то компонента с названием  Microsoft .NET Framework.

Это означает, что разработчики подразумевали, что в вашей системе уже установлен этот пресловутый Microsoft .NET Framework.

Итак, что же это такое, и зачем вам это нужно?

Microsoft .NET Framework – это программная платформа, работающая в составе семейства операционных систем Microsoft Windows.

Программы, разработанные на .NET требуют установленную в вашей системе .NET Framework для своего запуска. Кстати, наша программа для расшаривания папок windows тоже требует этот фреймворк для работы, хоть и одной из самых первых версий.

После установки .NET Framework в вашей системе создается благоприятная среда для запуска таких приложений.

Microsoft .NET Framework может быть установлен на следующих операционных системах: Windows NT, 98, Me, 2000, XP, Vista, Windows 7, Windows 8 и Windows Server 2003, 2008 и 2012.

Список всех версий Microsoft .NET Framework

С 2000 года было выпущено достаточно много версий этой программной платформы. Некоторые включены в соответствующие версии Windows. А некоторые нужно скачивать и устанавливать самостоятельно.

Вот список всех версий Microsoft .NET Framework и соответствующие им версии Windows, в которые она включена.

  • .NET Framework 1.0
  • .NET Framework 1.1 (предустановлена в Windows Server 2003)
  • .NET Framework 2.0
  • .NET Framework 3.0 (предустановлена в Windows Vista and Server 2008)
  • .NET Framework 3.5 (предустановлена в Windows 7 and Server 2008 R2)
  • .NET Framework 4.0
  • .NET Framework 4.5 предустановлена в Windows 8 and Server 2012)

А вот список прямых ссылок, по которым можно скачать все версии.

Цифры в скобках — это разрядность вашей операционной системы. Подробнее об этом в этой статье.

 Microsoft .NET Framework 1.0

 Microsoft .NET Framework 1.0 Service Pack 3

Microsoft .NET Framework 1.1

Microsoft .NET Framework 1.1 Service Pack 1

Microsoft .NET Framework 2.0

Microsoft .NET Framework 2.0 (x86) Service Pack 1 (x86)

Microsoft .NET Framework 2.0 (x64) Service Pack 1 (x64)

Microsoft .NET Framework 2.0 (ia64) Service Pack 1 (ia64)

Sevice Pack 2

Microsoft .NET Framework 3.5

Веб — установщик (требуется активное и быстрое интернет — соединение)

Microsoft .NET Framework 3.5 (x86 — x64) оффлайн установщик

Service Pack 1 Веб — установщик (требуется активное и быстрое интернет — соединение)

Service Pack 1 оффлайн установщик

Microsoft .NET Framework 4.0

Веб — установщик (требуется активное и быстрое интернет — соединение)

Microsoft .NET Framework 4.0 (x86 — x64) оффлайн установщик

Она поддерживает архитектуры x86, x64 и ia64, однако некоторые функции, например, WPF не доступны для архитектуры ia64.

Если вам необходима версия только для систем x86, воспользуйтесь этой ссылкой

Microsoft .NET Framework 4.0 (x86) оффлайн установщик

Если вам необходима версия только для систем ia64, воспользуйтесь этой ссылкой

Microsoft .NET Framework 4.0 (ia64) оффлайн установщик

Microsoft .NET Framework 4.5

Веб — установщик (требуется активное и быстрое интернет — соединение)

Оффлайн установщик (x86 — x64)

Microsoft .NET Framework 4.5.1

Оффлайн установщик (x86 — x64)

Microsoft .NET Framework 4.5.2

Оффлайн установщик (x86 — x64)

Microsoft .NET Framework 4.5.3

Оффлайн установщик (x86 — x64)

Microsoft .NET Framework 4.6

Оффлайн установщик (x86 — x64)

И на десерт короткий анекдот.

— Как изменится клавиатуpа для Windows 8?

— Hа ней появятся левая и пpавая кнопки сброса…

Всем до свидания и хорошего настроения! В следующей статье речь пойдет о том, как определить версию установленной в вашей системе программной платформы .NET Framework.

Вы тут (типа навигация): IT — блог » Windows » Скачать Microsoft .NET Framework все версии (прямые ссылки)

  • Remove From My Forums
  • Question

  • HI there,

    I was trying to install Microsoft .NET framework 4.0 on windows 2003 server R2 but an error is being thrown

    OS Version = 5.2.3790, Platform 2, Service Pack 2
    [10/25/2010, 5:50:41]OS Description = Win2K3R2 — x86 Datacenter Edition Service Pack 2

    OS= Windows server 2003 R2

    Package Name = Microsoft .NET Framework 4 Setup
    [10/25/2010, 5:50:42]Package Version = 4.0.30319

    Final Result: Installation failed with error code: (0x80070643), «Fatal error during installation. » (Elapsed time: 0 00:01:57).

    Please help

Answers

  • Hi snldeveloper,

    Thank you for your post.

    At first, .NET Framework 4 is supported on Windows Server 2003 SP2. Please double check whether or not the OS is compatible with this condition.

    Secondly, after I have researched your log files, I found the following information.

    [10/25/2010, 23:43:54] BlockIf: Microsoft .NET Framework 4 is already a part of this operating system, but it is currently turned off. To enable the .NET Framework
    4, use Turn Windows features on or off in Control Panel.

    Regarding above information, please check whether any .NET Framework features are turned on or not.

    Thirdly, [10/25/2010, 23:45:31]Final Result: Installation failed with error code: (0x80070643), "Fatal error during installation. " (Elapsed time: 0 00:01:37).
     

    I would recommend that you should download .NET Framework Verification tool to verify whether all versions of .NET Framework are installed correctly on your machine
    or not.

    I would recommend that could you please uninstall all versions of .NET Framework thoroughly via Add/Remove Program and download .NET Framework 3.5 SP1 and install it on your side.
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d0e5dea7-ac26-4ad7-b68c-fe5076bba986

    After you have installed it successfully, please download .NET Framework 4 and install it again.
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7
    Does it work?

    If you have any issues during installation, please download Collect tool to collect installation log files and upload it in your reply.
    http://blogs.msdn.com/b/astebner/archive/2007/08/01/4172276.aspx

    CHEERS,

    Larcolais


    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

    • Marked as answer by

      Monday, November 1, 2010 6:02 AM

Microsoft .NET Framework — это цифровая платформа, позволяющая создавать, корректно запускать и использовать различные приложения или игры, при создании которых, части одного конкретного приложения пишутся разными программными кодами. Эта платформа представляет из себя цифровую среду, в которой разные коды отдельно взятого приложения компилируется в один переходящий код, который в свою очередь понятен самой платформе Framework. Затем переходящий код компилируется в понятный код для непосредственно той операционной системы, под которую разрабатывалось приложение. Например для Windows 7/8/10

Установить данную платформу можно различными способами.

  • Установив операционную систему, пакет обновлений которой уже включает в себя эту платформу.
  • Скачать Net Framework  а затем установить. (Официальные ссылки у нас на сайте)
  • Установить в качестве дополнительного ПО при установке игры.
  • Автоматически установить, используя «Центр обновления Windows»

Бывают случаи: Что во время запуска игры или приложения на экране всплывает окно примерного содержания: «(имя приложения) требует наличие .НЕТ Фреймворк. Пожалуйста скачайте и установите Net Framework 3.5 или выше.» Что делает запуск данного приложения невозможным без этой платформы. Если у вас установлена Microsoft Net Framework 4.7, то это не означает что, вам не нужны более старые версии. Вам понадобится установить и Microsoft Net Framework 4 и предыдущие версии. Настоятельно рекомендуется установить все существующие касательно вашей операционной системы.

 Выберите и установите нужные Вам версии для Windows XP, Vista, 7, 8,10 

Microsoft .NET Framework 1.0

Скачать Microsoft .NET Framework 1.0 для 32/64 бит

Microsoft .NET Framework 1.1

Скачать Microsoft .NET Framework 1.1 для 32/64 бит

Microsoft .NET Framework 2.0

Скачать Microsoft .NET Framework 2.0 для 32 бит

Скачать Microsoft .NET Framework 2.0 для 64 бит

Microsoft .NET Framework 3.0

Скачать Microsoft .NET Framework 3.0 для 32/64 бит

Microsoft .NET Framework 3.5

Скачать Microsoft .NET Framework 3.5 для 32/64 бит

Microsoft .NET Framework 4.0

Скачать Microsoft .NET Framework 4.0 для 32/64 бит

Microsoft .NET Framework 4.5

Скачать Microsoft .NET Framework 4.5 для 32/64 бит

Microsoft .NET Framework 4.5.1

Скачать Microsoft .NET Framework 4.5.1 для 32/64 бит

Microsoft .NET Framework 4.5.2

Скачать Microsoft .NET Framework 4.5.2 для 32/64 бит

Microsoft .NET Framework 4.6

Скачать Microsoft .NET Framework 4.6 для 32/64 бит

Microsoft .NET Framework 4.6.1

Скачать Microsoft .NET Framework 4.6.1 для 32/64 бит

Microsoft .NET Framework 4.6.2

Скачать Microsoft .NET Framework 4.6.2 для 32/64 бит

Microsoft .NET Framework 4.7

Скачать Microsoft .NET Framework 4.7 для 32/64 бит

Microsoft .NET Framework 4.7.1

Скачать Microsoft .NET Framework 4.7.1 для 32/64 бит

Microsoft .NET Framework 4.7.2

Скачать Microsoft .NET Framework 4.7.2 для 32/64 бит

Microsoft .NET Framework 4.8

Скачать Microsoft .NET Framework 4.8 для 32/64 бит

Обязательно должна быть установлена версия 3.5, которая включает в себя  более ранние, и версия 4.7.1 (последняя на данный момент)

Будем рады услышать от Вас отзыв, также поможем при установки компонентов, и в исправлении ошибок. Пишите всё в комментариях, чуть ниже

Понравилась статья? Поделить с друзьями:
  • Net framework 4 update kb2468871v2 скачать для windows 7 x64
  • Net framework 4 update kb2468871v2 скачать для windows 7 x32
  • Net framework 4 standalone windows 7
  • Net framework 4 setup для windows 7
  • Net framework 4 offline installer for windows 7