Showing archive results for 2017

Apr 18, 2017
Post comments count0
Post likes count0

The week in .NET – Happy birthday .NET with Robin Cole, TinyORM, 911 Operator

Bertrand Le Roy

Previous posts: On .NET This week on the show, we'll speak with Don Schenck about Red Hat. We'll take questions on Gitter, on the dotnet/home channel and on Twitter. Please use the tag. It's OK to start sending us questions in advance if you can't do it live during the show. Happy birthday .NET with Robin Cole In February we go...

.NET
Apr 17, 2017
Post comments count0
Post likes count0

NuGet Package Identity and Trust

Daniel Jacobson

Update on 10/16/2017: Package ID Prefix Reservation is now live. The documentation can be found here. We want to start this post with a huge thanks to you, the NuGet community. Over the last several months we have been talking to many of you to get feedback on NuGet package identity and trust. We’ve learned so much from you and we hope that what w...

NuGetNuGet.orgSecurity
Apr 14, 2017
Post comments count0
Post likes count0

Azure Functions Tools Roadmap

picru

**Update 5-10-2017: **The first release of Visual Studio 2017 Tools for Azure Functions is now available to try We’ve been humbled by the intense interest in Visual Studio tools for Azure Functions since we shipped our initial preview for Visual Studio 2015 last fall. Unfortunately, given other constraints, Visual Studio 2017 did not include Azure...

ASP.NETAzure
Apr 13, 2017
Post comments count1
Post likes count0

Announcing SignalR 2.2.2 (Preview 1)

Jon Galloway

Today we are happy to announce the release of SignalR 2.2.2-preview1. SignalR 2.2.2 is a servicing release, including some highly requested updates and bug fixes. Here are the highlights of the release: * Support for Service Bus 3 (https://github.com/SignalR/SignalR/issues/3548) * NetStandard version of the client (https://github.com/SignalR/S...

ASP.NET
Apr 11, 2017
Post comments count0
Post likes count0

The week in .NET – .NET Framework 4.7, reference documentation, On .NET on modular ASP.NET, Happy birthday .NET with Immo Landwerth, JustAssembly

Bertrand Le Roy

Previous posts: .NET Framework 4.7 This week, we announced the release of the .NET Framework 4.7. We’ve added support for targeting the .NET Framework 4.7 in Visual Studio 2017, also updated today. The .NET Framework 4.7 includes improvements in several areas: You can see the complete list of improvements a...

.NET
Apr 11, 2017
Post comments count0
Post likes count0

.NET Framework April 2017 Security and Quality Rollup

Rich Lander [MSFT]

Update (2017/05/15): Added Windows 10 entries to KB table. Update (2017/05/09): Known issue information added for the release. Update (2017/04/20): Known issue information added for the release. Today, we are releasing a new Security and Quality Rollup and Security Only Update for the .NET Framework. You can read the April 2017 Security Updates ...

.NET
Apr 6, 2017
Post comments count7
Post likes count3

JWT Validation and Authorization in ASP.NET Core

Jeffrey Fritz

This post was written and submitted by Michael Rousos In several previous posts, I discussed a customer scenario I ran into recently that required issuing bearer tokens from an ASP.NET Core authentication server and then validating those tokens in a separate ASP.NET Core web service which may not have access to the authentication server. The previ...

ASP.NETASP.NET Core
Apr 5, 2017
Post comments count0
Post likes count0

Announcing the .NET Framework 4.7

Rich Lander [MSFT]

Last Updated: 6/15/2017 Today, we are announcing the release of the .NET Framework 4.7. It's included in the Windows 10 Creators Update. We've added support for targeting the .NET Framework 4.7 in Visual Studio 2017, also updated today. See Announcing the .NET Framework 4.7 General Availability to learn about and download the .NET Framework 4...

.NET
Apr 4, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET on SonarLint and SonarQube, Happy birthday .NET with Dan Fernandez, nopCommerce, Steve Gordon

Bertrand Le Roy

Previous posts: On .NET Last week, I spoke with Tamás Vajk and Olivier Gaudin about SonarLint and SonarQube: This week, we'll have Sébastien Ros on the show to talk about modular ASP.NET applications, as they are implemented in Orchard Core. We'll take questions on Gitter, on the dotnet/home channel and on Twitter. Please u...

.NET
Apr 2, 2017
Post comments count0
Post likes count2

How to create your own templates for dotnet new

Sayed Ibrahim Hashimi

You can now create your own templates for `dotnet new`, and this doc walks you through the process of creating one.

.NET