Home
Archive
Contact
Search results for 'Mobile casino app (ph365.mx)Mobile casino app (ph365.mx)'
Free .NET Testing Courses This Month
This month all my Pluralsight courses are available for free including a lot of .NET testing content
Type
: Post
Tags
: C#, pluralsight courses, profession, personal development, .net, .net core
http://dontcodetired.com/blog/post/Free-NET-Testing-Courses
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)
How To Notify Clients of Cosmos DB Changes with Azure SignalR and Azure Functions
This is the fourth part in a series of articles. The Cosmos DB Azure Functions trigger can be used i
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/How-To-Notify-Clients-of-Cosmos-DB-Changes-with-Azure-SignalR-and-Azure-Functions
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
.NET Document Databases with Marten
Document databases are a form of NoSQL database that store items (objects) as single documents rathe
Type
: Post
Tags
: c#, .net, data, marten, nosql
http://dontcodetired.com/blog/post/NET-Document-Databases-with-Marten
Creating Versioned APIs with Azure Functions and Proxies
One of the interesting possibilities with the (currently in preview) Azure Function Proxies is the a
Type
: Post
Tags
: azure functions, azure, serverless, c#, .net
http://dontcodetired.com/blog/post/Creating-Versioned-APIs-with-Azure-Functions-an-Proxies
Prevent Procrastination With This One Simple Tip
"I’m currently reading Limitless by Jim Kwik and there’s an excellent method that he outlines if you struggle with getting stuff done due to procrastination. So I though I’d share. Generally I am ..."
Type
: Post
Tags
: career development, personal development, productivity
http://dontcodetired.com/blog/post/Prevent-Procrastination-With-This-One-Simple-Tip
C# Source Generators: Less Boilerplate Code, More Productivity
One exciting feature of the upcoming .NET 5 are Source Generators. Source Generators as the name sug
Type
: Post
http://dontcodetired.com/blog/post/C-Source-Generators-Less-Boilerplate-Code-More-Productivity
New Pluralsight Course - Introduction to .NET Testing with NUnit
If you are just dipping your toe in the water when it comes to testing .NET applications it can be a
Type
: Post
Tags
: nunit, testing, c#, pluralsight courses
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Introduction-to-NET-Testing-with-NUnit
You Can Watch All My Pluralsight Training Videos for Free This April
"No credit card needed, sign up for free now and start watching all my Pluralsight training courses for free. Some suggestions: C# C# Attributes: Power and Flexibility for Your Code Working with Nul ..."
Type
: Post
Tags
: pluralsight courses, personal development, profession, career development
http://dontcodetired.com/blog/post/You-Can-Watch-All-My-Pluralsight-Training-Videos-for-Free-This-April
Working with Files in C# 10 Course
"My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it c ..."
Type
: Post
Tags
: pluralsight courses, .net, C#, C#10
http://dontcodetired.com/blog/post/Working-with-Files-in-C-10-Course
Kill CapsLock with AutoHotkey
"How often do you actually use CapsLock – deliberately that is? Most of the time I hit it accidentally then END UP SHOUTING in emails or Tweets. It’s especially a pain sometimes while coding… We can st ..."
Type
: Post
Tags
: autohotkey, productivity, visual studio
http://dontcodetired.com/blog/post/Kill-CapsLock-with-AutoHotkey
Creating Precompiled Azure Functions with Visual Studio 2017
As the Azure Functions story continues to unfold, the latest facility is the ease of creation of pre
Type
: Post
Tags
: C#, azure, azure functions, .net
http://dontcodetired.com/blog/post/Creating-Precompiled-Azure-Functions-with-Visual-Studio-2017
New Pluralsight Course: Error Handling in C# 10
"My newest Pluralsight course Error Handling in C# 10 was just released.This is an updated course of my previous error handling courses to bring the demo code up to C# 10, .NET 6, Visual Studio 2022.Co ..."
Type
: Post
Tags
: C#, .net, pluralsight courses, profession
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Error-Handling-in-C-10
Automatic Input Blob Binding in Azure Functions from Queue Trigger Message Data
Reading additional blob content when an Azure Function is triggered can be accomplished by using an
Type
: Post
Tags
: C#, azure, azure functions, .net, serverless
http://dontcodetired.com/blog/post/Automatic-Input-Blob-Binding-in-Azure-Functions-from-Queue-Trigger-Message-Data
Paying Your Software Development Tax
"In software development we already have the technical debt metaphor that helps describe the the fact that a quick and dirty approach now, may create problems in the future. For example getting a featu ..."
Type
: Post
Tags
: profession, people
http://dontcodetired.com/blog/post/Paying-Your-Software-Development-Tax
An Introduction to Design Course
"My newest Pluralsight course has just been released. It’s about learning the fundamentals of design and applying them to your own work. It covers topics such as: typography, colour meaning and choice ..."
Type
: Post
Tags
: design, gestalt, ui, ux, typography, color, colour
http://dontcodetired.com/blog/post/An-Introduction-to-Design-Course
Understanding Azure Durable Functions - Part 8: The Fan Out/Fan In Pattern
This is the eighth 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-8-The-Fan-OutFan-In-Pattern
Using the C# 6.0 nameof Operator in ASP.NET MVC Razor Views
Traditionally to reference an action and/or a controller in a Razor view the action/controller name
Type
: Post
Tags
: asp.net, asp.net mvc, c#, razor
http://dontcodetired.com/blog/post/Using-the-C-60-nameof-Operator-in-ASPNET-MVC-Razor-Views
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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20