Showing results for 2017 - Page 17 of 18 - .NET Blog

Feb 2, 2017
Post comments count0
Post likes count0

Introducing scoped API keys

Anand Gaurav
Anand Gaurav

Update 2/14 (05:00 PM PST): This feature is now live! Login to your nuget account and expand the API Keys section to see the new experience. Since last year, we have been working on several fronts to advance NuGet as a secure environment for package distribution. This post describes an experience that will allow you to have better control of API k...

NuGetNuGet.orgFeature Announcement
Feb 1, 2017
Post comments count0
Post likes count1

The .NET Language Strategy

Mads Torgersen
Mads Torgersen

The .NET Language Strategy I am constantly aware of the enormous impact our language investments have on so many people's daily lives. Our languages are a huge strength of the .NET platform, and a primary factor in people choosing to bet on it - and stay on it. I've been here on the .NET languages team at Microsoft for more than a decade, and I've...

.NET
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