Home
Archive
Contact
Search results for 'aiab.top[How to get the pages indexed by Google fast'
Beyond Simple Asserts with ApprovalTests
In a test, we are often testing (asserting) individual items such as an (int) age is correct or a st
Type
: Post
Tags
: approval tests, testing, qa, pluralsight courses, .net, c#
http://dontcodetired.com/blog/post/Beyond-Simple-Asserts-with-ApprovalTests
Running xUnit.net Tests on Specific Threads for WPF and Other UI Tests
Sometimes when you write a test with xUnit.net (or other testing frameworks) you may run into proble
Type
: Post
Tags
: xunit.net, testing, qa, quality, .net, .net core
http://dontcodetired.com/blog/post/Running-xUnitnet-Tests-on-Specific-Threads-for-WPF-and-Other-UI-Tests
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
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
Mocking Framework for Windows Store apps (and Windows Phone)
"With Windows Store apps there are challenges getting traditional mocking frameworks such as Rhino and Moq working due to limited reflection support in the platform (presumably for security reasons). I ..."
Type
: Post
Tags
: tdd, windows 8, windows 8 apps, winrt, mocking, testing
http://dontcodetired.com/blog/post/Mocking-Framework-for-Windows-Store-apps-(and-Windows-Phone)
Theming and Styling Your Windows Store App the Easy Way
"This article shows one way of choosing and using a colour scheme in your Windows Store app. The default style looks like this: Step 1 – Choose a Colour Palette We can use our fave colours or use a to ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, xaml, design, colour
http://dontcodetired.com/blog/post/Theming-and-Styling-Your-Windows-Store-App-the-Easy-Way
PubCenter Updates For Your Windows Store (8.0) App’s Ads Sizes
"Microsoft have announced changes to pubCenter ad sizes and new targeted ad support. For Windows 8.1 there will be a new SDK, but there is also a new version of the 8.0 SDK. If your current Windows Sto ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, monetization, advertising, pubcenter, windows blue, windows 8.1
http://dontcodetired.com/blog/post/PubCenter-Updates-For-Your-Windows-Store-(80)-Appe28099s-Ads-Sizes
5 Ways To Give Yourself A Break
"In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..."
Type
: Post
Tags
: profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
What’s New in C# 10: Take Control of Interpolated String Handling
"This is part of a series on the new features introduced with C# 10.In C# you can create an interpolated string such as: $"{DateTime.Now}: starting..."The compiler will transform this to a single strin ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Take-Control-of-Interpolated-String-Handling
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
Design Principals in Practice: Typography in a Grocery Store Window
"I recently saw this notice in a local grocery store window: So it’s pretty ugly from a purely aesthetic point of view. But more than that, I don’t feel that it effectively communicates the message. ..."
Type
: Post
Tags
: design, ux, design principals in practice, typography
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Typography-in-a-Grocery-Store-Window
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints
"Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..."
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-10)-Creating-the-Remaining-Responsive-Breakpoints
ICYMI C# 9 New Features: Top-level Statements
This is the first in a series of articles on new features introduced in C#9. Top-level statements al
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Top-level-Statements
New Free eBook C# 6.0: What’s New Quick Start
The first chapters of my new free eBook have just been published. The book will cover the new featur
Type
: Post
Tags
: c#, writing, .net
http://dontcodetired.com/blog/post/New-Free-eBook-C-60-Whate28099s-New-Quick-Start
10 Pluralsight Courses–A Milestone
"I just had my 10th Pluralsight course released; Building .NET Console Applications in C# teaches how to create well-designed, fully-featured .NET Console applications. When I hit 7 courses I wrote Thr ..."
Type
: Post
Tags
: pluralsight courses, profession, personal development
http://dontcodetired.com/blog/post/10-Pluralsight-Coursese28093A-Milestone
Parsing Command Line Arguments with Command Line Parser Library
"When writing .Net console applications we often need to parse command line arguments that the user specified when launching the application. We get these arguments passed into the program in the args ..."
Type
: Post
Tags
: c#, .net, console applications
http://dontcodetired.com/blog/post/Parsing-Command-Line-Arguments-with-Command-Line-Parser-Library
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
A Feature Based Approach to Organising Test Code in BDDfy and Other Testing Frameworks
"We want our test code to be as high quality as possible, this means smaller amounts of code duplication, reasonably easy to find where things are in Visual Studio, etc. One possible organization struc ..."
Type
: Post
Tags
: teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/A-Feature-Based-Approach-to-Organising-Test-Code-in-BDDfy-and-Other-Testing-Frameworks
Using MVVM Light in Universal Windows Apps
"I though it would be interesting to see how easy it is to define an MVVM Light view model once and then use it in both a Universal Windows Phone and Windows Store project. So I created a new blank uni ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light
http://dontcodetired.com/blog/post/Using-MVVM-Light-in-Universal-Windows-Apps
On Showing Up
"So I just listened to episode 1000 of .NET Rocks. I’ve been listening to this podcast for many years, through biting snow-covered walks in England to the cosseted comfort of an air-conditioned car in ..."
Type
: Post
Tags
: profession, personal development
http://dontcodetired.com/blog/post/On-Showing-Up
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20