Browse our archives by topic…
Blog
Browse our blogs activity over the years…
Filtering unrelated tables in Power BI
Explore filtering fact tables with Star Schemas and learn a clean method for filtering dimension tables by another dimension.
The Perils of Combining Multicast Delegates with Tasks in C#
A tricky C# bug — combining multicast delegates with async Task-returning methods silently swallows results. Here's why it happens and how to avoid the trap.
Dynamically switch Power BI measures with Field Parameters
Power BI's Field Parameters feature lets users toggle between measures in a single visual with no advanced modelling. Here's how to set it up, plus a DAX-based workaround for when you need more control.
Debugging NuGet Packages: Debug Symbols and Source Link
Explore debugging NuGet packages, a less straightforward process, to troubleshoot app issues by stepping through code and diving into methods.
Table Functions in DAX: DISTINCT
Explore DAX's DISTINCT table function in Power BI — how it returns unique values of a column in the current filter context, with worked Sales and Product examples.
Adventures in Dapr: Episode 2 - Azure Key Vault
Explore DAPR's role in migrating workloads to cloud services, focusing on integrating Azure Key Vault for secrets management.
Table Functions in DAX: FILTER and ALL
FILTER and ALL are the two most common table functions in DAX, controlling how filter context flows through Power BI to drive dynamic measures and calculations.
Understanding Lambda Expressions in C#
Explore C# lambda expressions, a concise method for defining functions, with a focus on syntax and practical examples.
My first six months as an apprentice software engineer at endjin
Jessica joined endjin as part of the Software Engineering Apprenticeship 2021 cohort. In this post, Jessica reflects on her first 6 months.
Computer Networking Essentials for Developers: the Web - Part 1
Discover the major application often misidentified as the Internet - the World Wide Web, building on our previous networking post.
My first 6 months as an apprentice at endjin
Liam joined endjin as part of the Software Engineering Apprenticeship 2021 cohort. In this post he reflects on his first six months and looks to the future.
Measures vs Calculated Columns in DAX and Power BI
Explore DAX & Power BI differences between measures & calculated columns, and learn when to use each in this informative blog post.
SQLbits 2022 - The Best Bits
This is a summary of the sessions I attended at SQLbits 2022 in London, which is Europe's largest expert led data conference.
My first six months as an Apprentice Engineer
Eli joined endjin as part of the Software Engineering Apprenticeship 2021 cohort. In this post she reflects on her first six months.
Adding auth & authorisation to ASP.NET Core web apps
Explore authentication & authorisation in ASP.NET Core web apps using Identity, Razor class libraries, scaffolding, and partial views.
Tag Helpers in ASP.NET Core
Explore tag helpers in ASP.NET Core web apps, learn their uses, and create custom tag helpers with examples in this informative post.
Pattern Matching in C#
Explore how pattern matching in C# has evolved, and how to use is expressions, switch statements and switch expressions.
C# 11.0 preview: parameter null checking
Discover C# 11.0's new !! syntax for detecting & rejecting null arguments. Learn its true purpose and clear up common misconceptions in this post.
How to Create Custom Buttons in Power BI
Explore a step-by-step guide on designing custom buttons in Power BI, covering shape, form, icons, states, actions, and enhancing report design & UI.
C# 10.0 improves nullable references in generics: no more AllowNull
Explore C# 10.0's improved nullability annotations in generic code, replacing AllowNull with more intuitive syntax.
Computer Networking for Developers: Networks and the Internet
Explore the basics of computer networks & internet for developers in this post, simplifying the complex world of networking for better understanding.
A visual approach to demand management and prioritisation
Explore a simple, visual approach to prioritisation that aids decision-making and stakeholder engagement.
Understanding Middleware in ASP.NET Core
Every HTTP request in ASP.NET Core passes through a bi-directional middleware pipeline, and the order of components directly affects behaviour. Here's how the built-in pipeline works and how to write custom middleware.
Raising Coding Standards with .NET 6.0 Code Analyzers
.NET 6.0 makes it easier to take full advantage of code analyzers that can help you improve the quality of your code.
How to Monetize APIs with Azure API Management
Explore monetizing APIs with our guide. We offer strategies, videos, and code via Azure API Management to fast-track your business model.