Showing archive results for 2016

Nov 1, 2016
Post comments count0
Post likes count0

Visual Studio Tools for Azure Functions

Web Development Tools Microsoft

Update 5-10-2017: The first release of Visual Studio 2017 Tools for Azure Functions is now available to try. As discussed in the Visual Studio 2017 Toolspost and these 2015 tools were preview tools that provided us great feedback and learning. However, as outlined in our roadmap post, the pivot to precompiled functions with a focus on .NET Standa...

ASP.NETAzure
Nov 1, 2016
Post comments count0
Post likes count0

The week in .NET – .NET Foundation – Serilog – Super Dungeon Bros

Bertrand Le Roy

To read last week's post, see The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse. On .NET: Martin Woodward on the .NET Foundation Last week, Martin Woodward was on the show to talk about the .NET Foundation: This week, we'll speak with Mei-Chin Tsai and Jan K...

.NET
Oct 27, 2016
Post comments count2
Post likes count0

Bearer Token Authentication in ASP.NET Core

Jeffrey Fritz

This is a guest post from Mike Rousos Introduction ASP.NET Core Identity automatically supports cookie authentication. It is also straightforward to support authentication by external providers using the Google, Facebook, or Twitter ASP.NET Core authentication packages. One authentication scenario that requires a little bit more work, though, is ...

ASP.NETASP.NET Core
Oct 27, 2016
Post comments count0
Post likes count0

Announcing NuGet 3.5 RTM

Harikrishna Menon

NuGet 3.5 RTM for Visual Studio 2015 and nuget.exe provide quality improvements, performance improvements, features and new target frameworks like netstandard and netcoreapp. Downloads All NuGet downloads are available on https://nuget.org/downloads. NuGet.exe 3.5 RTM is not marked as the latest yet in the download page or uploaded as a package, ...

NuGetRelease announcement
Oct 25, 2016
Post comments count0
Post likes count0

The week in .NET – .NET, ASP.NET, EF Core 1.1 Preview 1 – On .NET on EF Core 1.1 – Changelog – FluentValidation – Reverse: Time Collapse

Bertrand Le Roy

To read last week's post, see The week in .NET – Bond – The Gallery. Preview 1 of .NET Core 1.1, ASP.NET Core 1.1, and EF Core 1.1 announced Preview 1 versions of .NET Core 1.1, ASP.NET Core 1.1, and Entity Framework Core 1.1 were released today. Check out the blog posts to discover the new features! On .NET Last week, Rowan Mil...

.NET
Oct 25, 2016
Post comments count0
Post likes count0

Announcing Entity Framework Core 1.1 Preview 1

Rowan Miller

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.1 Preview 1 available. Upgrading to 1.1 Preview 1 If you are using one of the database providers shipped by the EF Team (SQL Server, SQLite, and InMemory), then just upgrade your provider package....

Entity Framework
Oct 25, 2016
Post comments count0
Post likes count0

Announcing .NET Core 1.1 Preview 1

Rich Lander [MSFT]

We're excited to announce the .NET Core 1.1 Preview 1 release today. It includes support for additional Linux distributions, has many updates and is the first Current release. I will describe all of these changes below. The release is a preview release and is intended as an early look at the .NET Core 1.1 release. It is not "Go Live" and is not yet...

.NET
Oct 25, 2016
Post comments count0
Post likes count0

Announcing ASP.NET Core 1.1 Preview 1

Jeffrey Fritz

Today we are happy to announce the release of ASP.NET Core 1.1 Preview 1. This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try out the new features and to provide feedback. To update an existing project to ASP.NET Core 1.1 Preview 1 you will need to do the following: 1. Downl...

ASP.NETASP.NET Core
Oct 20, 2016
Post comments count0
Post likes count0

Announcing the October 2016 Update for .NET Core 1.0

Lee Coward

The title may be a bit grand for what's included in this month's update but it is important for folks encountering this specific issue. Look for more in the next month or so. We are releasing an update today which addresses an issue installing on a clean macOS Sierra system. The change is limited to the macOS installer. There are no changes in the...

.NET
Oct 19, 2016
Post comments count0
Post likes count0

.NET Core Tooling in Visual Studio “15”

.NET Team

This post was co-authored by David Carmona, a Principal Program Manager Lead in .NET Team and Joe Morris, a Senior Program Manager in .NET Team. Couple of weeks back, we dedicated a blog post introducing .NET Standard 2.0, which will significantly extend your ability to share code by unifying .NET APIs across all application types and platforms....

.NET