Home
Archive
Contact
Search results for 'MALAYSIA 4D, [OFFICIAL | winbox-login.com] , MALAYSIA 4D, FREE 10, [OFFICIAL | winbox-login.com] cE'
A Nice simple to use JQuery plugin for blocking UI (modal, etc)
"http://malsup.com/jquery/block/#demos"
Type
: Post
Tags
: html, css, jquery, javascript, web
http://dontcodetired.com/blog/post/A-Nice-simple-to-use-JQuery-plugin-for-blocking-UI-(modal-etc)
Nice liquid 3 column 'hackless' CSS layout
"http://matthewjamestaylor.com/blog/perfect-3-column.htm"
Type
: Post
Tags
: css, html
http://dontcodetired.com/blog/post/Nice-liquid-3-column-hackless-CSS-layout
Microsoft Feature Flags: Controlling Features with Feature Filters (Microsoft.FeatureManagement)
This is the third part in a series. EDIT: my Feature Management Pluralsight training course is now a
Type
: Post
Tags
: .net, .net core, c#, featuretoggle, msftseries, FeatureManagement
http://dontcodetired.com/blog/post/Microsoft-Feature-Flags-Controlling-Features-with-Feature-Filters-(MicrosoftFeatureManagement)
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)
Variables? We Don’t Need No Stinking Variables - C# Discards
C# 7.0 introduced the concept of discards. Discards are intentionally unused, temporarily dummy vari
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Variables-We-Dont-Need-No-Stinking-Variables-C-Discards
ICYMI C# 9 New Features: Top-level Statements
This is the first in a series of articles on new features introduced in C#9. Top-level statements al
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-Top-level-Statements
Simplifying Parameter Null and Other Checks with the GuardClauses Library
"Often you want to add null checking and other check code at the start of a method to ensure all the values passed into the method are valid before continuing. For example the following method checks t ..."
Type
: Post
Tags
: C#, .net, .net core
http://dontcodetired.com/blog/post/Simplifying-Parameter-Null-and-Other-Checks-with-the-GuardClauses-Library
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
Running ASP.NET Core Apps on a Synology NAS with Docker
"Now I’ve got the Synology NAS up and running, I thought it would be interesting to see what the Docker support is like. You can essentially run Docker container instances on the NAS box which also mea ..."
Type
: Post
Tags
: hardware, NAS, Synology, docker, .net core
http://dontcodetired.com/blog/post/Running-ASPNET-Core-Apps-on-a-Synology-NAS-with-Docker
Understanding Azure Durable Functions - Part 10 The Monitor Pattern
This is the tenth 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-10-The-Monitor-Pattern
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
Notes on Software Development
"It can be hard for those new to development or those wanting to move upwards from a junior role to mentally collate some of the ideas that constitute a senior/experienced outlook. The list below attem ..."
Type
: Post
Tags
: tdd, metrics, dependency injection, di, agile, code review
http://dontcodetired.com/blog/post/Notes-on-Software-Development
Handling CTRL-C in .NET Console Applications
By default, pressing CTRL-C while a console application is running will cause it to terminate. If we
Type
: Post
Tags
: c# tips, c#, .net, console applications
http://dontcodetired.com/blog/post/Handling-CTRL-C-in-NET-Console-Applications
Using the Xbox Music API in Universal Windows Apps
"The Xbox Music API can be used by third party developers (i.e. you and me) to search for artists, songs, albums, etc and also get access to actually play songs. There are two flavours at present: “una ..."
Type
: Post
Tags
: windows store, windows phone, universal apps, c#, xbox
http://dontcodetired.com/blog/post/Using-the-Xbox-Music-API-in-Universal-Windows-Apps
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
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
Executing Multiple Azure Functions When Azure Cosmos DB Documents Are Created or Modified
This is the sixth part in a series of articles. Sometimes you may want more than one Azure Function
Type
: Post
Tags
: c#, .net, .net core, Azure, azure functions, cosmosdb, cosmosfuncseries
http://dontcodetired.com/blog/post/Executing-Multiple-Azure-Functions-When-Azure-Cosmos-DB-Documents-Are-Created-or-Modified
Serverless Computing and Workflows with Azure Functions and Microsoft Flow
Microsoft Flow is a tool for creating workflows to automate tasks. It’s similar in concept to
Type
: Post
Tags
: C#, azure, microsoft flow, serverless, azure functions
http://dontcodetired.com/blog/post/Serverless-Computing-and-Workflows-with-Azure-Functions-and-Microsoft-Flow
What’s New in C# 10: Easier Lambda Expressions
This is part of a series on the new features introduced with C# 10. Prior to C# 10, working with lam
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Easier-Lambda-Expressions
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
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