Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Redesigning DontCodeTired.Com (Part 7) - Brand-Aligned Wording
"In part 2 I created a Design Persona that describes what "personality" the redesigned blog will have. Part of this design persona involved defining some brand traits: knowledgeabl ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-7)-Brand-Aligned-Wording
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
In Process Http Server for Integration Test Faking with Owin, Katana, and WebAPI
"Sometimes when integration testing we need an HTTP endpoint. We can set one up in our solution (for example a Web Api project) and make sure it’s running before we execute our integration tests but it ..."
Type
: Post
Tags
: testing, asp.net, owin, katana, web api
http://dontcodetired.com/blog/post/In-Process-Http-Server-for-Integration-Test-Faking-with-Owin-Katana-and-WebAPI
New Pluralsight Course: Writing and Testing Precompiled Azure Functions in Visual Studio 2017
Azure Functions have come a long way in a short time. With newer releases you can now create functio
Type
: Post
Tags
: C#, azure, azure functions, .net, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Writing-and-Testing-Precompiled-Azure-Functions-in-Visual-Studio-2017
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
Testing Akka.NET Actor Systems
My new Pluralsight course Akka.NET Testing Fundamentals is now available. Testing actor system bring
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Testing-AkkaNET-Actor-Systems
FeatureToggle v4 RC1 with .NET Core Support
"The pre-release RC1 version of FeatureToggle with .NET Core support is now available on NuGet. See release notes and GitHub issues for additional background/breaking changes/limitations. The main driv ..."
Type
: Post
Tags
: featuretoggle, open source, .net, .net core
http://dontcodetired.com/blog/post/FeatureToggle-v4-RC1-with-NET-Core-Support
Telling a View to display a Message Dialog from the ViewModel With MVVMLight in Windows 8.1 Store Apps
"The technique below is one technique, others exist, but the design goals of this approach are: The ViewModel cannot know or reference the View The ViewModel should should not care how the View displ ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, windows store apps, xaml, portable class library
http://dontcodetired.com/blog/post/Telling-a-View-to-display-a-Message-Dialog-from-the-ViewModel-With-MVVMLight-in-Windows-81-Store-Apps
Microsoft Feature Flags: Controlling Features with Feature Filters (Microsoft.FeatureManagement)
This is the third part in a series. EDIT: my Feature Management Pluralsight training course is now a
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Controlling-Features-with-Feature-Filters-(MicrosoftFeatureManagement)
You Can Watch All My Pluralsight Training Videos for Free This April
"No credit card needed, sign up for free now and start watching all my Pluralsight training courses for free. Some suggestions: C# C# Attributes: Power and Flexibility for Your Code Working with Nul ..."
Type
: Post
Tags
: pluralsight courses, personal development, profession, career development
http://dontcodetired.com/blog/post/You-Can-Watch-All-My-Pluralsight-Training-Videos-for-Free-This-April
Atomically Copying One Array to Another Array
If we’re copying arrays where the types may be different, sometimes we may want to do an atomi
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Atomically-Copying-One-Array-to-Another-Array
Intercepting and Overriding the Back Button in Windows Phone 8 Apps
"If you want to prevent the default action happening when a user presses the back button on a Windows Phone you can override the OnBackKeyPress method in your page. To prevent the default back behaviou ..."
Type
: Post
Tags
: windows phone, apps, ux
http://dontcodetired.com/blog/post/Intercepting-and-Overriding-the-Back-Button-in-Windows-Phone-8-Apps
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
On Staying Positive and Subconscious Prejudices
"So I was toying with an idea using SignalR on Azure. In the client code:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Internet Uptime</tit ..."
Type
: Post
Tags
: web, signalr, html, personal development
http://dontcodetired.com/blog/post/On-Staying-Positive-and-Subconscious-Prejudices
MVVM Light Messenger Action Executing Multiple Times
"With MVVM Light you can get into a situation where you code-behind's message handler gets called multiple times. If the ctor for the view is registering for a message then the every time the ..."
Type
: Post
Tags
: c#, mvvm, wp7, mvvm light, windows phone 7
http://dontcodetired.com/blog/post/MVVM-Light-Messenger-Action-Executing-Multiple-Times
Lean Publishing and Keeping Software Soft
"Today I released the first iteration of my first ever book via Leanpub.com. To use the word iteration with the word book seems odd, traditionally books are written in their entirety, go through some r ..."
Type
: Post
Tags
: keeping software soft, writing
http://dontcodetired.com/blog/post/Lean-Publishing-and-Keeping-Software-Soft
Brownfield Application Development (Part 1) - Managing Motivation and Energy
"Normal 0 false false false EN-US X-NONE X-NONE ..."
Type
: Post
Tags
: brownfield application development
http://dontcodetired.com/blog/post/Brownfield-Application-Development-(Part-1)-Managing-Motivation-and-Energy
Starting Where You're At
Someone says to you: "you must be doing agile, continuous integration, continuous deployment, automa
Type
: Post
Tags
: profession, personal development, productivity
http://dontcodetired.com/blog/post/Starting-Where-Youre-At
Using XAML Behaviours to stop MVVM Light Messenger Action Executing Multiple Times
"In MVVM Light, when we derive our ViewModel from ViewModelBase, we inherit a Cleanup() method. This method can be overridden, by default it will unregister all messages for the ViewModel, so calling C ..."
Type
: Post
Tags
: xaml, mvvm light, behaviours
http://dontcodetired.com/blog/post/Using-XAML-Behaviours-to-stop-MVVM-Light-Messenger-Action-Executing-Multiple-Times
Synology DiskStation DS1618 Plus Setup And Initial Review
Early this year I tweeted this: Think 2020 is the year to my first NAS. Would you still recommend a
Type
: Post
Tags
: hardware, nas, networking, Synology
http://dontcodetired.com/blog/post/Synology-DiskStation-DS1618-Plus-Setup-And-Initial-Review
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28