Showing results for May 2016 - Page 3 of 4 - .NET Blog

May 10, 2016
Post comments count0
Post likes count0

The 1st Billion

Harikrishna Menon
Harikrishna Menon

Today, NuGet.org reached one billion downloads. This is a momentous achievement for our users and the community of package authors who continue to use and build new libraries that is the cornerstone of .NET adoption. We want to take this opportunity to give a huge thank you to the millions of our users who made this milestone possible. With the adv...

NuGetInsights
May 9, 2016
Post comments count0
Post likes count0

Introducing the IIS Administration API

Jeffrey Fritz
Jeffrey Fritz

The IIS team has been working on a new RESTful API to manage your IIS configuration. While still under development, the team was eager to share a preview of the new API. The API allows configuration of IIS resources such as authorization rules, modules, and applications.   The API has been built with Hypertext Application Language (HAL) to...

ASP.NET
May 9, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – May 3, 2016

Jeffrey Fritz
Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup. The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week. Within 30 minutes, Scot...

ASP.NETASP.NET Core
May 6, 2016
Post comments count0
Post likes count0

.NET Core RC2 – Improvements, Schedule, and Roadmap

Bertrand Le Roy
Bertrand Le Roy

Updated (2017): See .NET Core Releases to learn about newer releases. This post was written by Scott Hunter. You all want .NET Core 1.0 RC2, you want a schedule, and you want to go live. Today we've got a schedule to share plus some changes that will improve things for everyone in the .NET Community going forward. The Core Schedule ...

.NET
May 6, 2016
Post comments count0
Post likes count0

.NET Core RC2 – Improvements, Schedule, and Roadmap

Bertrand Le Roy
Bertrand Le Roy

Updated (2017): See .NET Core Releases to learn about newer releases. This post was written by Scott Hunter. You all want .NET Core 1.0 RC2, you want a schedule, and you want to go live. Today we've got a schedule to share plus some changes that will improve things for everyone in the .NET Community going forward. The Core Schedule ...

.NET
May 5, 2016
Post comments count0
Post likes count0

Tooling to Facilitate Framework Migrations

Bertrand Le Roy
Bertrand Le Roy

This post was written by Mike Rousos, a software engineer on the .NET team. Introduction In this recent post, Taylor introduced the .NET Framework Compatibility Diagnostics, a set of Roslyn-based code analyzers for detecting when an app is likely to encounter compatibility issues between two versions of the .NET Framework. This article gives a litt...

.NET
May 3, 2016
Post comments count0
Post likes count0

The week in .NET – 5/3/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 4/27/2016. Evolve conference Xamarin Evolve, the largest cross-platform mobile event in the world, happened last week. The .NET team was there to celebrate all things Xamarin with our good friends, and now colleagues. All the sessions can be watched on YouTube, with an incredible cast of speakers tha...

.NET
May 3, 2016
Post comments count0
Post likes count0

The week in .NET – 5/3/2016

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – 4/27/2016. Evolve conference Xamarin Evolve, the largest cross-platform mobile event in the world, happened last week. The .NET team was there to celebrate all things Xamarin with our good friends, and now colleagues. All the sessions can be watched on YouTube, with an incredible cast of speakers t...

.NET
May 2, 2016
Post comments count0
Post likes count0

Introduction to .NET Framework Compatibility

Bertrand Le Roy
Bertrand Le Roy

This post was written by Mike Rousos, a software engineer on the .NET team. Introduction Beginning with the .NET Framework 4.0, all versions of the .NET Framework with a major version number of 4 (called ‘4.x’ versions) install as in-place updates. This means that only one 4.x .NET Framework is installed on a computer at a time. Installing the .NET...

.NET
May 2, 2016
Post comments count0
Post likes count0

Building accessible websites just got a lot easier

Mads Kristensen
Mads Kristensen

When building websites it is important that it is accessible for everyone that needs to use it. Implementing web accessibility features greatly helps to achieve that. Here’s what the W3C has to say about that: Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilit...

ASP.NET