Home
Archive
Contact
Search results for 'Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)Pamamalas ng tagumpay sa Texas Hold'em(ph365.mx)'
Azure Functions Continuous Deployment with Azure Pipelines: Part 6 - Creating an Azure DevOps Release Pipeline
This is the sixth 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-6-Creating-an-Azure-DevOps-Release-Pipeline
Reducing MVVM Light Viewmodel Code with Fody Property Dependencies and Custom Property Changed Methods
"In other previous articles I’ve written about Fody and this article we’ll see how we can use the PropertyChanged.Fody addin with MVVM Light viewmodels. The preceding screenshot shows the app in acti ..."
Type
: Post
Tags
: fody, productivity, code generation, c#
http://dontcodetired.com/blog/post/Reducing-MVVM-Light-Viewmodel-Code-with-Fody-Property-Dependencies-and-Custom-Property-Changed-Methods
ICYMI C# 8 New Features: Upgrade Interfaces Without Breaking Existing Code
This is part 7 in a series of articles. Prior to C# 8, if you add members to an interface, exiting c
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Upgrade-Interfaces-Without-Breaking-Existing-Code
Redesigning DontCodeTired.Com (Part 4) - Adding Semantic HTML 5 Markup and Removing Unwanted Elements
"Redesigning DontCodeTired.Com (Part 3) - Creating Content Reference Wireframes using Mobile-First Responsive In-Browser Design Adding New HTML5 Semantic Tags DontCodeTired.com is currently using ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-4)-Adding-Semantic-HTML-5-Markup-and-Removing-Unwanted-Elements
Redesigning DontCodeTired.Com (Part 10) - Creating the Remaining Responsive Breakpoints
"Creating the Second Responsive Breakpoint The next responsive breakpoint kicks in at 970px width. At this point the first of the sidebars become visible. This "about me" sidebar contains ..."
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-10)-Creating-the-Remaining-Responsive-Breakpoints
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
Processing a Single Azure Cosmos DB Document at a Time With Azure Functions
This is the fifth part in a series of articles. In previous parts of this series the Azure Function
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Processing-a-Single-Azure-Cosmos-DB-Document-at-a-Time-With-Azure-Functions
Leveraging C# Partial Classes and Methods in Windows Universal Apps
There’s a number of ways we could implement platform specific code in Windows Universal Apps w
Type
: Post
Tags
: c#, windows store apps, windows phone apps, universal apps, partial classes, partial methods
http://dontcodetired.com/blog/post/Leveraging-C-Partial-Classes-and-Methods-in-Windows-Universal-Apps
Configuring Queue Names and Blob Path Bindings in Azure Functions Configuration
When working with Azure Functions in C# (specifically Azure Functions V2 in this article) you can sp
Type
: Post
Tags
: azure, azure functions, C#, serverless
http://dontcodetired.com/blog/post/Configuring-Queue-Names-and-Blob-Path-Bindings-in-Azure-Functions-Configuration
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
Configuring Custom Feature Filters with Azure App Configuration (Microsoft.FeatureManagement)
This is part ten in a series of articles. EDIT: my Feature Management Pluralsight training course is
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Configuring-Custom-Feature-Filters-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
ICYMI C# 9 New Features: Create Immutable Objects with Records
"This is part of a series of articles on new features introduced in C# 9. C# 9 introduced a new type of object that is neither a class or a struct. This new type is called a record. In C# 9 a rec ..."
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Create-Immutable-Objects-with-Records
Improving Azure Functions Blob Trigger Performance and Reliability - Part 1: Memory Usage
This is the first part of a series or articles. When creating blob-triggered Azure Functions there a
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, azurefunctionblobtriggerseries
http://dontcodetired.com/blog/post/Improving-Azure-Functions-Blob-Trigger-Performance-and-Reliability-Part-1-Memory-Usage
Customizing C# Object Member Display During Debugging
In a previous post I wrote about Customising the Appearance of Debug Information in Visual Studio wi
Type
: Post
Tags
: C#, .net, .net core, visual studio
http://dontcodetired.com/blog/post/Customizing-C-Object-Member-Display-During-Debugging
Maintaining Feature Flag Values Across Multiple Requests (Microsoft.FeatureManagement)
This is part eight 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/Maintaining-Feature-Flag-Values-Across-Multiple-Requests-(MicrosoftFeatureManagement)
Creating an “Add New” Item Template in a Windows 8 App ListView
"A common UI pattern is to have a list of things on screen and at the end of the list have a plus icon (or something) that triggers your “add new item” code. For example, in the Weather app: For examp ..."
Type
: Post
Tags
: windows 8 apps, windows 8, xaml, ui
http://dontcodetired.com/blog/post/Creating-an-e2809cAdd-Newe2809d-Item-Template-in-a-Windows-8-App-ListView
Testing That Your Public APIs Have Not Changed Unexpectedly with PublicApiGenerator and Approval Tests
We can write automated tests to cover various aspects of the code we write. We can write unit/integr
Type
: Post
Tags
: approval tests, testing, qa, c#, .net
http://dontcodetired.com/blog/post/Testing-That-Your-Public-APIs-Have-Not-Changed-Unexpectedly-with-PublicApiGenerator-and-Approval-Tests
Handling Errors and Poison Blobs in Azure Functions With Azure Blob Storage Triggers
(This article applies to Azure Functions V2) An Azure Function can be triggered by new blobs being w
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Handling-Errors-and-Poison-Blobs-in-Azure-Functions-With-Azure-Blob-Storage-Triggers
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
Managing Microsoft Feature Flags with Azure App Configuration (Microsoft.FeatureManagement)
This is part five in a series of articles. EDIT: my Feature Management Pluralsight training course i
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Managing-Microsoft-Feature-Flags-with-Azure-App-Configuration-(MicrosoftFeatureManagement)
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