Home
Archive
Contact
Search results for 'desktop qr code scanner-(yokoscan.net)'
C# Source Generators: Less Boilerplate Code, More Productivity
One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug
Type
: Post
http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
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
Using Cyclomatic Complexity as an Indicator of Clean Code
Cyclomatic complexity is one way to measure how complicated code is, it measures how complicated the
Type
: Post
Tags
: c#, clean code, quality, metrics
http://dontcodetired.com/blog/post/Using-Cyclomatic-Complexity-as-an-Indicator-of-Clean-Code
Design Principals in Practice: Source Code Formatting
"(This article is part of the Design Principals in Practice series) We often take for granted, design principles that are in use in the real world; even in source code these principles affect out abili ..."
Type
: Post
Tags
: design, design principals in practice, c#, clean code
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Source-Code-Formatting
ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters
This is part of a series of articles on new features introduced in C# 9. Prior to C# 9 if you wanted
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Reduce-Boilerplate-Constructor-Code-with-Init-Only-Property-Setters
What’s New in C# 10: Simplify Nested Property Pattern Code
"This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
Unit Testing C# File Access Code with System.IO.Abstractions
It can be difficult to write unit tests for code that accesses the file system. It’s pos
Type
: Post
Tags
: c#, testing, xunit.net, qa, .net
http://dontcodetired.com/blog/post/Unit-Testing-C-File-Access-Code-with-SystemIOAbstractions
Refactoring Code to Use C# Local Functions
In a previous post I talked about the potential use of local functions to replace comments. This gen
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Refactoring-Code-to-Use-C-Local-Functions
Returning HTTP Status Codes from Azure Functions
(This post refers to Azure Functions v2) When creating HTTP-triggered Azure Functions there are a nu
Type
: Post
Tags
: azure, azure functions, c#, serverless, .net, .net core
http://dontcodetired.com/blog/post/Returning-HTTP-Status-Codes-from-Azure-Functions
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
Implementing Platform Specific Code in Universal Windows Apps with MVVMLight and Dependency Injection
"In previous articles I’ve covered using MVVMLight in Universal Windows Apps and using C# partial classes and methods to implement different code on Windows Phone and Windows Store apps. While partial ..."
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, mvvm, mvvm light, di, dependency injection
http://dontcodetired.com/blog/post/Implementing-Platform-Specific-Code-in-Universal-Windows-Apps-with-MVVMLight-and-Dependency-Injection
Getting Started Testing .NET Core Code with xUnit.net
xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework
Type
: Post
Tags
: .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
Redesigning DontCodeTired.Com (Part 2) - Designing with Personality
"Redesigning DontCodeTired.Com (Part 1) - The Content Inventory Users Personas User personas are a way to try and understand the user base by inventing archetypal representative users at a ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-2)-Designing-with-Personality
What’s New in C# 10: Write Less Code and Reduce Repeated Using Directives
This is part of a series on the new features introduced with C# 10. There are 2 related features in
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Write-Less-Code-and-Reduce-Repeated-Using-Directives
New Pluralsight Course: Testing C# Code in Production with Scientist.NET
My latest Pluralsight course is now available for viewing. It demonstrates how to use the Scientist.
Type
: Post
Tags
: pluralsight courses, .net, c#, quality, testing
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Testing-C-Code-in-Production-with-ScientistNET
5 Ways to Contribute to Open Source - It’s Not All Code
"Open source is cool. Most of us use at least one open source project in our daily work. Even if we don’t, the websites we visit probably do. It’s easy to contribute to an open source project, even if ..."
Type
: Post
Tags
: profession, personal development, open source
http://dontcodetired.com/blog/post/5-Ways-to-Contribute-to-Open-Source-Ite28099s-Not-All-Code
Reducing MVVM Light Viewmodel Code with Fody Property Dependencies and Custom Property Changed Methods
"In other previous articles I’ve written about Fody and this article we’ll see how we can use the PropertyChanged.Fody addin with MVVM Light viewmodels. The preceding screenshot shows the app in acti ..."
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Reducing-MVVM-Light-Viewmodel-Code-with-Fody-Property-Dependencies-and-Custom-Property-Changed-Methods
Redesigning DontCodeTired.Com (Part 11) - Conclusion
"The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..."
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-11)-Conclusion
Write Less MVVM ViewModel Boilerplate Code with T4
"Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
Redesigning DontCodeTired.Com (Part 1) - The Content Inventory
"This is the first in a series of posts describing how I am redesigning the DontCodeTime.com blog. DontCodeTired is looking tired and boring, it also sucks when viewed on a mobile phone, hence I ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, web, responsive web design, responsive design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-1)-The-Content-Inventory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18