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'
The Golden Age of Software Development
"There's a lot of negativity sometimes in our profession, just take a look in your Twitter stream. The tools we use aren't absolutely 100% without imperfection; the vendors of the tools we use don't al ..."
Type
: Post
Tags
: people, profession, personal development
http://dontcodetired.com/blog/post/The-Golden-Age-of-Software-Development
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
Retrieving Raw JSON Data in Web API with 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/Retrieving-Raw-JSON-Data-in-Web-API-with-Marten
Customising the Appearance of Debug Information in Visual Studio with the DebuggerDisplay Attribute
Sometimes the display and formatting of information in the Visual Studio debugger is less than optim
Type
: Post
Tags
: c# tips, c#, debugging, visual studio, .net
http://dontcodetired.com/blog/post/Customising-the-Appearance-of-Debug-Information-in-Visual-Studio-with-the-DebuggerDisplay-Attribute
Testing EventGridTrigger Azure Functions Locally (Without Using ngrok)
(This post refers to Azure Functions v2) One way to test Azure Functions that use Event Grid trigger
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless, testing
http://dontcodetired.com/blog/post/Testing-EventGridTrigger-Azure-Functions-Locally-(Without-Using-ngrok)
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
Understanding Azure Durable Functions - Part 9: The Asynchronous HTTP API Pattern
This is the ninth part in a series of articles. If you’re not familiar with Durable Functions
Type
: Post
Tags
: C#, azure, azure functions, durable functions, serverless, .net, durfuncseries
http://dontcodetired.com/blog/post/Understanding-Azure-Durable-Functions-Part-9-The-Asynchronous-HTTP-API-Pattern
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
One Simple Technique to Help Achieve Your Goals
"As the New Year approaches and people start to comment “I can’t believe it’s November”, thoughts start to turn to New Year’s Resolutions and things not accomplished in this year. Whilst I don’t believ ..."
Type
: Post
Tags
: productivity, profession, personal development
http://dontcodetired.com/blog/post/One-Simple-Technique-to-Help-Achieve-Your-Goals
Writing Azure Functions with Function Monkey: Dependency Injection
"In my continued exploration/experimentation with Function Monkey I thought I’d look at how easy/hard it is to inject dependencies into handlers. Previous articles: Creating Azure Functions with Functi ..."
Type
: Post
Tags
: azure, azure functions, serverless, .net, C#
http://dontcodetired.com/blog/post/Writing-Azure-Functions-with-Function-Monkey-Dependency-Injection
Microsoft Feature Flags: Implementing Custom Feature Filters (Microsoft.FeatureManagement)
This is part four in a series of articles. In part three I introduced the concept of feature filters
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Implementing-Custom-Feature-Filters-(MicrosoftFeatureManagement)
Simplify and Reduce Test Code with AutoFixture
AutoFixture is a library that you can use alongside your testing framework to reduce the amount of b
Type
: Post
Tags
: testing, c#, .net, .net core, quality, xunit.net, autofixture
http://dontcodetired.com/blog/post/Simplify-and-Reduce-Test-Code-with-AutoFixture
Ensure Your Silverlight App Has Focus When The Page Loads
"Assuming that your SL app is running in-browser, you may want your SL app to have initial focus, e.g. when it loads a splash screen, the OK button has focus. You can help achieve this by using Sy ..."
Type
: Post
Tags
: .net, c#, html, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Ensure-Your-Silverlight-App-Has-Focus-When-The-Page-Loads
What’s New in C# 10: Simplify Argument Null Checking Code
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 you may have had code similar to the following: public static string Join(string a, string b) { i ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Argument-Null-Checking-Code
Introduction To Extension Methods in C#
Extension methods allow you to extend the functionality of an existing class without using inheritan
Type
: Post
Tags
: c#, extension methods
http://dontcodetired.com/blog/post/Introduction-To-Extension-Methods-in-C
50 Apps by Christmas: Where’s My Phone App?
"This article is part of the 50 Apps by Christmas series. I was listening to episode episode 135 of the Windows Developer Show and an idea was discussed to help people generate an email template to se ..."
Type
: Post
Tags
: windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Wheree28099s-My-Phone-App
Azure Functions Continuous Deployment with Azure Pipelines: Part 2 - Getting Started
This is the second 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-2-Getting-Started
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
Unit Testing C# File Access Code with System.IO.Abstractions
It can be difficult to write unit tests for code that accesses the file system. It’s pos
Type
: Post
Tags
: c#, testing, xunit.net, qa, .net
http://dontcodetired.com/blog/post/Unit-Testing-C-File-Access-Code-with-SystemIOAbstractions
Multiple Platform Targeting in Visual Studio 2017
Suppose you are creating a library that has a central set of features and also additional features t
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Multiple-Platform-Targeting-in-Visual-Studio-2017
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23