Home
Archive
Contact
Search results for 'Final ng 2022 Women'
Enforcing Referential Integrity Between Documents with Marten and PostgreSQL
Even though Marten is a library to enable document database storage semantics, because it’s bu
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Enforcing-Referential-Integrity-Between-Documents-with-Marten-and-PostgreSQL
Making An Awesome Windows 8 Pinned Tile for your Website
"With Windows 8 and the metro "Modern Windows New UI Store Experience Style" version of Internet Explorer 10, you can pin a web site to the start menu and provide a hi-res image to be displayed on the ..."
Type
: Post
Tags
: html, user experience, ux, web, windows 8, tiles
http://dontcodetired.com/blog/post/Making-An-Awesome-Windows-8-Pinned-Tile-for-your-Website
Changing background image on element with jQuery when using ASP.NET master pages
"If you have an ASP.NET master page defined as below which specifies a css class for the body element to generate a background image for the whole page, you might want to override the default backgroun ..."
Type
: Post
Tags
: asp.net, jquery, html, css, javascript
http://dontcodetired.com/blog/post/Changing-background-image-on-3cbody3e-element-with-jQuery-when-using-ASPNET-master-pages
ICYMI C# 9 New Features: More Pattern Matching Features
This is part of a series of articles on new features introduced in C# 9. Pattern matching was introd
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-More-Pattern-Matching-Features
How to Schedule Cosmos DB Data Processing With Azure Functions
This is the seventh part in a series of articles. You can perform scheduled/batch processing of Azur
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-to-Schedule-Cosmos-DB-Data-Processing-With-Azure-Functions
Improving Message Throughput in Akka.NET with Routers
One of the things I cover in my new Pluralsight course is the awesome feature of routers in Akka.NET
Type
: Post
Tags
: .net, akka.net, actor model
http://dontcodetired.com/blog/post/Improving-Message-Throughput-in-AkkaNET-with-Routers
Akka.NET Dispatchers and User Interface Thread Access
Akka.NET actors typically run in their own (non-UI) threads. This means by default accessing UI obje
Type
: Post
Tags
: .net, akka.net, wpf, mvvm
http://dontcodetired.com/blog/post/AkkaNET-Dispatchers-and-User-Interface-Thread-Access
Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions
If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the mess
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Dealing-With-Unprocessed-Storage-Queue-Poison-Messages-in-Azure-Functions
Using the Microsoft Feature Toggle Library in ASP.NET Core (Microsoft.FeatureManagement)
This is the first 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/Using-the-Microsoft-Feature-Toggle-Library-in-ASPNET-Core-(MicrosoftFeatureManagement)
NUnit 3 Quick Tips: Asserting On Object Reference Equality
When asserting on equality using the EqualConstraint you may not always get the behaviour you want d
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-On-Object-Reference-Equality
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
Getting Started with MoqaLate Mocking in Windows Store Apps
"Just knocked up this quick and dirty video explaining how to set up MoqaLate in a Windows Store app solution. You can find out more about MoqaLate on the MoqaLate project home page."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, testing, tdd, moqalate
http://dontcodetired.com/blog/post/Getting-Started-with-MoqaLate-Mocking-in-Windows-Store-Apps
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
Creating a BlogEngine.NET widget in Silverlight
"So my 1st widget for BE.NET is going to be a Twitter displayer - there is already an extension for this so it's more of an exercise to see how easy it is in BE to do widget \ SL integration..."
Type
: Post
http://dontcodetired.com/blog/post/Creating-a-BlogEngineNET-widget-in-Silverlight
Testing Automation: The Big Picture
It’s often useful to take a step back and look at the bigger picture, this is true in differen
Type
: Post
Tags
: testing, quality, productivity, profession
http://dontcodetired.com/blog/post/Testing-Automation-The-Big-Picture
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
Women in IT
"I’m a white male. I’ve never been subject to discrimination in the workplace because of these things, so I wondered whether I have any claim to write about women in IT. I have worked in all-male teams ..."
Type
: Post
Tags
: profession
http://dontcodetired.com/blog/post/Women-in-IT
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
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
Business-Readable, Living Documentation with BDDfy
"BDDfy enables the creation of tests that, in addition to verifying that the system works correctly, also results in business-readable, living documentation. Business-readable means that the tests are ..."
Type
: Post
Tags
: teststack, bddfy, bdd, testing, qa
http://dontcodetired.com/blog/post/Business-Readable-Living-Documentation-with-BDDfy
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