Showing archive results for 2017

Sep 14, 2017
Post comments count0
Post likes count0

Announcing SignalR (alpha) for ASP.NET Core 2.0

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

NuGet Package Signing

Rido

In our NuGet Fall 2017 Roadmap, we highlighted security as the main area of investment over the next few months. This blog post describes a major part of that roadmap in greater detail – package signing. We started talking about supporting signed packages on NuGet.org a while ago. For example, in 2015 we published a post on Package Signing as well...

NuGetSecurity
Sep 13, 2017
Post comments count0
Post likes count0

.NET Framework 4.7.1 ASP.NET and Configuration features

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

.NET Framework September 2017 Security and Quality Rollup

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

Welcome to the New Blog Template for ASP.NET Developers

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

Getting Started with Windows Containers

Alina Popa

Containers provide a way of running an application in a controlled environment, isolated from other applications running on the machine, and from the underlying infrastructure. They are a cost-effective way of abstracting away the machine, ensuring that the application runs in the same conditions, from development, to test, to production. Containe...

ASP.NETASP.NET Core
Sep 7, 2017
Post comments count0
Post likes count0

Changes to NuGet.org service management, and performance improvements in China

Karan Nandwani

NuGet.org, the package manager for .NET, was purpose-built as a global service with high scale performance regardless of the developer’s location. We are finding that this is not always the case, particularly for developers accessing the service from China, which is the second largest region for .NET developers. They frequently face higher download...

NuGetNuGet.org
Aug 29, 2017
Post comments count0
Post likes count0

The week in .NET – Let’s Encrypt Web App Renewer, Seattle CodeCamp 2017

Bertrand Le Roy

Previous posts: Open-source project of the week: Let's Encrypt Azure Web App Renewer There's a growing consensus that all web sites should transition now to be encrypted with HTTPS. This comes at a cost, and with the friction associated with acquiring and renewing certificates. The problem of cost is now addressed by Let's Encrypt, but the fri...

.NET
Aug 25, 2017
Post comments count0
Post likes count0

UWP & .NET Standard 2.0: A preview is now available!

Immo Landwerth

Today, we released the first Preview of Visual Studio 2017 version 15.4. This includes an update to the UWP tooling that supports .NET Standard 2.0. In this post, I'll outline what this means for UWP development with .NET. Prerequisites In order to use .NET Standard 2.0 in UWP, you need to target Fall Creators Update (FCU) as the minimum version ...

.NET
Aug 25, 2017
Post comments count0
Post likes count0

Mobile Apps with Xamarin.Forms: Architecture and Patterns guidance

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 "Mobile Apps with Xamarin.Forms: Architecture and Patterns guidance". Just as a reminder, the four introductory blog posts of thi...

.NET