Home
Archive
Contact
Search results for 'poker online eesti. 💰⏩Betkings66.com⏪💰. online poker rooms mi. poker game free online. 💰⏩Betkings66.com⏪💰. real money online poker pennsylvania'
New Pluralsight Course - Automated ASP.NET MVC Testing: End to End
My new Pluralsight course Automated ASP.NET MVC Testing: End to End was just published. The course l
Type
: Post
Tags
: testing, asp.net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Automated-ASPNET-MVC-Testing-End-to-End
The Complete Beginners Guide to using SQLite SQL database in a Windows 8 App
"[Writing this on the train home so may be a bit rushed – sorry :) ] Install the Bits In Visual Studio 2012, go to Tools menu, Extensions and updates. Search for “SQLite for Windows Runtime” – instal ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, sql, sqlite
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-using-SQLite-SQL-database-in-a-Windows-8-App
An Open Letter to Scott Hanselman
"Hi Scott, My name’s Jason, you don’t know me, we’ve never met. I was inspired by your honesty and openness when talking about your experience with cancer to say the following: Thanks. I don’t think th ..."
Type
: Post
Tags
: kindness, meanness, human, people
http://dontcodetired.com/blog/post/An-Open-Letter-to-Scott-Hanselman
3 Tools for Choosing and Working with Color in Apps, Websites, and Print
"When developing apps, websites, or even presentations for your team or management it can be difficult to come up with a working color scheme. Below are three useful tools that can be of help. Adobe Co ..."
Type
: Post
Tags
: ux, design, color
http://dontcodetired.com/blog/post/3-Tools-for-Choosing-and-Working-with-Color-in-Apps-Websites-and-Print
New Pluralsight Course: Getting Started Building Windows Services with Topshelf
My newest Pluralsight course “Getting Started Building Windows Services with Topshelf” h
Type
: Post
Tags
: pluralsight courses, .net, c#, topshelf
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Getting-Started-Building-Windows-Services-with-Topshelf
FeatureToggle v3.3 Released
"FeatureToggle is an open source feature toggling library for .NET.Version 3.3 was just released to NuGet and includes two minor new features as described below.FallbackValueDecoratorThe FallbackValueD ..."
Type
: Post
Tags
: featuretoggle, open source, .net
http://dontcodetired.com/blog/post/FeatureToggle-v33-Released
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting
This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting
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
Coding with Compassion
"From an engineering perspective we judge code by its complexity, test coverage, etc. These are all empirical measurements that give us an indication of the qualities that the code base possesses. ..."
Type
: Post
Tags
: compassion, software development
http://dontcodetired.com/blog/post/Coding-with-Compassion
Hook Execution Order in SpecFlow 2
SpecFlow hooks allow additional code to be executed before and after various stages of the test exec
Type
: Post
Tags
: testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/Hook-Execution-Order-in-SpecFlow-2
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
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
Testing Responsive Web Designs and Layout
"CSS3 Media Queries enable us to have different layouts and show/hide content based on the width of the browser or device the page is being displayed on. Typically you will have a number of Respon ..."
Type
: Post
Tags
: web design, responsive web design, responsive design, web, web design, design
http://dontcodetired.com/blog/post/Testing-Responsive-Web-Designs-and-Layout
Creating Azure Functions with Function Monkey–First Look
"I’ve had Function Monkey on my to-look-at radar for a little while now so I thought I’d finally get round to looking at it in this post. As a writing experiment I’m going to “live write” my experience ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Creating-Azure-Functions-with-Function-Monkey-First-Look
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
New Pluralsight Course: Business Readable Automated Tests with SpecFlow 2.0
My newest Pluralsight course was just published. Business Readable Automated Tests with SpecFlow 2.0
Type
: Post
Tags
: pluralsight courses, .net, c#, testing, quality, specflow, gherkin, bdd, atdd, specification by example
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Business-Readable-Automated-Tests-with-SpecFlow-20
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 Course Update: Working with Files and Streams in C#
An newly updated version of my Working with Files and Streams in C# video training course is now ava
Type
: Post
Tags
: C#, .net
http://dontcodetired.com/blog/post/New-Course-Update-Working-with-Files-and-Streams-in-C
Asserting the Results of Tests in xUnit.net
The below is an excerpt from the latest chapter “An Introduction to Unit Testing With xUnit.ne
Type
: Post
Tags
: xunit, testing
http://dontcodetired.com/blog/post/Asserting-the-Results-of-Tests-in-xUnitnet
New Pluralsight Course - Introduction to .NET Testing with NUnit
If you are just dipping your toe in the water when it comes to testing .NET applications it can be a
Type
: Post
Tags
: nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23