.NET Framework (4)

最新版本 .NET Framework Version 4.7

.NET Framework Version 4.7

.NET Framework Version 4.7
.NET Framework 是微軟全面而一致的編程模型,用於構建具有視覺效果令人驚嘆的用戶體驗,無縫和安全通信的應用程序,以及模擬一系列業務流程的能力。 Microsoft .NET Framework 4 可再發行組件包將安裝.NET Framework 運行時和運行和開發應用程序所需的關聯文件,以將目標.NET Framework 4.6 和更高版本的 Framework Framework 並行工作。基於早期版本框架的應用程序將繼續在默認的目標版本上運行。版本 4.5.1 建立在前一個里程碑版本 v4(這使得開發人員能夠優化他們的並行計算或分佈式系統的應用程序)和 v4.5(第一次使開發人員開始開發 Metro 風格的應用程序對於 Windows 8,Windows RT 和 Windows Phone 軟件環境).

.NET Framework for PC 是用於構建 Web,Windows,Windows Phone,Windows Server 和 Microsoft Azure 應用程序的開發平台。它由公共語言運行庫(CLR)和.NET 框架類庫組成,其中包括對許多行業標準的廣泛的功能和支持.

Microsoft.NET 框架提供了許多服務,包括內存管理,類型和內存安全性,安全性,網絡和應用程序部署。它提供了易於使用的數據結構和抽象級別較低的 Windows 操作系統的 API。您可以在.NET Framework 中使用各種編程語言,包括 C#,F#和 Visual Basic.6235896
.NET Framework 隨 Windows PC 一起提供,使您可以運行.NET Framework 應用程序。您可能需要 Windows 版本以後的.NET Framework 版本

ScreenShot

軟體資訊
檔案版本 .NET Framework Version 4.7

檔案名稱 NDP47-KB3186497-x86-x64-AllOS-ENU.exe
檔案大小 58.73 MB
系統 Windows 8 / Windows 10 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Microsoft Corporation
官網 https://docs.microsoft.com/en-us/dotnet/framework/index
更新日期 2017-04-07
更新日誌

What's new in this version:

- .NET Framework 4.7 contains dozens of bug fixes and improvements. This list details those changes, grouped by feature area. Each change includes our TFS bug numbers at the end of the line. Please include those numbers in your communication if you wish to contact us to obtain more information.

CLR:
- Fixed buffer overflows with large manifests in EventSource.
- If a COM interface contain setter only indexed property, Tlbimp will generate incorrect setter property metadata.
- Implemented IEnumerator in EventPayload (EventSource).
- JIT performance improvements
- Improved performance of creating large numbers of TaskSchedulers when a debugger isn't attached.
- EventSourceIndex method is now public.
- Support for ToEventKeywords() method instead of working with keywords directly.
- Fixed NGen Task to respect battery saver setting.
- Fixed a bug where null paths would not throw ArgumentNullException.
- Added the case of Wrong machine code generated by RyuJIT on AVX2-capable CPU to the list of instructions that have this characteristic.
- Implemented flexibility in specifying Server GC resource consumption.

BCL:
- Opening a cryptographic key with CspParameters.ParentWindowHandle set to this.Handle will now correctly make any PIN or password prompt be modal to the current window
- Added ValueTuple types to support C# 7.0 and VB 15 tuples
- Added Name property to Regex.Group.
- Fixed InvalidPath exception when using FileIOPermissions with device syntax (?),
- ECDsa and ECDiffieHellman can now import and export key parameters (all OSes) as well as represent points over an expanded set of curves (Win10).
- Fixed an issue in SerialPort where unplugging the device during execution could cause a memory leak in the SerialStream class.
- Improved support of RSA decryption with hardware keys

Networking:
- ServicePointManager.SecurityProtocol will default to a new value: SystemDefault which allows applications to use the underlying operating system TLS version selection defaults. New SslStreamAuthenticateAs APIs allow applications to omit the SslProtocols parameter and use the system default. New HashAlgorithmType enum members.
- Added support for the TLS Alert Protocol
- Updated HttpListener to handle improvements to the token binding protocol.
- Fixed pointer offset calculation in HttpListener for token binding struct.

ASP.NET:
- Allows for extensibility of the cache providers that could allow them to operate on new services with less overhead from memory usage.
- Introduced a new config parameter 'timeoutUnit' for ActiveDirectoryMembershipProvider that can be used to indicate the 'clientSearchTimeout' and 'serverSearchTimeout' values. These should be interpreted as Days/Hours/Minutes/Seconds/Milliseconds. If not specified, the default is Minutes, as was the previous behavior.
- Customer will see a warning in the windows event log if they have specified to use unsecured password formats in their web application.
- Fixed assignment issue with max-age value for OutputCache.
- Fixed an issue with exception handling for custom membership provider scenario.

