Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'

Auto-Generating Sequences of Integer Values in C# When we need to generate a sequence of integer values, we can do it manually using some kind of loop Type: Post
Tags : c# tips, c#, .net
http://dontcodetired.com/blog/post/Auto-Generating-Sequences-of-Integer-Values-in-C
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
Portable Class Library (PCL) Timer when Targeting Both Windows 8 and Windows Phone using Reactive Extensions "Currently the Timer class is not available when targeting both Windows Phone 8 and Windows 8 Store Apps. For the app I’m building I want the MVVMLight PCL ViewModel to update a property every second – ..." Type: Post
Tags : c#, pcl, rx, reactive extensions, windows store apps, windows phone apps, windows 8 apps
http://dontcodetired.com/blog/post/Portable-Class-Library-(PCL)-Timer-when-Targeting-Both-Windows-8-and-Windows-Phone-using-Reactive-Extensions
Save Keystrokes with AutoHotkey Hotstrings "AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..." Type: Post
Tags : productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Telling a View to display a Message Dialog from the ViewModel With MVVMLight in Windows 8.1 Store Apps "The technique below is one technique, others exist, but the design goals of this approach are: The ViewModel cannot know or reference the View The ViewModel should should not care how the View displ ..." Type: Post
Tags : c#, mvvm, mvvm light, windows store apps, xaml, portable class library
http://dontcodetired.com/blog/post/Telling-a-View-to-display-a-Message-Dialog-from-the-ViewModel-With-MVVMLight-in-Windows-81-Store-Apps
Using Glide Paths to Increase Productivity "I first became aware of the concept of “glide paths” in Getting Results the Agile Way. A glide path is an aeronautical term meaning: “the course followed by an aircraft or spacecraft when descending f ..." Type: Post
Tags : productivity
http://dontcodetired.com/blog/post/Using-Glide-Paths-to-Increase-Productivity
Writing and Self Publishing My First Book: Keeping Software Soft "I recently self published my first book: Keeping Software Soft. To do this I used Leanpub to “Publish early, publish often”. The idea behind this is that you can write a book in increments and publish ..." Type: Post
Tags : writing, leanpub, keeping software soft
http://dontcodetired.com/blog/post/Writing-and-Self-Publishing-My-First-Book-Keeping-Software-Soft
Simplifying Parameter Null and Other Checks with the Pitcher Library "In a previous post I looked at the GaurdClauses library that can simplify the usual guard checks we sometimes need to write. In the comments someone mentioned the Pitcher library that accomplishes the ..." Type: Post
Tags : C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-Pitcher-Library
Prevent Procrastination With This One Simple Tip "I’m currently reading Limitless by Jim Kwik and there’s an excellent  method that he outlines if you struggle with getting stuff done due to procrastination. So I though I’d share. Generally I am ..." Type: Post
Tags : career development, personal development, productivity
http://dontcodetired.com/blog/post/Prevent-Procrastination-With-This-One-Simple-Tip
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
Setting Foreground and Background Colours in .NET Console Applications In addition to doing some fun/weird/useful/annoying things in Console applications, we can also set Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Setting-Foreground-and-Background-Colours-in-NET-Console-Applications
Write Less MVVM ViewModel Boilerplate Code with T4 "Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..." Type: Post
Tags : c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
Advanced SpecFlow: Restricting Step Definition and Hook Execution with Scoped Bindings SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Restricting-Step-Definition-and-Hook-Execution-with-Scoped-Bindings
Find a Designer for your Open Source Project "Are you running an open source project? Need some help with your project CSS, perhaps a NuGet logo, or help with your GUI? It’s hard to find designers, so I made OS Designer Finder. If your open sour ..." Type: Post
Tags : open source, design, ux, ui
http://dontcodetired.com/blog/post/Find-a-Designer-for-your-Open-Source-Project
Advanced SpecFlow: Sharing Data Between Steps with Context Injection SpecFlow is a tool that allows the writing of business-readable tests that can then be automated in Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Advanced-SpecFlow-Sharing-Data-Between-Steps-with-Context-Injection
50 Apps By Christmas: 6 Apps in 3 Days "This article is part of the 50 Apps by Christmas series. As part of the (Australian) Appreneur challenge, I created 6 apps – the same 3 apps, but for both the Windows Phone Store and the Windows 8.1 ..." Type: Post
Tags : windows 8 apps, winrt, 50appsbychristmas2013, windows phone apps, windows phone
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-6-Apps-in-3-Days
Using Page Object Models in UI Test Automation "When using UI automation technologies, changes to the UI can break our tests. For example, if a textbox is being located by its ID in numerous tests, if this ID changes then all these tests will break ..." Type: Post
Tags : testing, ui testing
http://dontcodetired.com/blog/post/Using-Page-Object-Models-in-UI-Test-Automation
Tracking Technical Debt with TechDebtAttributes Technical debt can build up over time, slows down development speed, and could increase the risk of Type: Post
Tags : techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
Enforcing Referential Integrity Between Documents with Marten and PostgreSQL Even though Marten is a library to enable document database storage semantics, because it’s bu Type: Post
Tags : c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Enforcing-Referential-Integrity-Between-Documents-with-Marten-and-PostgreSQL
The ConditionalWeakTable in .NET The ConditionalWeakTable class exists in the System.Runtime.CompilerServices namespace and as its na Type: Post
Tags : .net, c#
http://dontcodetired.com/blog/post/The-ConditionalWeakTable-in-NET