Feature Flag Fundamentals with Microsoft Feature Management 2
Releasing software to production can be risky when you do not have fine-grained control of feature availability. This course will teach you how to use Microsoft Feature Management feature flags to control the release of features to your end users.
What you'll learn
Releasing software to production can be hard, risky, and time-consuming, especially if there is a problem and you need to roll back the deployment. In this course,Feature Flag Fundamentals with Microsoft Feature Management 2, you’ll gain the ability to effectively and efficiently manage the development and deployment of features. First, you’ll explore how to configure and use feature flags in code. Next, you’ll discover how to control features and HTML rendering using Microsoft feature flags in an ASP.NET Core app. Finally, you’ll learn how to customize Microsoft Feature Management and even manage features from Azure. When you’re finished with this course, you’ll have the skills and knowledge of Microsoft Feature Management needed to effectively deploy and manage features in production.
Table of contents
- Version Check 0m
- Introduction 2m
- Benefits and Uses of Feature Flags 4m
- An Overview of Microsoft Feature Management 2m
- Getting Started with Microsoft Feature Flags 6m
- Configuring Feature Flags In-memory 5m
- Configuring Feature Flags in an External Configuration File 2m
- Refactoring to Remove Magic String Feature Names 3m
- Feature Flag Considerations 2m
- Summary 1m
- Introduction 1m
- Installing Microsoft Feature Management in an ASP.NET Core App 2m
- Programmatically Querying Feature Flags in Controllers 3m
- Managing Controllers and Controller Actions with Feature Flags 3m
- Disabled Feature Action Handling 3m
- Using a Feature Flag Tag Helper to Conditionally Render HTML Content 5m
- Conditionally Executing MVC Action Filters Based on Feature Flags 3m
- Summary 2m
- Introduction 1m
- An Overview of Feature Filters 2m
- Using the Percentage Feature Filter 5m
- Using the Time Window Feature Filter 3m
- Feature Rollout with Microsoft Feature Management Targeting 2m
- Getting Started with the Targeting Feature Filter in ASP.NET Core 4m
- Creating the a Targeting Context Accessor 3m
- Configuring the Targeting Feature Filter 5m
- Feature Filter Considerations 1m
- Summary 1m
- Introduction 1m
- An Overview of Remote Feature Flag Configuration 2m
- Creating an Azure App Configuration Instance 2m
- Configuring an ASP.NET Core App to Use Azure App Configuration 3m
- Configuring Feature Filters in Azure App Configuration 3m
- Caching and Refreshing of Feature Flag Configuration 3m
- Summary 2m