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'
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
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)
Writing Azure Functions with Function Monkey: Validation
"Function Monkey is a framework to define Azure Functions in a fluent way as opposed to using binding attributes on function methods. Other Function Monkey articles: Creating Azure Functions with Func ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Validation
URL Routing in ASP.Net 4 Web Forms
"ASP.Net 4 simplifies the routing experience introduced in ASP.NET 3.5 SP1. Routing allows the use of more meaningful or 'friendly' URLs (which may also benefit search engine ranking). For ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, web
http://dontcodetired.com/blog/post/URL-Routing-in-ASPNet-4-Web-Forms
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
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
50 Apps By Christmas
"So I thought I’d issue myself a challenge. By Christmas (2013) I will have 50 apps in store. This will most likely be Windows Store apps, but also smattering of Windows Phone 8 apps for good measure. ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-By-Christmas
Understanding Azure Durable Functions - Part 7: The Function Chaining Pattern
This is the seventh part in a series of articles. If you’re not familiar with Durable Function
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-7-The-Function-Chaining-Pattern
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
5 Ways To Give Yourself A Break
"In my many years of being a software developer there’s one thing that I’ve seemed to have experienced on and off throughout this time: Fear. Fear of: Not knowing the latest language/framework/archite ..."
Type
: Post
Tags
: profession, compassion, personal development, people
http://dontcodetired.com/blog/post/5-Ways-To-Give-Yourself-A-Break
Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design
"Redesigning DontCodeTired.Com (Part 2) - Designing with Personality This step is all about deciding what content will go where, and more importantly what content will be removed when viewed on mo ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-3)-Creating-Content-Reference-Wireframes-using-Mobile-First-Responsive-In-Browser-Design
Improving Azure Functions Blob Trigger Performance and Reliability - Part 4: Periodically Checking for Unprocessed Blobs
In the this final part of this series we wrap up by briefly discussing some ways to check for blobs
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-4-Periodically-Checking-for-Unprocessed-Blobs
ICYMI C# 8 New Features: Switch Expressions
In the first part of this series on what was introduced in C# 8, we’re going to take a look at
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Switch-Expressions
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
Design Principals in Practice: Affordance in Contactless Payment Machines
"Take a look at this photo I took of a contactless style of payment terminal at a local grocery store. This is the kind of terminal that, with a compatible credit/debit card you can just tap, hover, or ..."
Type
: Post
Tags
: design, usability, ux, user experience, affordance, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Affordance-in-Contactless-Payment-Machines
ICYMI C# 8 New Features: Write Less Code with Using Declarations
This is part 2 in a series of articles. One nice little enhancement introduced in C# 8 helps to simp
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Write-Less-Code-with-Using-Declarations
Design Principals in Practice: Desire Lines
"A Desire Line (or Desire Path) is the shortest or easiest way to get from where you are to where you want to be. In the physical world we can see these in parks or grassed areas as paths worn away by ..."
Type
: Post
Tags
: design, usability, ux, ui, desire lines, design principals in practice
http://dontcodetired.com/blog/post/Design-Principals-in-Practice-Desire-Lines
Approval Tests: Assert With Human Intelligence
In the previous article I described how the Approval Tests library can help reduce the amount of ass
Type
: Post
Tags
: .net, .net core, testing, approval tests, software development
http://dontcodetired.com/blog/post/Approval-Tests-Assert-With-Human-Intelligence
ICYMI C# 8 New Features: Nested Switch Expressions
This is part 4 in a series of articles. In this series we’ve already covered switch expression
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Nested-Switch-Expressions
Accessing Cosmos DB JSON Properties in Azure Functions with Dynamic C#
This is the eighth part in a series of articles. When working with the Cosmos DB Microsoft.Azure.Doc
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Accessing-Cosmos-DB-JSON-Properties-in-Azure-Functions-with-Dynamic-C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23