Home
Archive
Contact
Search results for 'texas holdem poker online facebook. 💰��Betkings66.com⏪💰. free poker games online win real money. real online poker tournaments. 💰⏩Betkings66.com⏪💰. poker online spielengu'
Microsoft Feature Toggle Feature Flag Library: A First Look
EDIT: my Feature Management Pluralsight training course is now available. As the creator of the .NET
Type
: Post
Tags
: C#, .net, .net core, featuretoggle
http://dontcodetired.com/blog/post/Microsoft-Feature-Toggle-Feature-Flag-Library-A-First-Look
Hook Execution Order in SpecFlow 2
SpecFlow hooks allow additional code to be executed before and after various stages of the test exec
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
Understanding Azure Durable Functions - Part 4: Passing Input To Orchestrations and Activities
This is the fourth part in a series of articles. In the first part of the series we learned that Dur
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-4-Passing-Input-To-Orchestrations-and-Activities
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern
This is the eighth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-8-The-Fan-OutFan-In-Pattern
Understanding Azure Durable Functions - Part 12: Sub Orchestrations
This is part twelve in a series of articles. If you’re not familiar with Durable Functions you
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-12-Sub-Orchestrations
Using Local Functions to Replace Comments
One idea I’ve been thinking about recently is the replacement of comments with local function
Type
: Post
Tags
: C#, .net, .net core, testing
http://dontcodetired.com/blog/post/Using-Local-Functions-to-Replace-Comments
New Pluralsight Course: Creating Automated Browser Tests with Selenium in C#
My newest Pluralsight course was just published and you can start watching today. Selenium is a tool
Type
: Post
Tags
: C#, selenium, testing, .net, profession, personal development
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Creating-Automated-Browser-Tests-with-Selenium-in-C
Adding Tuple Support to .NET Classes in C#
Edit: Updated to improve clarity (thanks to Paulo in the comments for helping to improve his article
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Adding-Tuple-Support-to-NET-Classes-in-C
Simplifying Parameter Null and Other Checks with the GuardClauses Library
"Often you want to add null checking and other check code at the start of a method to ensure all the values passed into the method are valid before continuing. For example the following method checks t ..."
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-GuardClauses-Library
Configuring Custom Feature Filters with Azure App Configuration (Microsoft.FeatureManagement)
This is part ten in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Configuring-Custom-Feature-Filters-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Managing ViewState in ASP.Net 4
"ASP.Net 4 allows us to use an opt-in viewstate approach rather than an opt-out approach in previous ASP.Net versions (EnableViewState was available in prior versions, but if you disable viewstate, all ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Managing-ViewState-in-ASPNet-4
Brownfield Application Development (Part 1) - Managing Motivation and Energy
"Normal 0 false false false EN-US X-NONE X-NONE ..."
Type
: Post
Tags
: brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-1)-Managing-Motivation-and-Energy
New Pluralsight Course: The xUnit.net Testing Framework
My latest Pluralsight course on the xUnit.net testing framework has just been released. Course Descr
Type
: Post
Tags
: xunit, .net, c#, pluralsight courses, testing, tdd, quality, autofixture, automocking
http://dontcodetired.com/blog/post/New-Pluralsight-Course-The-xUnitnet-Testing-Framework
Refactoring an Azure Functions App to use Function Monkey
"In a previous post I took a first look at the Function Monkey library to define Azure Functions using commands and handlers. In this post I’m going to try and take an existing functions app and conver ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Refactoring-an-Azure-Functions-App-to-use-Function-Monkey
Improving Struct Equality Performance in C#
The equality performance of struct equality comparisons can be improved by overriding .Equals(). Thi
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Improving-Struct-Equality-Performance-in-C
Exception Handling in C# Course Update
An updated version of my Exception Handling in C# course is now available that updates demos to to u
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/Exception-Handling-in-C-Course-Update
ICYMI C# 8 New Features: Asynchronous Streams
This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable<
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
Writing Azure Functions with Function Monkey: Using Commands Without Handlers
"If you’ve read the previous articles on Function Monkey you may be wondering if you always need a command handler. Sometimes you may want to accept a request into the system (for example via HTTP) and ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Using-Commands-Without-Handlers
Gradually Rollout New Features with Targeting Feature Flags (Microsoft.FeatureManagement)
This is part nine in a series of articles. EDIT: my Feature Management Pluralsight training course i
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Gradually-Rollout-New-Features-with-Targeting-Feature-Flags-(MicrosoftFeatureManagement)
Preventing Inconsistent Feature Flag Values During a Single Request (Microsoft.FeatureManagement)
This is part six in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Preventing-Inconsistent-Feature-Flag-Values-During-a-Single-Request-(MicrosoftFeatureManagement)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23