Search results for 'featuretoggle'

Using FeatureToggle In Your Windows 8 WinRT App "I just released an update to my open source feature toggling library FeatureToggle. Version 1.2.0 add support for using feature toggles in your Windows 8 WinRT .Net (C#) app. For this initial release, ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/Using-FeatureToggle-In-Your-Windows-8-WinRT-App
FeatureToggle v4 RC1 with .NET Core Support "The pre-release RC1 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. The main driv ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC1-with-NET-Core-Support
FeatureToggle 3.2 Released "A minor release of my open source FeatureToggle library has just been released to NuGet. Version 3.2 was a result of user requests to be able to configure toggles that get their values from sql server ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-32-Released
Custom FeatureToggle Implementations for Non-Continuous-Delivery Usages "My open source fetaure toggling library contains a number of prebuilt toggles for common things such as enabling a feature based on the date, or a configuration value. It’s also easy to create custom ..." Type: Post
Tags : featuretoggle, mvvm, mvvmlight
http://dontcodetired.com/blog/post/Custom-FeatureToggle-Implementations-for-Non-Continuous-Delivery-Usages
Mocking with FeatureToggle "I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..." Type: Post
Tags : mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
New RavenDB FeatureToggle "I just published new NuGet package for my open source .NET feature toggling library. This package allows you to turn features on/off depending on what’s configured in a RavenDB database. PM> Instal ..." Type: Post
Tags : open source, featuretoggle, ravendb
http://dontcodetired.com/blog/post/New-RavenDB-FeatureToggle
FeatureToggle v4 Released "Version 4 of FeatureToggle is now released. This release adds initial support for .NET Core. Example code. Release notes. Breaking Changes: Min framework now 4.6.1 / .NET Standard 1.4 Windows 8.n, ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-Released
New FeatureToggle Release: v3.4 With Fluent Syntax "FeatureToggle is an open source feature toggling / feature switching library for .NET.Version 3.4 Introduces an new additional way to get the value of whether a toggle is enabled or not.In versions to ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/New-FeatureToggle-Release-v34-With-Fluent-Syntax
FeatureToggle v3.3 Released "FeatureToggle is an open source feature toggling library for .NET.Version 3.3 was just released to NuGet and includes two minor new features as described below.FallbackValueDecoratorThe FallbackValueD ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-v33-Released
FeatureToggle Now On NuGet "FeatureToggle is now available via NuGet Just search in NuGet Package Manager for FeatureToggle or in Package Manager Console: PM> Install-Package FeatureToggle PM> Inst ..." Type: Post
Tags : windows phone 7, featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-Now-On-NuGet
FeatureToggle Version 3 Released "Version 3 of my open source feature toggle library is now released to NuGet. Version 3 introduces some breaking changes and new features. Breaking Changes The WPF value convertor package has been rem ..." Type: Post
Tags : featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-Version-3-Released
FeatureToggle 1.1.0 Released "FeatureToggle 1.1.0 includes a new EnabledBetweenDatesFeatureToggle.   This toggle can enable a feature when the current date is between a start and end date.   Also in 1 ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-110-Released
FeatureToggle 2.2Released "Release 2.2 of FeatureToggle is now available via NuGet. This release adds a single new toggle: HttpJsonFeatureToggle. This toggle gets it's enabled state from a JSON HTTP endpoint. Configuration shou ..." Type: Post
Tags : featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-22Released
FeatureToggle 2.1 Released "Version 2.1 of my open source feature toggling library has just been released. This new version contains two new toggles. The RandomFeatureToggle as its name suggests will randomly enable/disable a fe ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-21-Released
Introducing FeatureToggle "You can now take a first glance at my new open source project FeatureToggle It's early days yet and I'm not quite what direction it will take. The next thing I'd like to upload ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/Introducing-FeatureToggle
New Pluralsight Course - Implementing Feature Toggles in .NET with FeatureToggle Feature toggles (also referred to as feature flags, flippers, feature switches, etc) are a technique Type: Post
Tags : featuretoggle, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Feature-Toggles-in-NET-with-FeatureToggle
FeatureToggle moved to GitHub "The FeatureToggle project has been moved to: https://github.com/jason-roberts/FeatureToggle The documentation will be moved shortly and a NuGet package will also be available soon..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-moved-to-GitHub
FeatureToggle v4 RC2 with .NET Core Configuration Changes "The pre-release RC2 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. RC2 builds ..." Type: Post
Tags : featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC2-with-NET-Core-Configuration-Changes
FeatureToggle 2.2.1 "An issue was raised about .NET 4 support. This was caused by FeatureToggle.Core having incorrect NuGet PCL target. Version 2.2.1 is now released that should resolve this and allow use of FeatureToggle ..." Type: Post
Tags : featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-221
FeatureToggle Version 2 Released "Version 2 of my open source feature toggling .Net library has just been released to NuGet. V2 introduces a number of breaking changes – see release notes. It also include binary Windows Store DLLs as ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-Version-2-Released