Home
Archive
Contact
Search results for 'mega888 Malaysia, [OFFICIAL | winbox-login.com] , FREE 10, BTI , [OFFICIAL | winbox-login.com] Vp'
2013 - Accomplishments, Failures, Learnings, and Thanks
"I started 2013 by quitting my job, and during the remainder of the year I learned a lot, made the odd mistake, and accomplished a few things. This is the obligatory end-of-year post, I hope it will in ..."
Type
: Post
Tags
: end of line
http://dontcodetired.com/blog/post/2013-Accomplishments-Failures-Learnings-and-Thanks
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
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
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
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
Advanced SpecFlow: Using Hooks to Run Additional Automation Code
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-Using-Hooks-to-Run-Additional-Automation-Code
Advanced SpecFlow: Sharing Data Between Steps with Context Injection
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-Sharing-Data-Between-Steps-with-Context-Injection
Merging IEnumerable Sequences in C# with LINQ
The Zip method allows us to join IEnumerable sequences together by interleaving the elements in the
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Merging-IEnumerable-Sequences-in-C-with-LINQ
Auto-Generating Sequences of Integer Values in C#
When we need to generate a sequence of integer values, we can do it manually using some kind of loop
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Auto-Generating-Sequences-of-Integer-Values-in-C
Updating Your Windows 8 App to Windows 8.1: Handling Widths and Replacing Snapped Mode
"Windows 8.1 allows users to resize Windows more freely than Windows 8.0. In Windows 8.0 there was the concept of snapped, filled and full screen viewstates. These concepts are no more in Windows 8.1 a ..."
Type
: Post
Tags
: windows 8 apps
http://dontcodetired.com/blog/post/Updating-Your-Windows-8-App-to-Windows-81-Handling-Widths-and-Replacing-Snapped-Mode
Automated Acceptance Testing with SpecFlow and Gherkin Course
With my new Pluralsight course you’ll learn how to narrow the gap between the business/custome
Type
: Post
Tags
: .net, pluralsight courses, testing, quality, specflow, gherkin
http://dontcodetired.com/blog/post/Automated-Acceptance-Testing-with-SpecFlow-and-Gherkin-Course
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
Converting Chars to Doubles in C#
If we’ve got chars with numeric digits in them, we can convert them to numeric (double) values
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Converting-Chars-to-Doubles-in-C
An Overview of Structured Logging with Serilog
Traditional logging techniques (such as writing lines of text to files) results in the loss of struc
Type
: Post
Tags
: serilog, logging, c#, .net
http://dontcodetired.com/blog/post/An-Overview-of-Structured-Logging-with-Serilog
Using Python Expressions from C# Code
Utilizing the dynamic features of C# and the Dynamic Language Runtime (DLR), among other things, all
Type
: Post
Tags
: .net, c#
http://dontcodetired.com/blog/post/Using-Python-Expressions-from-C-Code
Using C# 7.1 Features
With the release of Visual Studio 2017 update 3, the new C# 7.1 features became available. To use th
Type
: Post
Tags
: c#, .net
http://dontcodetired.com/blog/post/Using-C-71-Features
Refactoring Production Code With Experiments and Scientist.NET
When refactoring a part of an application we can use the existing tests to give a level of confidenc
Type
: Post
Tags
: c#, quality, .net, testing
http://dontcodetired.com/blog/post/Refactoring-Production-Code-With-Experiments-and-ScientistNET
1
2
3
4
5
6
7
8
9
10
11
12
13
14