Showing results for September 2018 - Page 2 of 2 - .NET Blog

Sep 12, 2018
0
0

ASP.NET Core 2.2.0-preview2 now available

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Today we’re very happy to announce that the second 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 over the past months, 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...

ASP.NETASP.NET Core
Sep 11, 2018
0
0

.NET Framework September 2018 Security and Quality Rollup

Tara Overfield
Tara Overfield

Updated: September 21, 2018 Today, we are releasing the September 2018 Security and Quality Rollup. Security CVE-2018-8421 – Windows Remote Code Execution Vulnerability This security update resolves a vulnerability in Microsoft .NET Framework that could allow remote code execution when .NET Framework processes untrusted input. An attacker ...

.NET
Sep 11, 2018
1
0

.NET Core September 2018 Update

Lee Coward
Lee Coward

Today, we are releasing the .NET Core September 2018 Update. This update includes .NET Core 2.1.4 and .NET Core SDK 2.1.402 and contains important reliability fixes. Security CVE-2018-8409: .NET Core Denial Of Service Vulnerability A denial of service vulnerability exists in .NET Core 2.1 when System.IO.Pipelines improperly handles requests. An ...

.NET
Sep 9, 2018
0
0

GLAD Part 2

maoni
maoni

2 years ago I had a blog entry to introduce the GLAD (GC Latency Analysis and Diagnostics) library which provides much more insight into the GC heap performance than perf counters and takes care of interpreting raw GC ETW events so our users don't have to do that work themselves. Since then I have not heard too much usage from our customers :P So ...

.NET
Sep 5, 2018
0
0

Introduction to Azure Durable Functions

Maxime Rouiller
Maxime Rouiller

Azure Durable Functions is a new programming model based on Microsoft serverless' platform Azure Functions. It allows you to write a workflow as code and have the execution run with the scalability and the reliability of serverless with high throughput. Scenario Initially, I wanted to index data from GitHub repositories. I explained it all in a...

.NET
Sep 4, 2018
0
0

How to get started with Azure and .NET

picru
picru

Note: This content is now available as an official document Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and ...

ASP.NETASP.NET CoreAzure

Feedback