Showing archive results for 2018

Oct 2, 2018
Post comments count0
Post likes count0

Middle Ground between Server and Workstation GC

maoni

A long time ago I wrote about using Workstation GC on server applications when you have many instances of your server app running on the same machine. By default Server GC will treat the process as owning the machine so it uses all CPUs to do the GC work. More and more folks find themselves in a situation where they might have a few active instance...

Performance
Oct 2, 2018
Post comments count0
Post likes count0

Blazor 0.6.0 experimental release now available

Daniel Roth

Blazor 0.6.0 is now available! This release includes new features for authoring templated components and enables using server-side Blazor with the Azure SignalR Service. We're also excited to announce our plans to ship the server-side Blazor model as Razor Components in .NET Core 3.0! Here's what's new in the Blazor 0.6.0 release: ...

ASP.NETASP.NET CoreBlazor
Oct 2, 2018
Post comments count0
Post likes count0

.NET Core October 2018 Update – NET Core 2.1.5 & SDK 2.1.403

Lee Coward

.NET Core October 2018 Update Today, we are releasing the .NET Core October 2018 Update. This update includes .NET Core 2.1.5 and .NET Core SDK 2.1.403 and contains important reliability fixes. Getting the Update The latest .NET Core updates are available on the .NET Core download page. This update will be included in the Visual Studio 15.8.7 up...

.NET Core.NET
Sep 25, 2018
Post comments count2
Post likes count0

.NET Framework September 2018 Preview of Quality Rollup

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
Post comments count4
Post likes count0

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

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
Post comments count0
Post likes count0

Announcing .NET Framework 4.8 Early Access build 3646

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
Post comments count0
Post likes count0

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

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
Post comments count0
Post likes count0

The future of ASP.NET SignalR

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
Post comments count0
Post likes count0

Get This Fantastic Book about .NET Memory Management!

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
Post comments count0
Post likes count0

Announcing .NET Core 2.2 Preview 2

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