Showing results for November 2017 - Page 2 of 2 - .NET Blog

Nov 15, 2017
Post comments count0
Post likes count0

Improvements to Azure Functions in Visual Studio

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

We're excited to announce several improvements to the Azure Functions experience in Visual Studio as part of the latest update to the Azure Functions tools on top of Visual Studio 2017 v15.5. New Function project dialog To make it easier to get up and running with Azure Functions, we've introduced a new Functions project ...

ASP.NETVisual StudioAzure
Nov 15, 2017
Post comments count0
Post likes count1

Welcome to C# 7.2 and Span

Mads Torgersen
Mads Torgersen

C# 7.2 is the latest point release of C#, and adds a number of small but useful features. All the features are described in wonderful detail in the docs. Start with the overview, What's new in C# 7.2, which gives you an excellent introduction to the new set of capabilities. It is worth celebrating that a significant portion of the docs are communi...

.NET
Nov 14, 2017
Post comments count0
Post likes count0

.NET Core November 2017 Update

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the .NET Core November Update. This includes .NET Core 1.0.8, 1.1.5 and 2.0.1 and .NET Core SDK 1.1.5 and 2.0.3. Details regarding the security issues addressed by this release can be seen in the Security Advisory announcement. Security CVE-2017-8585 -- Malformed Certificate can cause Denial of Service Microsoft is releasin...

.NET
Nov 14, 2017
Post comments count0
Post likes count0

.NET Framework November 2017 Security and Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the November 2017 Security and Quality Rollup. Security This release contains no new security updates. The most recent .NET security updates were shipped with the September 2017 Security and Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. CLR WPF ...

.NET
Nov 9, 2017
Post comments count0
Post likes count0

Creating a Minimal ASP.NET Core Windows Container

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos One of the benefits of containers is their small size, which allows them to be more quickly deployed and more efficiently packed onto a host than virtual machines could be. This post highlights some recent advances in Windows container technology and .NET Core technology that allow ASP.NET Core Windows Docker ima...

ASP.NET
Nov 1, 2017
Post comments count0
Post likes count0

Modernize existing .NET apps with Windows Containers and Azure

Cesar De la Torre
Cesar De la Torre

As part of the series of posts announced at this initial blog post (.NET Application Architecture Guidance) that explores each of the architecture areas currently covered by our team, this current blog post focuses on introducing the new "Modernize existing .NET applications with Windows Containers and Azure" eBook which you can download here. J...

.NET
Nov 1, 2017
Post comments count0
Post likes count0

Publishing a Web App to an Azure VM from Visual Studio

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

We know virtual machines (VMs) are one of the most popular places to run apps in Azure, but publishing to a VM from Visual Studio has been a tricky experience for some. So, we’re pleased to announce that in Visual Studio 15.5 we’ve added some improvements to the experience. In this post, we’ll discussed the requirements for a VM that’s ready to run...

ASP.NETAzure