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

Women in IT "I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..." Type: Post
Tags : profession
http://dontcodetired.com/blog/post/Women-in-IT
Advanced SpecFlow: Custom Conversion of Step Parameters and Data Tables with [StepArgumentTransformation] 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-Custom-Conversion-of-Step-Parameters-and-Data-Tables-with-StepArgumentTransformation
Vertically Center Div in Browser Window using Viewport-Relative Lengths "I found out about these units this week so I wanted to have a play with them. The CSS units: vw, vh, vmin, and vmax allow sizes to be specified relative the the browser window size (or the “initial co ..." Type: Post
Tags : web, css, html, responsive design, ux, ui
http://dontcodetired.com/blog/post/Vertically-Center-Div-in-Browser-Window-using-Viewport-Relative-Lengths
FeatureToggle 2.2.1 "An issue was raised about .NET 4 support. This was caused by FeatureToggle.Core having incorrect NuGet PCL target. Version 2.2.1 is now released that should resolve this and allow use of FeatureToggle ..." Type: Post
Tags : featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-221
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
Write Less Repetitive Boilerplate Code with Fody My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having Type: Post
Tags : fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
Building the Right Thing with TestStack "My newest Pluralsight course was just released today: Building the Right Thing in .NET with TestStack. TestStack is a suite of tools to help the team build better software. The super-friendly members ..." Type: Post
Tags : pluralsight courses, teststack
http://dontcodetired.com/blog/post/Building-the-Right-Thing-with-TestStack
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
15-Second Favourite Programmer Music Survey "Hi, I thought it would be cool to collate peoples favourite music album to code to. I created this Excel Web App survey – I would be grateful if you could take 15-seconds to tell me (anonymously) what ..." Type: Post
Tags : profession
http://dontcodetired.com/blog/post/15-Second-Favourite-Programmer-Music-Survey
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
New Pluralsight Course: Dynamic C# Fundamentals My Pluralsight course “Dynamic C# Fundamentals” is now available. The course is split in Type: Post
Tags : pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Dynamic-C-Fundamentals
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
Keeping Software Soft Now Available as Part of 2 Book Bundles "My book Keeping Software Soft is now available as part of two book bundles: The Journey Programmer book bundle The Happy Programmer book bundle" Type: Post
Tags : keeping software soft, writing
http://dontcodetired.com/blog/post/Keeping-Software-Soft-Now-Available-as-Part-of-2-Book-Bundles
Additional Windows Phone 7 Icons "You should double-check the license terms for these before using in your apps. 500 Metro Style WP7 Icons WP7 Icon Pack 105 Extra Icons" Type: Post
Tags : wp7, ui design, windows phone 7
http://dontcodetired.com/blog/post/Additional-Windows-Phone-7-Icons
Please Vote for This!! :) "Only if you want to do TDD and be able to use mocking frameworks rather that hand-roll your own mocks that is :(   http://wpdev.uservoice.com/forums/110705-app-platform/suggestions/1762 ..." Type: Post
Tags : wp7, tdd, testing, windows phone 7
http://dontcodetired.com/blog/post/Please-Vote-for-This!!-)
Windows Phone 7 Product Webpage Template "If you want a quick way to create a product page for your Windows 7 App, this is a nice starter page by Nick Harewood.   View a live sample or get more info and download." Type: Post
Tags : wp7, windows phone 7
http://dontcodetired.com/blog/post/Windows-Phone-7-Product-Webpage-Template
Different Ways to Parse Http Request Data in Http-triggered Azure Functions (This post refers to Azure Functions v2) There are different ways to access both the request data an Type: Post
Tags : azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Different-Ways-to-Parse-Http-Request-Data-in-Http-triggered-Azure-Functions
Introducing (probably) The World's Only Mocking Framework for Windows Phone 7 (WP7) "Introducing MoqaLate Whilst I love developing apps for Windows Phone 7, the testing aspect is hard! I'm a TDD-er by default and it's such a pain to have to hand roll my own mock objects. ..." Type: Post
Tags : windows phone 7, wp7, c#, testing, tdd, mocking, moqalate
http://dontcodetired.com/blog/post/Introducing-(probably)-The-Worlds-Only-Mocking-Framework-for-Windows-Phone-7-(WP7)
FeatureToggle Now On NuGet "FeatureToggle is now available via NuGet Just search in NuGet Package Manager for FeatureToggle or in Package Manager Console: PM> Install-Package FeatureToggle PM> Inst ..." Type: Post
Tags : windows phone 7, featuretoggle, open source
http://dontcodetired.com/blog/post/FeatureToggle-Now-On-NuGet
Improving Azure Functions Blob Trigger Performance and Reliability - Part 4: Periodically Checking for Unprocessed Blobs In the this final part of this series we wrap up by briefly discussing some ways to check for blobs Type: Post
Tags : C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-4-Periodically-Checking-for-Unprocessed-Blobs