Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
Improving Azure Functions Blob Trigger Performance and Reliability - Part 3: Using Event Grid to Respond to New Blobs
In the previous part of the series we saw how to improve the reliability of responding to new 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-3-Using-Event-Grid-to-Respond-to-New-Blobs
Theming and Styling Your Windows Store App the Easy Way
"This article shows one way of choosing and using a colour scheme in your Windows Store app. The default style looks like this: Step 1 – Choose a Colour Palette We can use our fave colours or use a to ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, xaml, design, colour
http://dontcodetired.com/blog/post/Theming-and-Styling-Your-Windows-Store-App-the-Easy-Way
Creating a Tweet Buffer with Azure Queues and Microsoft Flow
There are apps and services that allow the scheduling or buffering of the sending of Tweets. Using t
Type
: Post
Tags
: microsoft flow, azure, azure functions, serverless
http://dontcodetired.com/blog/post/Creating-a-Tweet-Buffer-with-Azure-Queues-and-Microsoft-Flow
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
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
FallbackValue, TargetNullValue & StringFormat in Silverlight 4
"Silverlight 4 introduces some further databinding functionality including: FallbackValue If there is a problem with performing the binding, for example an incorrect path to a property value, the ..."
Type
: Post
Tags
: .net, c#, databinding, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/FallbackValue-TargetNullValue-StringFormat-in-Silverlight-4
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
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
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
What’s New in C# 10: Reclaim Horizontal Editing Space and Simplify Nesting
This is the first part of a series on the new features introduced with C# 10. Prior to C# 10, to def
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Reclaim-Horizontal-Editing-Space-and-Simplify-Nesting
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
Creating Azure Functions with Function Monkey–First Look
"I’ve had Function Monkey on my to-look-at radar for a little while now so I thought I’d finally get round to looking at it in this post. As a writing experiment I’m going to “live write” my experience ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Creating-Azure-Functions-with-Function-Monkey-First-Look
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
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
Testing ASP.NET Core MVC Controllers: Getting Started
When writing ASP.NET Core MVC web applications, you may want to test that controller actions behave
Type
: Post
Tags
: testing, .net core, xunit.net, asp.net core
http://dontcodetired.com/blog/post/Testing-ASPNET-Core-MVC-Controllers-Getting-Started
Mocking with FeatureToggle
"I was asked a question on Twitter so I thought I’d write it up here. When using the FeatureToggle library you may have some some code that behaves differently if a toggle is enabled. When writing a te ..."
Type
: Post
Tags
: mocking, testing, featuretoggle, c#
http://dontcodetired.com/blog/post/Mocking-with-FeatureToggle
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
Save Keystrokes with AutoHotkey Hotstrings
"AutoHotkey is a free open source tool that does all kinds of cool things, one of which is hotstrings. Hotstrings allow us to define shorthand phrases that get expanded into full text. For things we ty ..."
Type
: Post
Tags
: productivity, autohotkey
http://dontcodetired.com/blog/post/Save-Keystrokes-with-AutoHotkey-Hotstrings
Switchable Actor Behaviour in Akka.NET
One of the things that actors can do is change their behaviour in response to an incoming message. T
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Switchable-Actor-Behaviour-in-AkkaNET
Three Things I’ve Learned Being a Pluralsight Course Author
"Up to this point I’ve produced 7 Pluralsight courses, these are three things I learned along the way: Be Flexible with Plans In our industry, “plan the work, and work the plan” is rarely successful – ..."
Type
: Post
Tags
: pluralsight courses, personal development
http://dontcodetired.com/blog/post/Three-Things-Ie28099ve-Learned-Being-a-Pluralsight-Course-Author
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