WPF:
- WPF now uses PrintDocumentPackageTarget instead of the deprecated XpsPrint API.
- Fixed crash in WPF when typing in text with specific language input
- The escape sequences have been unescaped in the URLs while converting from XAML to RTF.
- Fixed crash in DocumentView when receiving input from IMEs.
- Fixed ribbon crash when Alt + accelerator key is pressed to display the submenu.
- Previously, large amounts of connects and disconnects of tablet/stylus devices could result in WPF losing all touch support except for promoted mouse messages. This was due to a reference counting issue within WPF and its Windows side touch component (WISP). This change, along with the associated WISP change available in RS2, fixes this situation allowing large numbers of connects and disconnects.
- Conversion of BaselineOffset property has been added while converting from XAML to RTF and vice versa.
- Modernize touch stack
- Fixed crashes in Combobox
- Added support for alternative delimiter characters in markup.
- Fixed textbox focus issues
- Fixed out of memory issues with custom textbox.
- In some scenarios, shutting down input for a stylus/touch device (program shutdown or device disconnection) could result in a deadlock. This change alleviates that issue by fixing a timing problem with the WPF stylus/tablet initialization and shutdown code.
- In order to disable the WPF stylus/touch stack developers were previously using a private reflection mechanism. This provides a new mechanism in the form of an AppContext switch. Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport set to true will fully disable the stylus/touch stack without requiring any private reflection or other workarounds.
- Inheritable properties propagate through a new link in the visual tree, including properties declared in a Style newly enabled by the link because a DynamicResource reference now resolves.
- ImageSourceConverter.ConvertFromString now throws the correct DirectoryNotFoundException instead of NullReferenceException if called with an invalid path (only on apps targeting .NET Framework 4.7 and above)
- Fixed IOException crashes arising from Cursor.LoadFromStream, that could happen on application start.
- Fixed a deadlock arising from re-entrant COM requests while waiting for the lock protecting WPF's weak-event component.
- Scroll tracing now supports scenarios involving multiple instances of an ItemsControl with the same name, that enter and leave the visual tree dynamically.
- Some ItemsControls allow null to appear in the ItemsSource. If so, the automation for the control should allow null as well. An app that works in a normal environment should not crash in when automation is present.
- Fixed an ArgumentException arising from bindings on a non-Visual element declared in a DataGrid cell template.
- Improved Grid algorithm usages to allocate space to columns declared with *-width. For details refer to Application compatibility changes.
- Fixed crash arising from displaying certain sequences of Unicode characters deemed (by the font and by DWrite) to have negative advance width.
- Fixed a crash arising when running two instances of a process that creates multiple large packages when using System.IO.Packaging.
- When an exception interrupts a PropertyChanged or CollectionChanged notification raised on a worker thread, other such notifications continue to be processed normally.
- Fixed D3DImage memory leak.
- Fixed crashes in DataGrid with column virtualization enabled scenario.
- Improved reliability of anchored scroll scenarios.
- Support for Async and AddJob scenarios in printing.
- The content of the selected item in a TabControl is visible to UI Automation, even after changing IsEnabled (or other properties) on the TabItems.

WCF:
- Fixed a bug in SocketConnection.Read which caused the operation to hang when mixing synchronous and asynchronous calls.
- Support for CNG certificates. For details refer to Application compatibility changes.
- Support for DataContractJsonSerializer to follow ECMAScript 6 when serializing control character.
- Fixed process crash in concurrent Dictionary scenario
- Fixed a race condition on the cleanup path of WCF Tracing that caused an ObjectDisposedException.
- Enabled WCF message security configuration to use TLS1.1 or TLS1.2. For details refer to Application compatibility changes.
- Fixed a bug in OperationContext.Current which caused it to return null when called inside an OperationContextScope
- Ensure no deadlock occurs when two threads try to abort the channel.

Workflow:
- Support for propagating an activity exception as-is instead of throwing a Null Reference Exception. For details refer to Application compatibility changes.
- Previously when trying to use Visual Studio to debug XAML-based workflows on a machine with FIPS enabled, one would encounter a NullReferenceException. This has been resolved. However, in order to take advantage of this change, you will need to add the following to the App.Config file for the workflow application:
- For details refer to Application compatibility changes.
- SqlWorkflowInstanceStore database now defines Primary Key columns, allowing transactional replication.

