Showing results for September 2018 - .NET Blog

Sep 25, 2018
2
0

.NET Framework September 2018 Preview of Quality Rollup

Tara Overfield
Tara Overfield

Late last week we released the September 2018 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. CLR WPF Note: Additional information on these improvements is not available. The VSTS bug number provided with each improvement is a u...

.NET Framework.NET
Sep 19, 2018
4
0

Announcing Cumulative Updates for .NET Framework for Windows 10 October 2018 Update

Brett Lopez [MSFT]
Brett Lopez [MSFT]

We deliver .NET Framework updates nearly every month, through Windows Update and other distribution channels. We are making changes to the way that we deliver those updates. We’ll soon start delivering a Cumulative Update for .NET Framework alongside the Windows 10 Cumulative Update, starting with the Windows 10 October 2018 Update. This new approa...

.NET Framework
Sep 17, 2018
0
0

Announcing .NET Framework 4.8 Early Access build 3646

Jamshed Damkewala
Jamshed Damkewala

Today, we are happy to share an Early Access build for the .NET Framework 4.8. This includes an updated .NET 4.8 runtime as well as the .NET 4.8 Developer Pack (a a single package that bundles the .NET Framework 4.8 runtime, the .NET 4.8 Targeting Pack, and the .NET Framework 4.8 SDK). Please help us ensure this is a high quality and compatible ...

.NET Framework.NET
Sep 17, 2018
0
0

ASP.NET Core in Visual Studio for Mac – Help us build the best experience

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

We are working to improve the experience for ASP.NET Core developers in Visual Studio for Mac. If you are working on ASP.NET Core apps in Visual Studio for Mac, we would love to hear you feedback. Your feedback is important so that we can help shape the future of ASP.NET Core in Visual Studio for Mac. At the end of the survey, you can leave your n...

ASP.NETVisual Studio
Sep 17, 2018
0
0

The future of ASP.NET SignalR

Andrew Stanton-Nurse
Andrew Stanton-Nurse

In ASP.NET Core 2.1, we brought SignalR into the ASP.NET Core family. Many of our users have asked what this means for the previous version of SignalR: ASP.NET SignalR. As a reminder, ASP.NET SignalR is represented by the NuGet package and runs on applications using .NET Framework and System.Web. ASP.NET Core SignalR is part of the ASP.NET Core p...

ASP.NETSignalR
Sep 17, 2018
0
0

Get This Fantastic Book about .NET Memory Management!

maoni
maoni

If you are reading my blog chances are you care about .NET memory performance, most likely a lot. Our GC source is on github for anyone to look at. If you are curious enough, you could absolutely learn a lot about our GC by cloning our coreclr repo, building it, and stepping through the GC code under a debugger (that's how I really learned details...

.NET
Sep 12, 2018
0
0

Announcing .NET Core 2.2 Preview 2

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 2.2 Preview 2. We have great improvements that we want to share and that we would love to get your feedback on, either in the comments or at dotnet/core #1938. ASP.NET Core 2.2 Preview 2 and Entity Framework 2.2 Preview 2 are also releasing today. We are also announcing C# 7.3 and ML.NET 0.5. You can see complet...

.NET Core
Sep 12, 2018
2
0

Announcing ‘Machine Learning .NET’ 0.5

Cesar De la Torre
Cesar De la Torre

Today, coinciding with the .NET Conf 2018, we're announcing the release of ML.NET 0.5. It’s been a few months already since we released ML.NET 0.1 at //Build 2018, a cross-platform, open source machine learning framework for .NET developers. While we’re evolving through new preview releases, we are getting great feedback and would like to thank the...

.NET
Sep 12, 2018
0
0

Announcing Entity Framework Core 2.2 Preview 2 and the preview of the Cosmos DB provider and spatial extensions for EF Core

Diego Vega
Diego Vega

Today we are making EF Core 2.2 Preview 2 available, together with a preview of our data provider for Cosmos DB and new spatial extensions for our SQL Server and in-memory providers. Obtaining the preview The preview bits are available on NuGet, and also as part of ASP.NET Core 2.2 Preview 2 and the .NET Core SDK 2.2 Preview 2, also releasing tod...

Entity Framework
Sep 12, 2018
0
0

A (Belated) Welcome to C# 7.3

Mads Torgersen
Mads Torgersen

A (Belated) Welcome to C# 7.3 Better late than never! Some of you may have noticed that C# 7.3 already shipped, back in Visual Studio 2017 update 15.7. Some of you may even be using the features already. C# 7.3 is the newest point release in the 7.0 family and it continues themes of performance-focused safe code, as well as bringing some small &qu...

.NET