Showing tag results for .NET

Oct 3, 2016
Post comments count1
Post likes count0

Storing and using secrets in Azure

Bertrand Le Roy

Most applications need access to secret information in order to function: it could be an API key, database credentials, or something else. In this post, we'll create a simple service that will compare the temperatures in Seattle and Paris using the OpenWeatherMap API, for which we'll need a secret API key. I'll walk you through the usage of Azure's...

.NET
Sep 29, 2016
Post comments count0
Post likes count0

Implementing Seeding, Custom Conventions and Interceptors in EF Core 1.0

Mike Rousos

This post was written by Alina Popa, a software engineer on the .NET team. Updated 10/5/2016: This post has been updated to use improved Entity Framework Core techniques which don’t rely on internal APIs. Implementing Seeding, Custom Conventions and Interceptors in EF Core 1.0 Introduction Entity Framework Core (EF Core) is a lightweight and ...

.NET
Sep 27, 2016
Post comments count0
Post likes count0

The week in .NET: On .NET on Orchard 2 – Mocking on Core – StoryTeller – Armello

Bertrand Le Roy

To read last week's post, see The week in .NET: On .NET with Steeltoe – C# Functional Extensions – Firewatch. On .NET Last week, Sébastien Ros was on the show to talk about Orchard 2: This week, we'll speak with JB Evain about his work on the Visual Studio 2015 Tools for Unity, and maybe also Cecil. The show begins at 12PM Pacific Time (note t...

.NET
Sep 20, 2016
Post comments count0
Post likes count0

Announcing the DotNetCompilerPlatform 1.0.2 release

Matt FJH

Update Microsoft.CodeDom.Providers.DotNetCompilerPlatform is now open sourced on GitHub. If you have any suggestion or issue, please go to this link and post your thought there.   Today I'm pleased to announce that the Microsoft.CodeDom.Providers.DotNetCompilerPlatform 1.0.2 package is released on NuGet. It enables ASP.NET to support the ne...

ASP.NET
Sep 20, 2016
Post comments count0
Post likes count0

The week in .NET: On .NET with Steeltoe – C# Functional Extensions – Firewatch

Bertrand Le Roy

To read last week's post, see The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale. On .NET Last week, we had David Morhovich and Zach Brown on the show to talk about Steeltoe: This week, we'll speak with Sébastien Ros about Orchard 2, the new version of the .NET CMS that can run on .NET Core. The show begins at 10A...

.NET
Sep 19, 2016
Post comments count1
Post likes count0

Custom ASP.NET Core Middleware Example

Mike Rousos

One of the great things about ASP.NET Core is its extensibility. The behavior of an ASP.NET Core app's HTTP request handling pipeline can be easily customized by specifying different middleware components. This allows developers to plug in request handlers like MVC middleware, static file providers, authentication, error pages, or even their own cu...

.NET
Sep 14, 2016
Post comments count0
Post likes count0

The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale

Bertrand Le Roy

To read last week's post, see The week in .NET – 9/7/2016. .NET Core 1.0.1 shipped! We shipped .NET Core 1.0.1 yesterday. Check out the announcement! On .NET Last week, we spoke with Benjamin Fistein and Jakub Míšek about Peachpie, a PHP compiler for .NET. We've had Ben and Jakub on the show before, and they came back to show us some of the new...

.NET
Sep 7, 2016
Post comments count0
Post likes count0

The week in .NET – 9/7/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 8/30/2016. On .NET Last week, Ayende Rahien was on the show to talk about RavenDB and .NET: This week, we'll speak with Benjamin Fistein and Jakub Míšek from Peachpie to get an update on their PHP compiler for .NET, which now works on .NET Core and Docker, and can consumer NuGet packages. The sh...

.NET
Aug 30, 2016
Post comments count0
Post likes count0

The week in .NET – 8/30/2016

Bertrand Le Roy

To read last week's post, see The week in .NET – 8/23/2016. On .NET Last week, Phillip Carter was on the show and gave some pretty neat intro-level F# demos. This week, we'll talk to Ayende Rahien from Hibernating Rhinos, about RavenDB and .NET. The show begins at 11AM Pacific Time on Channel 9. We'll take questions on Gitter, on the dotnet/ho...

.NET
Aug 24, 2016
Post comments count1
Post likes count0

What’s New in C# 7.0

Mads Torgersen

Update (4/2017): See New Features in C# 7.0, the update to this post. What follows is a description of all the planned language features in C# 7.0. With the release of Visual Studio "15" Preview 4, most of these features are coming alive. Now is a great time to take them for a spin and tell us your thoughts! C# 7.0 adds a number of ne...

.NET