New things of. NET Framework 4.6, framework4.6
We know that. NET Framework 4.6 is coming along with Visual Studio 2015 and is still in the preview version. 4.6, 4, 4.5, 4.5.1 and 4.5.2 are compatible, that is, they will be upgraded to replace them after 4.6 is installed. In parallel with 3.5, 2.0, and 1.1.
Although the recommended Article involves "What's new", it is not a simple list of new features. Instead, it elaborated on some new features and their impact from three main aspects.
1.. NET 4.6 contains a lot of open-source content .. The Core of NET 4.6 is Microsoft's open-source. NET Core. One major benefit of this is that developers have obtained complete official Microsoft support and can build servers and cloud applications based on an open source. NET. In the future,. NET will no longer face Java, PHP, Ruby, and Node. js, but it is a bit embarrassing in open source. For Microsoft, it can also improve the efficiency of interaction and collaboration with developers around the world.
2. Added support for custom code page encoding .. Although NET Core supports Unicode encoding, it only provides limited support for code page encoding by default. You can now add unsupported code pages using the corresponding methods of Encoding. RegisterProvider. The advantage of this feature is that developers no longer have to worry about encoding operations when strings cannot be mapped to specific code pages, you do not need to worry about the invalid character sequence that may occur during the decoding operation and cannot convert it to a valid Unicode character.
3. enhances the experience of event tracking. The EventSource object can now be directly constructed. You can use the Write method to record a self-described event. The advantage of this is that it simplifies the activity records of Windows event tracking (ETW) outside the process. For example, the advanced power management (APM) driver developers can easily and accurately track the power consumption of each independent request and activity.
As this article has some depth, you need to read the original article for more information.
Address: http://infragistics.com/community/blogs/devtoolsguy/archive/2015/04/03/what-s-new-in-microsoft-net-framework-4-6.aspx