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

Oct 17, 2018
0
0

ASP.NET Core 2.2.0-preview3 now available

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Today we're very happy to announce that the third preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We’ve been working hard on this release, along with many folks from the community, and it’s now ready for a wider audience to try it out and provide the feedback that will continue to shape the relea...

ASP.NETASP.NET Core
Oct 16, 2018
0
0

Automating Release Notes with Azure Functions

Jasmine Greenaway
Jasmine Greenaway

We can all agree that tracking the progress of a project enhances productivity and is an effective way to keep everyone involved of its progress. When it comes to managing your project in Azure DevOps (formerly VSTS) or GitHub, you have all of your artifacts in one place: code, CI/CD pipelines, releases, work items, and more. In cases where there’s...

Azure
Oct 15, 2018
0
0

Guidance for library authors

James Newton-King
James Newton-King

We've just published our first cut of the .NET Library Guidance. It's brand new set of articles for .NET developers who want to create high-quality libraries for .NET. The guidance contains recommendations we've identified as common best practices that apply to most public .NET libraries. We want to help .NET developers build great libraries wit...

.NET
Oct 10, 2018
1
0

Using .NET Hardware Intrinsics API to accelerate machine learning scenarios

Dan Moseley
Dan Moseley

This week's blog post is by Brian Lui, one of our summer interns on the .NET team, who's been hard at work. Over to Brian: Hello everyone! This summer I interned in the .NET team, working on ML.NET, an open-source machine learning platform which enables .NET developers to build and use machine learning models in their .NET applications. The ML.N...

.NETMachine LearningAI Machine Learning
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