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'

Understanding Azure Durable Functions - Part 1: Overview This is the first part in a series of articles. Durable Functions are built on top of top of the bas Type: Post
Tags : C#, azure, azure functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-1-Overview
Automated Testing: End to End Course My newest Pluralsight course has just been published. We shouldn't live in fear of our code Long-ter Type: Post
Tags : testing, tdd, nunit, moq, mocking, faking, ci, continuous integration, teamcity, watin, agile
http://dontcodetired.com/blog/post/Automated-Testing-End-to-End-Course
Colour: Thinking in Proportions (Dominant, Subdominant, and Accent) "One way of thinking or planning colour is to think in terms of relative expansiveness, that is, the proportion of the use of different colours. One way to describe this proportionality is to think in ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Colour-Thinking-in-Proportions-(Dominant-Subdominant-and-Accent)
xUnit.net 2 Cheat Sheet To compliment the release of my Testing .NET Code with xUnit.net 2 Pluralsight course, I’ve up Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-2-Cheat-Sheet
Microsoft Buys Part of Nokia "So the big news of the moment is that Nokia is selling it’s Devices & Services business to Microsoft. The deal is “expected to close in the first quarter of 2014, subject to approval by Nokia shar ..." Type: Post
Tags : nokia, windows phone, apps
http://dontcodetired.com/blog/post/Microsoft-Buys-Part-of-Nokia
Using C# Keywords for Variable Names It’s possible to use C# keywords for variable names, etc. For example if we wanted a variable Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Using-C-Keywords-for-Variable-Names
New Pluralsight Course: C# Tips and Traps 2 My latest Pluralsight course has just been released. It’s the follow-up course to the popular Type: Post
Tags : .net, c#, pluralsight courses, c# tips
http://dontcodetired.com/blog/post/New-Pluralsight-Course-C-Tips-and-Traps-2
Non Short Circuiting C# Conditional Operators Most of the time when writing C# programs we use the short-circuiting conditional operators. These o Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Non-Short-Circuiting-C-Conditional-Operators
Finding Colour Inspiration: Paint Sample Cards "When designing an app or website it can be hard to come up with inspiration for colour ideas. One place to look is the local hardware/DIY store. These stores usually have colour sample cards from the ..." Type: Post
Tags : design, colour, ui, ux
http://dontcodetired.com/blog/post/Finding-Colour-Inspiration-Paint-Sample-Cards
Creating a Spinner Animation in a Console Application in C# If we have a longer running process taking place in a console application, it’s useful to be a Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Creating-a-Spinner-Animation-in-a-Console-Application-in-C
Testing for Thrown Exceptions in MSTest V2 In previous posts we looked at testing for thrown exceptions in xUnit.net and NUnit. In this post we Type: Post
Tags : mstest, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-MSTest-V2
Merging IEnumerable Sequences in C# with LINQ The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
Three Things I’ve Learned Being a Pluralsight Course Author "Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..." Type: Post
Tags : pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
Automated Acceptance Testing with SpecFlow and Gherkin Course With my new Pluralsight course you’ll learn how to narrow the gap between the business/custome Type: Post
Tags : .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/Automated-Acceptance-Testing-with-SpecFlow-and-Gherkin-Course
Creating Inline Data Driven Tests in xUnit xUnit.net allows the creation of data-driven tests. These kind of tests get their test data from out Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/Creating-Inline-Data-Driven-Tests-in-xUnit
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
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables This is the fourth part in a series demonstrating how to setup continuous deployment of an Azure Fun Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-4-Defining-and-Consuming-Pipeline-Variables
xUnit.net Cheat Sheet "To help people get started with xUnit.net and as an accompaniment to my  Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..." Type: Post
Tags : xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
Starting Where You're At Someone says to you: "you must be doing agile, continuous integration, continuous deployment, automa Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/Starting-Where-Youre-At
You Don’t Have to Write a Generic Class to Use Generic Methods in C# "We can create generic classes such as:class ThingWriter<T> { public void Write(T thing) { Console.WriteLine(thing); } } Here we’re defining a generic class, then usi ..." Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/You-Done28099t-Have-to-Write-a-Generic-Class-to-Use-Generic-Methods-in-C