Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'

Testing for Thrown Exceptions in NUnit In a previous post, testing for thrown exceptions using xUnit.net was demonstrated. In this post we& Type: Post
Tags : nunit, testing, qa, c#
http://dontcodetired.com/blog/post/Testing-for-Thrown-Exceptions-in-NUnit
MVVM Light Messenger Events Firing Multiple Times "If you register for a message in the ctor of your views code-behind, eg: Messenger.Default.Register<DialogMessage>(this, DialogMessageHandler); Every time you reload the view, i.e ..." Type: Post
Tags : .net, c#, design patterns, mvvm, windows phone 7, wp7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Events-Firing-Multiple-Times
Writing Implicit and Explicit C# Conversion Operators When writing custom classes we can provide behaviour to allow for both explicit and implicit convers Type: Post
Tags : c#, .net
http://dontcodetired.com/blog/post/Writing-Implicit-and-Explicit-C-Conversion-Operators
New Pluralsight Course: Automated Business Readable Web Tests with Selenium and SpecFlow SpecFlow is a tool that can translate natural language scenarios (e.g. writing in English or other s Type: Post
Tags : pluralsight courses, .net, c#, testing, quality, specflow, atdd, specification by example, selenium
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-Business-Readable-Web-Tests-with-Selenium-and-SpecFlow
Free eBook C# 6.0: What’s New Quick Start Complete My new free eBook “C# 6.0: What’s New Quick Start” is now complete and available f Type: Post
Tags : c#, writing, .net
http://dontcodetired.com/blog/post/Free-eBook-C-60-Whate28099s-New-Quick-Start-Complete
The Joys of Silence "I recently took possession of new desktop PC. As a Pluralsight author one of the unique considerations when choosing a new machine was generated noise. After some research I settled on sourcing the co ..." Type: Post
Tags : hardware, productivity, tools
http://dontcodetired.com/blog/post/The-Joys-of-Silence
Testing Akka.NET Actor Systems My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring Type: Post
Tags : .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
Design Principals in Practice: Affordance in Contactless Payment Machines "Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..." Type: Post
Tags : design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
Design Principals in Practice: Desire Lines "A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..." Type: Post
Tags : design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Using Predicates in Akka.NET Receive Actors When using the Receive actor API in Akka.NET, we can take advantage of overloads of the Receive meth Type: Post
Tags : .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Using-Predicates-in-AkkaNET-Receive-Actors
New Pluralsight Course: Implementing Logging and Dependency Injection in Akka.NET If you’ve already watched my Akka.NET fundamentals Pluralsight course and want to learn more a Type: Post
Tags : .net, akka.net, distributed computing, actor model, di, logging, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Implementing-Logging-and-Dependency-Injection-in-AkkaNET
Today I Became a Microsoft MVP "I’ve been awarded a Microsoft Most Valuable Professional award for the first time in my career. I feel like it’s a real personal achievement for me. But why? Recognition The first is purely one of rec ..." Type: Post
Tags : mvp, profession, personal development
http://dontcodetired.com/blog/post/Today-I-Became-a-Microsoft-MVP
Free eBook: Keeping Software Soft "I’ve decided to make my Keeping Software Soft eBook free (or feel free to pay whatever you’d like).   You can download now at http://keepingsoftwaresoft.com/ Happy Reading!" Type: Post
Tags : writing
http://dontcodetired.com/blog/post/Free-eBook-Keeping-Software-Soft
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
Finding Total Number of Windows Store Downloads on the Dev Center Dashboard Page "Just hacked this JavaScript together to calculate the total number of downloads of Windows Store apps.var totalDownloads = 0; $("span:contains('Downloads')").siblings().each(function( index ) { ..." Type: Post
Tags : windows store apps
http://dontcodetired.com/blog/post/Finding-Total-Number-of-Windows-Store-Downloads-on-the-Dev-Center-Dashboard-Page
The Golden Age of Software Development "There's a lot of negativity sometimes in our profession, just take a look in your Twitter stream. The tools we use aren't absolutely 100% without imperfection; the vendors of the tools we use don't al ..." Type: Post
Tags : people, profession, personal development
http://dontcodetired.com/blog/post/The-Golden-Age-of-Software-Development
Anatomy of Type: Baseline and x-height "The baseline is like an imaginary invisible line upon which letters appear to sit. [more] A typeface’s x-height, as its name suggests, is the height of the lowercase x measured from the baseline. The ..." Type: Post
Tags : design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Baseline-and-x-height
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
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
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