Windows Forms:
- Fixed dialog layout for High DPI scenarios
- Enabled ClickOnce signing scenarios where certificate is identified by a cryptographic provider and private key container names.
- Docked ListBox controls will now revert to their correct size in the designer when the Dock property is changed to DockStyle.None in the property browser.
- Fixed properly scaling across dialog control elements, including control padding and sizes in High DPI scenarios.
- Fixed text clipping in localized versions of .NET SDK tool MageUI.exe.
- Fixed IndexOutOfRangeException.
- Fixed clipped buttons in WinRes.exe .Net SDK tool
- Fixed crashes in Windows Forms Designer that happened when the Windows theme was changed.
- Fixed an issue in the Windows Forms designer where under some circumstances selecting a ContextMenuStrip causes Visual Studio to crash.
- Improved reliability of ToolTip control.
- Fixed reliability issue with ShowPropertyBrowser and Controls
- Changed the background color of property grid lines to provide an 8:1 contrast ratio for high contrast themes.
- Improved reliability of the Windows Forms DataGrid control.
- Fixed control height scaling issues in DPI mode
- Fixed toolstrip scaling issues in DPI mode
- Fixed case-insensitivity issues with command line arguments in mage.exe .NET SDK tool.
- High DPI support for winforms applications via app.config file.
- Fixed for the proper placement of anchored controls.
- Fixed control text truncations issue in a Visual Studio dialog.
- Enable per-monitor scaling in DPI mode

SQL:
- Fixed TransparentNetworkIPResolution (TNIR) Connectivity issues.
- SQL Client now uses TCP as the default protocol for connections to Azure SQL Database. Previously, SQL Client tried every protocol including viz, Shared Memory, TCP, and Named Pipes to establish a connection to Azure SQL Database, which only supports TCP connections.

ClickOnce:
- Fixed store corruption in ClickOnce application.
- Added the ability to sign a manifest file via a Hardware-Security Module (HSM) to Mage.exe and MageUI.exe

.NET Framework Version 4.7 相關參考資料
下载.NET Framework 4.7.2 | 免费官方下载 - Dot.Net

用于通过.NET Framework 4.7.2 生成和运行应用程序的下载项。获取适用于.NET Framework的Web 安装程序、脱机安装程序和语言包下载。

https://dotnet.microsoft.com

Download .NET Framework 4.7.2 | Free official downloads

Downloads for building and running applications with .NET Framework 4.7.2 . Get web installer, offline installer, and language pack downloads for .

https://dotnet.microsoft.com

用於Windows 的Microsoft .NET Framework 4.7.2 離線安裝 ...

關於Microsoft .NET Framework 4.7.2: · 離線套件可在網際網路連線不足而無法使用Web 安裝程式 的情況下使用。 此套件比web 安裝程式大,且不包括語言套件。 · 安裝此套件時 ...

https://support.microsoft.com

出現**這個作業系統不支援.NET Framework 4.7.2

NET Framework 4.7.2 的說明文件中,有列出可支援的Windows 10 版本:. Windows Server 2016(版本1709); Windows 10 Anniversary Update(版本1607)(x86 和x64) ...

https://hackmd.io

適用於Windows 的.NET Framework 4.7.1 離線安裝程式

在Windows 7 SP1 和Windows Server 2008 R2 SP1 中,Microsoft.NET Framework 4.7.1 在「控制台」下的「程式和功能」中列為已安裝產品。 在Windows Server 2012 中, ...

https://support.microsoft.com

NET Framework 4.7.2

Release 4.7.2 · Released on 2018-04-30 · CLR Version 4 · Included in Windows ️ 10 October 2018 Update (Version 1809), ️ 10 April 2018 Update (Version 1803) ...

https://versionsof.net

如何判斷.NET Framework 4.7版本已安裝?若已安裝

請至C:-WINDOWS-Microsoft.NET-Framework-v4.0.30319 路徑下,找出Mscorlib.dll 檔案,按右鍵[內容]查看[版本]。 最終審定. 最後檢閱日期:2018/01/11 適用門將版本號:4.0 ...

https://www.tquark.com.tw

NET Framework 4.7 開發人員套件及語言套件

.NET Framework 4.7 開發人員套件可讓開發人員建置應用程式的設定,如果要對目標為.NET Framework 的4.7 使用Visual Studio 的2015 或協力廠商Ide。這是可將.NET Framework ...

https://support.microsoft.com

Download .NET Framework 4.7 | Free official downloads

Downloads for building and running applications with .NET Framework 4.7 . Get web installer, offline installer, and language pack downloads for .

https://dotnet.microsoft.com

Windows.NET Framework 4.7 離線安裝程式

重新啟動需求. 您可能要安裝此更新之後,重新啟動電腦。我們建議您結束所有正在使用.NET Framework,才能安裝此更新的應用程式。

https://support.microsoft.com