Showing results for 2018 - Page 5 of 19 - .NET Blog

Oct 9, 2018
0
0

You Should Never See This Callstack in Production

maoni
maoni

A customer who just experienced some server outage asked us for help as they thought it was due to some very long GC pauses. I thought this diagnostics exercise might be useful for other folks as well so I am sharing it with you. We had them collect a GCCollectOnly trace which showed there were some very long induced gen2 blocking GCs. And they ar...

Performance
Oct 9, 2018
0
0

.NET Core October 2018 Update – NET Core 1.0 and 1.1

Vivek Mishra
Vivek Mishra

Today, we are releasing the .NET Core October 2018 Update for 1.0 and 1.1. This update includes .NET Core 1.0.13, 1.1.10 and .NET Core SDK 1.1.11. Security CVE-2018-8292: .NET Core Information Disclosure Vulnerability Microsoft is aware of a security feature bypass vulnerability that exists when .NET Core when HTTP authentication information i...

.NET Core.NET
Oct 9, 2018
0
0

.NET Framework October 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we released the October 2018 Security and Quality Rollup. Security No new security fixes.  See .NET Framework September 2018 Security and Quality Rollup for the latest security update. Quality and Reliability This release contains the following quality and reliability improvements. CLR WPF Note:...

.NET Framework.NETSecurity
Oct 8, 2018
0
0

Announcing ML.NET 0.6 (Machine Learning .NET)

Cesar De la Torre
Cesar De la Torre

Today we’re announcing our latest monthly release: ML.NET 0.6! ML.NET is a cross-platform, open source machine learning framework for .NET developers. We want to enable every .NET developer to train and use machine learning models in their applications and services. If you haven’t tried ML.NET yet, here’s how you can get started! The ML.NET 0.6 ...

ML.NET.NETMachine Learning
Oct 4, 2018
0
0

Use Hybrid Connections to Incrementally Migrate Applications to the Cloud

Web Development Tools Microsoft
Web Development Tools Microsoft

As the software industry shifts to running software in the cloud, organizations are looking to migrate existing applications from on-premises to the cloud. Last week at Microsoft’s Ignite conference, Paul Yuknewicz and I delivered a talk focused on how to get started migrating applications to Azure (watch the talk free) where we walked through the ...

ASP.NETAzureCloud
Oct 4, 2018
1
0

Announcing ASP.NET SignalR 2.4.0 Preview 1

Andrew Stanton-Nurse
Andrew Stanton-Nurse

We recently released the first preview of the upcoming 2.4.0 release of ASP.NET SignalR. As we mentioned in our previous blog post on the future of ASP.NET SignalR we are releasing a new minor update to ASP.NET SignalR (the version of SignalR for System.Web and/or OWIN-based applications) that includes, support for the Azure SignalR Service, as wel...

ASP.NETSignalR
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