Showing category results for .NET

Oct 15, 2018
Post comments count0
Post likes count0

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

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

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

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

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

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

.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
Sep 25, 2018
Post comments count2
Post likes count0

.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 17, 2018
Post comments count0
Post likes count0

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

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