Month: October 2020

AzureCloud

How Azure App Configuration helps developers roll out new features | Azure Friday

In this episode of Azure Friday, Jimmy Campbell is back to show Scott Hanselman how to use App Configuration for feature management. Traditionally, shipping a new application feature requires a complete redeployment of the application itself, and testing a feature often requires multiple deployments of the application. Now you can use feature flags in App Configuration to grant early access to new app functionality in production.

[0:00:00]– Introduction
[0:00:24]– Episode start
[0:03:47]– Demo: Simple feature flags
[0:06:56]– Exploring the code
[0:12:26]– Demo: Conditional processing with feature filters
[0:19:35]– Episode wrap-up

Source: Channel 9

Resources

AzureCloud

Using Entity Framework Core with Azure SQL DB and Azure Cosmos DB | Azure Friday

In this episode of Azure Friday, Jeremy Likness shows Scott Hanselman how to use Entity Framework (EF) Core with Azure SQL DB and Azure Cosmos DB. EF Core is a lightweight, extensible, open source, and cross-platform version of the popular Entity Framework data access technology.

[0:00:00]– Overview
[0:01:43]– Using Entity Framework Core with Azure SQL DB (existing)
[0:10:23]– Sidebar: Resolving a demo hiccup
[0:15:07]– Using Entity Framework Core with Azure Cosmos DB (new)
[0:22:09]– Wrap-up

Source: Channel 9

Resources