Home
Archive
Contact
Search results for 'FREE 10, [OFFICIAL | winbox-login.com] , BTI , maxbet , [OFFICIAL | winbox-login.com] bP'
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
Cleaner Code in Unit Tests
One thing that can quickly become messy when writing unit tests is the creation of test objects. If
Type
: Post
Tags
: .net, c#, tdd, testing
http://dontcodetired.com/blog/post/Cleaner-Code-in-Unit-Tests
Switchable Actor Behaviour in Akka.NET
One of the things that actors can do is change their behaviour in response to an incoming message. T
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Tracking Technical Debt with TechDebtAttributes
Technical debt can build up over time, slows down development speed, and could increase the risk of
Type
: Post
Tags
: techdebtattributes, technical debt, c#, open source
http://dontcodetired.com/blog/post/Tracking-Technical-Debt-with-TechDebtAttributes
Better User Experiences and More Robust Applications Pluralsight Course
My new Pluralsight course was just published which shows how to use the open source Polly library. P
Type
: Post
Tags
: c#, ux, pluralsight courses
http://dontcodetired.com/blog/post/Better-User-Experiences-and-More-Robust-Applications-Pluralsight-Course
Baby Steps - Getting Started With Windows Phone 7 Development
"These links are recommended reading to get started understanding developing for the Windows Phone 7 platform. Recommended to be read in the order presented here, from most lightweight to most heavy ..."
Type
: Post
Tags
: windows phone 7, wp7
http://dontcodetired.com/blog/post/Baby-Steps-Getting-Started-With-Windows-Phone-7-Development
Painless .NET Windows Service Creation with Topshelf
Windows Services allow us to run code in the background, without needing (for example) a console app
Type
: Post
Tags
: .net, c#, owin, topshelf, webapi
http://dontcodetired.com/blog/post/Painless-NET-Windows-Service-Creation-with-Topshelf
The Complete Beginners Guide to Hello World using C# .Net and Mono on Raspberry Pi
"Disclaimer: some of the software used below is pre-release, use at your own risk... This article assumes basic knowledge of writing C# and using Visual Studio - it doesn't assume any prior knowledge ..."
Type
: Post
Tags
: .net, c#, visual studio, raspberry pi, hardware, linux
http://dontcodetired.com/blog/post/The-Complete-Beginners-Guide-to-Hello-World-using-C-Net-and-Mono-on-Raspberry-Pi
50 Apps By Christmas: Share to Clipboard
"This article is part of the 50 Apps by Christmas series. When I’m using Windows 8, sometimes I wanted to copy something from one app and use it somewhere else. If the app allows selection and copy al ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, 50appsbychristmas2013, share to clipboard
http://dontcodetired.com/blog/post/50-Apps-By-Christmas-Share-to-Clipboard
Using Sass Maps to Save Time in CSS
Sass is a superset of CSS that “compiles” down to regular CSS usable by any browser. It
Type
: Post
Tags
: css, sass, web, html
http://dontcodetired.com/blog/post/Using-Sass-Maps-to-Save-Time-in-CSS
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
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
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
Maintaining Energy with the Pomodoro Technique
"(The below is an extract from the “Time Management and Motivation” chapter of my book Keeping Software Soft) The Pomodoro Technique is a simple time management system developed by Francesco Cirillo. A ..."
Type
: Post
Tags
: time management, pomodoro, energy
http://dontcodetired.com/blog/post/Maintaining-Energy-with-the-Pomodoro-Technique
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
What’s the Difference Between & and && in C# ?
My previous article “Non Short Circuiting C# Conditional Operators” garnered some commen
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Whate28099s-the-Difference-Between-and-in-C-
Non Short Circuiting C# Conditional Operators
Most of the time when writing C# programs we use the short-circuiting conditional operators. These o
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Non-Short-Circuiting-C-Conditional-Operators
1
2
3
4
5
6
7
8
9
10
11
12
13
14