Search results for 'FREE 10, [OFFICIAL | winbox-login.com] , BTI , maxbet , [OFFICIAL | winbox-login.com] bP'

UX Observations: TED Xbox One App "This is the first in a new series of articles I want to start, noting user experience things I use/see and observing how they could potentially be improved. The articles in this series aren’t meant to ..." Type: Post
Tags : ux observations, ux, ui, design, xbox
http://dontcodetired.com/blog/post/UX-Observations-TED-Xbox-One-App
Quick-Start Guide To Using xUnit To Test Your Windows 8 WinRT Store app "Until xUnit officially supports* Windows store apps you can get xUnit working with your WinRT app by doing the following: In Visual Studio 2012, go to Tools menu, Extensions and Updates; search for an ..." Type: Post
Tags : windows 8 apps, windows 8, apps, xunit, testing
http://dontcodetired.com/blog/post/Quick-Start-Guide-To-Using-xUnit-To-Test-Your-Windows-8-WinRT-Store-app
C# Tips eBook 50% Complete "I just published a new version of my C# Tips eBook that marks the half way point of the project. C# Tips is available in PDF, EPUB, and MOBI. The book is scheduled for completion by the end of the yea ..." Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-5025-Complete
Leveraging C# Partial Classes and Methods in Windows Universal Apps There’s a number of ways we could implement platform specific code in Windows Universal Apps w Type: Post
Tags : c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
Testing ASP.Net MVC Controllers with FluentMVCTesting FluentMVCTesting facilitates the writing of tests against MVC controllers in a fluent way. FluentMVC Type: Post
Tags : teststack, fluentmvctesting, testing, qa, asp.net, asp.net mvc
http://dontcodetired.com/blog/post/Testing-ASPNet-MVC-Controllers-with-FluentMVCTesting
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
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
3 Ways to Pass State Between SpecFlow Step Definitions Sometimes we need one step definition to know about parameter data that was passed to previous steps Type: Post
Tags : testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/3-Ways-to-Pass-State-Between-SpecFlow-Step-Definitions
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
Kill Your Productivity Demons with my New Pluralsight Course "My new Pluralsight course Personal Productivity & Performance Tools for Windows Developers “get more done in less time” has just been released. It covers a range of developer-focused and general p ..." Type: Post
Tags : productivity, linqpad, pluralsight courses, profession, personal development, autohotkey, ifttt
http://dontcodetired.com/blog/post/Kill-Your-Productivity-Demons-with-my-New-Pluralsight-Course
What are Your 3 Wins for 2014? "The idea of "the power of three" is a universal concept; it can be seen anywhere from religion (The Holy Trinity, Triquetra, etc.) to childhood learning ("ABC", "123") to entertainment (The Three Musk ..." Type: Post
Tags : profession, personal development, productivity
http://dontcodetired.com/blog/post/What-are-Your-3-Wins-for-2014
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
Playing and Processing Audio in UWP Apps with Audio Graphs UWP apps can take advantage of the Audio Graph API. This allows the creation of audio nodes into an Type: Post
Tags : uwp, c#
http://dontcodetired.com/blog/post/Playing-and-Processing-Audio-in-UWP-Apps-with-Audio-Graphs
Handling CTRL-C in .NET Console Applications By default, pressing CTRL-C while a console application is running will cause it to terminate. If we Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Handling-CTRL-C-in-NET-Console-Applications
Getting Input From Alternative Sources in .NET Console Applications Using the Console.SetIn Method allows us to specify an alternative source (TextReader stream). For e Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Getting-Input-From-Alternative-Sources-in-NET-Console-Applications
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
3 Surprising Things to Do with the Console in C# The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things Type: Post
Tags : c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
New Pluralsight Course: SpecFlow Tips and Tricks My latest Pluralsight course was released today: SpecFlow Tips and Tricks is a short course to help Type: Post
Tags : .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/New-Pluralsight-Course-SpecFlow-Tips-and-Tricks
Persistent Actors in Akka.NET By default, actors in Akka.NET lose their internal state when they are restarted, for example due to Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Persistent-Actors-in-AkkaNET