Showing results for January 2017 - .NET Blog

Jan 31, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET on public speaking, ndepend, CrazyCore, The Perils of Man

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Core, .NET Native, NuGet, VS 2017 RC updates This week, we announced updates to .NET Core, .NET Native, NuGet, and VS 2017 RC. Check out the posts for all the details. On .NET We had two shows last week. Our first show was a special on public speaking hosted by Kendra Havens, with Scott H...

.NET
Jan 30, 2017
Post comments count0
Post likes count0

January 2017 Update for ASP.NET Core 1.1

Rich Lander [MSFT]
Rich Lander [MSFT]

We just released an update for ASP.NET Core 1.1 due to Microsoft Security Advisory 4010983. The advisory is for a vulnerability in ASP.NET Core MVC 1.1.0 that could allow denial of service. All of the information you need is in the advisory. A short summary is provided below. Red Hat customers should consult the Red Hat advisory for the same issue...

.NET
Jan 30, 2017
Post comments count0
Post likes count0

Announcing .NET Core, .NET Native and NuGet Updates in VS 2017 RC

Rich Lander [MSFT]
Rich Lander [MSFT]

Updated (4/2017): See .NET Core Releases to learn about newer releases. We just released updates to the .NET Core SDK, .NET Native Tools and NuGet, all of which are included in Visual Studio 2017 RC. You can also install the .NET Core SDK for command-line use, on Windows, Mac and Linux. Please check out the ASP.NET blog to learn more about Web Too...

.NET
Jan 24, 2017
Post comments count0
Post likes count0

The week in .NET – Adafruit Class Library for Windows IoT Core, Floor Plan

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET We had no show last week, but we'll have two this week. On Wednesday at 9:00AM Pacific Time, Scott Hanselman will host a panel discussion on public speaking, with Kasey Uhlenhuth, Maria Naggaga Nakanwagi, Donovan Brown, and Mitch Muenster. On Thursday at 9:00AM Pacific Time, Patrick Smacchia w...

.NET
Jan 23, 2017
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup –January 10, 2017

Maria Naggaga
Maria Naggaga

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. Join Scott Hanselman, D...

ASP.NETCommunity Standup
Jan 23, 2017
Post comments count1
Post likes count0

ASP.NET Core Authentication with IdentityServer4

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core. In that post, I used OpenIddict to demonstrate how end-to-end token issuance can work in an ASP.NET Core application. Since that post was publishe...

ASP.NETASP.NET Core
Jan 19, 2017
Post comments count0
Post likes count1

.NET Core Image Processing

Bertrand Le Roy
Bertrand Le Roy

Image processing, and in particular image resizing, is a common requirement for web applications. As such, I wanted to paint a panorama of the options that exist for .NET Core to process images. For each option, I'll give a code sample for image resizing, and I'll outline interesting features. I'll conclude with a comparison of the performance of t...

.NET
Jan 19, 2017
Post comments count0
Post likes count0

NuGet – Ending Windows XP support

Karan Nandwani
Karan Nandwani

At NuGet, we are constantly improving our security. One of the steps we are taking is to move our HTTPS end points to meet industry standards for algorithms and protocols. This means that connecting to nuget.org services from machines that don’t support modern cipher algorithms will no longer be supported (such as TLS 1.0 support in Windows XP). Wi...

NuGetNuGet.orgSecurity
Jan 18, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET with David Pine, PwdLess, Terraria

Bertrand Le Roy
Bertrand Le Roy

To read last week's post, see The week in .NET – On .NET with Reed Copsey, Jr., Orchard Harvest, Ammy, Concurrency Visualizer, Eco. On .NET Last week, David Pine was on the show to talk about his magic mirror, a screen in a mirror, that can display useful information such as his schedule for the day, the weather forecast, and much more. The mirro...

.NET
Jan 12, 2017
Post comments count0
Post likes count0

Improving the NuGet documentation experience on docs.microsoft.com

Karan Nandwani
Karan Nandwani

In late 2016, we started on the journey of improving the docs experience for NuGet with the revamped docs experience. Continuing that journey, today we are announcing the move to docs.microsoft.com/nuget. Given how NuGet has grown to become an integral part of the Visual Studio and .NET ecosystems, this move furthers the integration by providing a ...

NuGetOther announcements