(Hannes DuPreez) I do not know how, but every now and then I return to graphics-oriented projects. Maybe it is because I always wanted to get into games programming, and still linger subconsciously to, but alas, here we are with a nice little project.
Tag: Development
(Really) Quick Tip: Blazor App Hosted as Azure Static Website in Blob Storage
(David Ramel) Every once in a great while I like to torture myself and waste a few days trying to program a simple app. So I just tried Blazor.
Calculating A Consistent Cache-Friendly Expiration Date For Signed-URLs In Lucee 5.3.2.77
(Ben Nadel) Yesterday, I shared the results of a performance experiment in which I started caching cryptographically signed-URLs in Redis using Lucee 5.3.2.77.
Messaging Practices
(Glenn) This post is a collection of content from David Boike from the Particular.net blog calling out some common problems and solutions for building message based distributed systems.
F# from a C# Developers Perspective – Part 4
(James) Below is a random collection of things that have tickled me and/or I’ve greatly appreciated as I’ve started to write more code in F#.
.NET Core Opinion 14 – Razor Pages for HTML, Controllers for APIs
(K. Scott Allen) .NET Core opinions are returning from a summer holiday in time to brave the melancholia of autumn.
Performance Case Study: Caching Cryptographically Signed-URLs In Redis In Lucee 5.2.9.40
(Ben Nadel) A month ago, I shared the results of my attempt to improve request performance with parallel data-access in Lucee 5.2.9.40. The main take-away from that experiment was that parallelization is not a silver bullet for data-access.
Configuration driven Mobile DevOps
(Hardik Mistry) This tutorial explains how to achieve end-to-end Mobile DevOps with Azure AppCenter to help build apps, manage the distribution, execute custom scripts to handle scenarios such as automagic version update or replace values from environment variables.
A Start-To-Finish Guide to Docker for .NET
(Daniel Hilgarth) Docker: it’s one of those technologies that seems to be everywhere. Whether you’re a junior developer just starting out or a seasoned .NET developer, at some point in your career, you’ll most likely come across Docker for .NET.
What Are References in C++?
(Manoj Debnath) Using C++ references is similar to the use of constant pointers. A reference automatically gets dereferenced to the location it point to.