Home
Archive
Contact
Search results for 'texas holdem poker online facebook. 💰⏩Betkings66.com⏪💰. free poker games online win real money. real online poker tournaments. 💰⏩Betkings66.com⏪💰. poker online spielengu'
Redesigning DontCodeTired.Com (Part 6) - Creating Mobile Styling Using a Typography-Out Approach
"Redesigning DontCodeTired.Com Part 5 - Showing and Hiding Mobile Specific Elements The idea of typography-out is that for websites where the textual content is king, it makes sense to elevate it ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, css, typography
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-6)-Creating-Mobile-Styling-Using-a-Typography-Out-Approach
Setting Up Mock ref Return Values in Moq
I recently received a message related to my Mocking in .NET Core Unit Tests with Moq: Getting Starte
Type
: Post
Tags
: mocking, testing, qa, xunit.net
http://dontcodetired.com/blog/post/Setting-Up-Mock-ref-Return-Values-in-Moq
Clean C# eBook Published
The final version of my free Clean C# eBook has just been published. You can download the bo
Type
: Post
Tags
: c#, writing
http://dontcodetired.com/blog/post/Clean-C-eBook-Published
Using C# Source Generators with Microsoft Feature Management Feature Flags
C# Source Generators allow you to generate and compile source code dynamically. You can read more ab
Type
: Post
Tags
: .net, .net core, c#, code generation, FeatureManagement, featuretoggle
http://dontcodetired.com/blog/post/Using-C-Source-Generators-with-Microsoft-Feature-Management-Feature-Flags
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
Getting Blob Metadata When Using Azure Functions Blob Storage Triggers
(This article refers to Azure Functions V2) Basic Blob Metadata There are a few basic pieces of meta
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Getting-Blob-Metadata-When-Using-Azure-Functions-Blob-Storage-Triggers
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
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
Write Less Repetitive Boilerplate Code with Fody
My newest Pluralsight course on Fody was just released. Fody is a tool that frees us up from having
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Write-Less-Repetitive-Boilerplate-Code-with-Fody
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
Kill CapsLock with AutoHotkey
"How often do you actually use CapsLock – deliberately that is? Most of the time I hit it accidentally then END UP SHOUTING in emails or Tweets. It’s especially a pain sometimes while coding… We can st ..."
Type
: Post
Tags
: autohotkey, productivity, visual studio
http://dontcodetired.com/blog/post/Kill-CapsLock-with-AutoHotkey
Diagnosing Failing Tests More Easily and Improving Test Code Readability
Sometimes the assertions that come bundled with a testing framework are suboptimal in that they do n
Type
: Post
Tags
: testing, .net, .net core, C#
http://dontcodetired.com/blog/post/Diagnosing-Failing-Tests-More-Easily-and-Improving-Test-Code-Readability
Executing Multiple Azure Functions When Azure Cosmos DB Documents Are Created or Modified
This is the sixth part in a series of articles. Sometimes you may want more than one Azure Function
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Executing-Multiple-Azure-Functions-When-Azure-Cosmos-DB-Documents-Are-Created-or-Modified
Understanding Azure Durable Functions - Part 6: Activity Functions with Additional Input Bindings
This is the sixth part in a series of articles. Up until this point in this series, the activity fun
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-6-Activity-Functions-with-Additional-Input-Bindings
Design Principals in Practice: Proximity in Peregrine
"The Gestalt Principals help us to understand human perception. The application of these principals can help us create better user interfaces and improve the overall user experience. The Problem Peregr ..."
Type
: Post
Tags
: ui, ux, gestalt principals, design principals in practice, design
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Proximity-in-Peregrine
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
How To Notify Clients of Cosmos DB Changes with Azure SignalR and Azure Functions
This is the fourth part in a series of articles. The Cosmos DB Azure Functions trigger can be used i
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-To-Notify-Clients-of-Cosmos-DB-Changes-with-Azure-SignalR-and-Azure-Functions
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-
Lifelike Test Data Generation with Bogus
Bogus is a lovely library from Brian Chavez to use in automated tests to automatically generate test
Type
: Post
Tags
: testing, qa, quality, xunit.net
http://dontcodetired.com/blog/post/Lifelike-Test-Data-Generation-with-Bogus
Using Predicates in Akka.NET Receive Actors
When using the Receive actor API in Akka.NET, we can take advantage of overloads of the Receive meth
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Using-Predicates-in-AkkaNET-Receive-Actors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23