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'

Refactoring Production Code With Experiments and Scientist.NET When refactoring a part of an application we can use the existing tests to give a level of confidenc Type: Post
Tags : c#, quality, .net, testing
http://dontcodetired.com/blog/post/Refactoring-Production-Code-With-Experiments-and-ScientistNET
Mocking in .NET Core Tests with Moq When writing automated tests it is sometimes useful to isolate the thing(s) being tested from other Type: Post
Tags : testing, .net, .net core, mocking
http://dontcodetired.com/blog/post/Mocking-in-NET-Core-Tests-with-Moq
Right Click and Context Menu Support in Silverlight 4 "Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..." Type: Post
Tags : .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
Redesigning DontCodeTired.Com (Part 9) - Creating the Design for the First Responsive Breakpoint "At this point in the redesign process the mobile layout and design is (mostly) complete. The next stage of the process is to look at "non-mobile" designs. Again I am going to take a typ ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-9)-Crating-the-Design-for-the-First-Responsive-Breakpoint
Pretty Method Display in xUnit.net One little-known feature of the xUnit.net testing framework is the ability to write test method name Type: Post
Tags : xunit.net, C#, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Pretty-Method-Display-in-xUnitnet
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests We can write automated tests to cover various aspects of the code we write. We can write unit/integr Type: Post
Tags : approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
Create More Maintainable CSS in Less Time with Sass and Visual Studio My new Pluralsight course was recently released that shows how to use Sass when developing ASP.Net w Type: Post
Tags : css, sass, web, html
http://dontcodetired.com/blog/post/Create-More-Maintainable-CSS-in-Less-Time-with-Sass-and-Visual-Studio
Getting Started Testing .NET Core Code with xUnit.net xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework Type: Post
Tags : .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
Serverless Computing and Workflows with Azure Functions and Microsoft Flow Microsoft Flow is a tool for creating workflows to automate tasks. It’s similar in concept to Type: Post
Tags : C#, azure, microsoft flow, serverless, azure functions
http://dontcodetired.com/blog/post/Serverless-Computing-and-Workflows-with-Azure-Functions-and-Microsoft-Flow
Custom Session Logging in Marten Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
A Bouncing Ball Animation in jQuery "Out of the box and without plug-ins, you can animate elements with basic jQuery. You can view a live example of the following code which animates the position of a "ball" up and down. T ..." Type: Post
Tags : jquery, html
http://dontcodetired.com/blog/post/A-Bouncing-Ball-Animation-in-jQuery
Understanding Azure Durable Functions - Part 11: The Asynchronous Human Interaction Pattern This is the eleventh part in a series of articles. If you’re not familiar with Durable Functio Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-11-The-Asynchronous-Human-Interaction-Pattern
Redesigning DontCodeTired.Com (Part 8) - Visual Styling "Now I have all the elements in place (semantic HTML5, typography, copy) in place I can start to think about the visual styling and decoration. The first thing is to refer back to the initial Desi ..." Type: Post
Tags : redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-8)-Visual-Styling
Understanding Azure Durable Functions - Part 3: What Is Durability? This is the third part in a series of articles. Durable Functions make it easier to organize (orches Type: Post
Tags : C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-3-What-Is-Durability
Variables? We Don’t Need No Stinking Variables - C# Discards C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
50 Apps By Christmas: Color Eye "This article is part of the 50 Apps by Christmas series Color Eye is a Windows Phone 8 app that creates colour schemes by sampling live data from the camera. Working with Live Camera Data As I’d not ..." Type: Post
Tags : windows phone apps, windows phone, 50appsbychristmas2013, sql, sqlite, colour
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Color-Eye
Azure Functions Continuous Deployment with Azure Pipelines: Part 6 - Creating an Azure DevOps Release Pipeline This is the sixth part in a series demonstrating how to setup continuous deployment of an Azure Func Type: Post
Tags : funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-6-Creating-an-Azure-DevOps-Release-Pipeline
Learning .NET Unit Testing the Easy Way Knowing what you need to know is hard. Sometimes harder than the learning itself. Many years ago I w Type: Post
Tags : testing, profession, personal development, .net, nunit
http://dontcodetired.com/blog/post/Learning-NET-Unit-Testing-the-Easy-Way
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement) This is part five 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/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
Improving Azure Functions Blob Trigger Performance and Reliability - Part 2: Processing Delays and Missed Blobs This is the second part of a series or articles. When you add a new blob, your blob-triggered functi Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-2-Processing-Delays-and-Missed-Blobs