Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
Designing Mobile Apps
"I've authored three Windows Phone 7 mobile apps. This is not a huge number I know but I would like to share how I think about mobile app design. The workflow below is not limited to any particular pla ..."
Type
: Post
Tags
: mobile, design, ui, ux, user experience, apps, ui design
http://dontcodetired.com/blog/post/Designing-Mobile-Apps
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
Learning .NET Unit Testing the Easy Way
Knowing what you need to know is hard. Sometimes harder than the learning itself. Many years ago I w
Type
: Post
Tags
: testing, profession, personal development, .net, nunit
http://dontcodetired.com/blog/post/Learning-NET-Unit-Testing-the-Easy-Way
Using network load balancing (NLB) with transactional MSMQ message
"Want to send transactional messages using DIRECT format TCP to multiple server through a network load balancer? You can’t. Simple as that. See MSDN article ID 899611 Essentially you could have a singl ..."
Type
: Post
http://dontcodetired.com/blog/post/Using-network-load-balancing-(NLB)-with-transactional-MSMQ-message
Understanding Azure Event Grid
Azure Event Grid (currently in preview) is a managed publisher-subscriber service that pushes events
Type
: Post
Tags
: azure, azure event grid, cloud
http://dontcodetired.com/blog/post/Understanding-Azure-Event-Grid
Writing Azure Functions with Function Monkey: Using Commands Without Handlers
"If you’ve read the previous articles on Function Monkey you may be wondering if you always need a command handler. Sometimes you may want to accept a request into the system (for example via HTTP) and ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Using-Commands-Without-Handlers
Custom Session Logging in Marten
Marten is a .NET document database library that uses an underlying PostgreSQL database to store obje
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/Custom-Session-Logging-in-Marten
Writing and Self Publishing My First Book: Keeping Software Soft
"I recently self published my first book: Keeping Software Soft. To do this I used Leanpub to “Publish early, publish often”. The idea behind this is that you can write a book in increments and publish ..."
Type
: Post
Tags
: writing, leanpub, keeping software soft
http://dontcodetired.com/blog/post/Writing-and-Self-Publishing-My-First-Book-Keeping-Software-Soft
Coding with Compassion
"From an engineering perspective we judge code by its complexity, test coverage, etc. These are all empirical measurements that give us an indication of the qualities that the code base possesses. ..."
Type
: Post
Tags
: compassion, software development
http://dontcodetired.com/blog/post/Coding-with-Compassion
Azure Functions Continuous Deployment with Azure Pipelines: Part 3 - Creating an Initial Build Pipeline
This is the third part in a series demonstrating how to setup continuous deployment of an Azure Func
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-3-Creating-an-Initial-Build-Pipeline
Conditional HTML Rendering with Microsoft Feature Flags (Microsoft.FeatureManagement)
This is part seven in a series of articles. EDIT: my Feature Management Pluralsight training course
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Conditional-HTML-Rendering-with-Microsoft-Feature-Flags-(MicrosoftFeatureManagement)
3 Surprising Things to Do with the Console in C#
The Console class can do more than just WriteLine(). Here’s 3 fun/weird/useful/annoying things
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/3-Surprising-Things-to-Do-with-the-Console-in-C
Azure Functions Continuous Deployment with Azure Pipelines: Part 4 - Defining and Consuming Pipeline Variables
This is the fourth part in a series demonstrating how to setup continuous deployment of an Azure Fun
Type
: Post
Tags
: funcpipeseries, azure, azuredevops, azure functions, c#
http://dontcodetired.com/blog/post/Azure-Functions-Continuous-Deployment-with-Azure-Pipelines-Part-4-Defining-and-Consuming-Pipeline-Variables
Reading Azure Cosmos DB Data In Azure Functions
This is the second part in a series of articles. In addition to triggering a function when Cosmos DB
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Reading-Azure-Cosmos-DB-Data-In-Azure-Functions
The Enterprise Re-Imagined with Windows 8
"If your company is currently in the process of upgrading to Windows 8, do they see it as a simple OS upgrade to keep up to date; or, do they see it as an enabler to re-imagine how the business operate ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet, ux, design
http://dontcodetired.com/blog/post/The-Enterprise-Re-Imagined-with-Windows-8
What I Learned Building My First 4 Windows 8 Apps
"This is a bit of a brain-dump, in no particular order, of things I learned building my first 4 Windows 8 (C# XAML) apps: - Countdown To - Big Screen Countdown - BizBuzBingo - Code Retreat Countdown A ..."
Type
: Post
Tags
: windows 8 apps, windows 8, apps, tablet
http://dontcodetired.com/blog/post/What-I-Learned-Building-My-First-4-Windows-8-Apps
Getting Started Testing .NET Core Code with xUnit.net
xUnit.net is a testing framework that can be used to write automated tests for .NET (full) framework
Type
: Post
Tags
: .net, .net core, xunit.net, testing, quality, C#
http://dontcodetired.com/blog/post/Getting-Started-Testing-NET-Core-Code-with-xUnitnet
NUnit 3 Quick Tips: Asserting Within Ranges
If you are asserting that a value is equal to something and you want to specify some tolerance you c
Type
: Post
Tags
: nunit, testing, qa, quality, c#
http://dontcodetired.com/blog/post/NUnit-3-Quick-Tips-Asserting-Within-Ranges
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
Learning xUnit .NET Unit Testing the Easy Way
If you’re getting started with .NET or you’ve done some testing but want to know how to
Type
: Post
Tags
: testing, profession, personal development, .net, xunit.net
http://dontcodetired.com/blog/post/Learning-xUnit-NET-Unit-Testing-the-Easy-Way
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