Showing results for April 2017 - Page 2 of 2 - .NET Blog

Apr 5, 2017
0
0

Announcing the .NET Framework 4.7

Rich Lander [MSFT]
Rich Lander [MSFT]

Last Updated: 6/15/2017 Today, we are announcing the release of the .NET Framework 4.7. It's included in the Windows 10 Creators Update. We've added support for targeting the .NET Framework 4.7 in Visual Studio 2017, also updated today. See Announcing the .NET Framework 4.7 General Availability to learn about and download the .NET Framework 4...

.NET
Apr 2, 2017
0
0

No GCs for your allocations?

maoni
maoni

Several people mentioned Java’s “no GC” GC proposal and asked if we can add such a thing. So I thought it deserves a blog post. Short answer – we already have such a feature and that’s called the NoGCRegion. The GC.TryStartNoGCRegion API allows you to tell us the amount of allocations you’d like to do and when you stay within it, no GCs will be tr...

.NET