Showing results for October 2018 - Page 3 of 3 - .NET Blog

Oct 4, 2018
4
0

Update on .NET Core 3.0 and .NET Framework 4.8

Scott Hunter [MSFT]
Scott Hunter [MSFT]

In May, we announced .NET Core 3.0, the next major version of .NET Core that adds support for building desktop applications using WinForms, WPF, and Entity Framework 6. We also announced some exciting updates to .NET Framework which enable you to use the new modern controls from UWP in existing WinForms and WPF applications. Today, Microsoft is sh...

.NET Core.NET.NET Framework
Oct 2, 2018
0
0

Middle Ground between Server and Workstation GC

maoni
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
0
0

Blazor 0.6.0 experimental release now available

Daniel Roth
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
0
0

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

Lee Coward
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