Showing results for September 2017 - .NET Blog
Sep 28, 2017
0
0

.NET Framework 4.7.1 Runtime and Compiler Features

Preeti Krishna - MSFT
Preeti Krishna - MSFT

This post describes the new Runtime, Compiler and Base Class Library (BCL) improvements in the .NET Framework 4.7.1. You can try out these features by downloading the Developer Pack, described in the Welcome to the .NET Framework 4.7.1 Early Access blog post.  BCL - .NET Standard 2.0 Support .NET Framework 4.7.1 has built-in support for .NET Stan...

.NET
Sep 26, 2017
0
1

Build a web service with F# and .NET Core 2.0

Phillip Carter
Phillip Carter

Earlier this year, I wrote about an update to the roadmap for F# and .NET Core. I had mentioned that there were a number of things you could build with F# and .NET Core today, such as web services. In this post, I'll walk through building a web service with F# and .NET Core 2.0 using the Giraffe library. It's also worth noting that Giraffe is no...

.NETASP.NET.NET Core
Sep 25, 2017
0
0

.NET Framework September 2017 Preview of Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the September 2017 Preview of Quality Rollup. This type of rollup is intended for businesses that want to the preview or use quality improvements as soon as they are available. This update applies to Windows 10 Update 1607 (Anniversary Update) and to Windows Server 2016. FYI: The KBs for Windows Server 2016 have been delay...

.NET
Sep 22, 2017
0
0

.NET Core September 2017 Update — macOS High Sierra Support

Rich Lander [MSFT]
Rich Lander [MSFT]

We released .NET Core updates for macOS High Sierra Support and additional quality fixes. You can download and install the update for Windows, macOS and Linux. This update is for .NET Core 1.0 and 1.1. The initial .NET Core 2.0 release includes similar improvements, so is not being updated with this release. Downloads Note: The .NET Core 1...

.NET
Sep 21, 2017
0
0

.NET Framework 4.7.1 Accessibility and WPF Improvements

Preeti Krishna - MSFT
Preeti Krishna - MSFT

This post describes the new WPF and accessibility features and improvements in .NET Framework 4.7.1. You can try out these features by downloading the Developer Pack, described in the Welcome to the .NET Framework 4.7.1 Early Access blog post. Accessibility improvements .NET Framework 4.7.1 brings in a lot of accessibility improvements across dif...

WPF.NET Framework
Sep 19, 2017
0
0

Watch .NET Conf 2017!

Rich Lander [MSFT]
Rich Lander [MSFT]

.NET Conf starts today. It's a three-day, free, virtual and global .NET conference. All you need to do is point your web browser to channel9.msdn.com, starting at 8AM Pacific Time. We have a packed agenda with a great set of expert .NET developers. What will you learn? Many things. You will learn to build for web, mobile, desktop, games, services...

.NET
Sep 14, 2017
0

Announcing SignalR (alpha) for ASP.NET Core 2.0

Glenn Condron [MSFT]
Glenn Condron [MSFT]

NOTE: This is a post about the Alpha version of SignalR which has since been replaced with a new preview: https://blogs.msdn.microsoft.com/webdev/2018/02/27/asp-net-core-2-1-0-preview1-getting-started-with-signalr/ Today we are glad to announce an alpha release of SignalR for ASP.NET Core 2.0. This is the first official preview release of a new Si...

ASP.NETASP.NET Core
Sep 13, 2017
0
0

.NET Framework 4.7.1 ASP.NET and Configuration features

Preeti Krishna - MSFT
Preeti Krishna - MSFT

This post describes the new ASP.NET, Configuration and System.Messaging features and improvements in the .NET Framework 4.7.1. More information on the build these features are available in and how to get the Developer Pack is covered in the Welcome to the .NET Framework 4.7.1 Early Access blog post. Configuration builders Configuration builders...

.NET
Sep 12, 2017
0
0

.NET Framework September 2017 Security and Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Last Updated: 2017.09.21. Today, we are releasing the September 2017 Security and Quality Rollup and Security Only Update. This update applies to Windows 7 and later client versions and Windows Server 2008 and later server versions. This update has known issues. Please see them at the bottom of the update. Security This release contains the foll...

.NET
Sep 8, 2017
3
0

Welcome to the New Blog Template for ASP.NET Developers

Mads Kristensen
Mads Kristensen

By Juliet Daniel, Lucas Isaza, and Uma Lakshminarayan Have you always wanted to build a blog or other web application but haven't had the time or educational resources to learn? With our blog template, available in our GitHub repo, you can create your web application fast and effortlessly, and even learn to master the new Razor Pages architecture ...

ASP.NET