Skip to content

The Dev Mill

Finding Solutions to My Problems and Yours

Toggle menu
  • Home
  • CV
  • Log In

Category: Helpful

Things that are helpful

12 July 202312 July 2023Helpful

Null result returned when getting section or connection string from Configuration

I had an error when using Dependency Injection in a Console App. I was trying to access the configuration to get a section or a connection string, and the result was always null. The article relates only to the use of Host.CreateDefaultBuilder(). in a Console Application. The Problem […]

7 May 20239 August 2023Helpful

SQL – Get first record in Join with Order By

I was asked to get a list of customers with a single address for each, and preferably the Postal address if the customer has one. Getting the first record is easy enough with a MIN function, but when you have to add an ORDER BY or GROUP BY […]

29 April 20231 May 2023Helpful

Converting an Array of JSON Objects to Key Value Pairs in Power Automate

Convert a JSON array of objects to Key Value pairs so you can access the value by the key.

13 November 202213 November 2022Helpful

Working with CSV Files Part 1 – Parsing to a Class

In this article I will show a bit of code I wrote to parse a CSV file to a list of defined objects. There are a lot of really good CSV readers out there and I don’t intend on adding one more to that mix, but I often […]

8 July 2022Helpful, Tutorial

Adding a timer to a PowerApp to Ensure Data is Loaded

This article came about from the following question… Why are the user details blank when running my PowerApp, but they are populated when editing it? This happened to me in 2 scenarios, Using the current users details to get their supervisor, but the supervisors’ details were not showing. […]

27 June 2022Helpful

Creating a multipart/related Http Request – Easy when you know how.

When working with a third party EDMS I needed to add a document using a multipart/related request. Having never done a multipart/related request before I did struggle at first, trying all sorts off methods. But then I stumbled across the System.Net.Http.MultipartContent – things often seem so simple when […]

20 June 202213 July 2022Helpful

Debugging insufficient disk space in filegroup in tempdb

I have had this error several times on different servers, and here are the steps that I recommend following to find and resolve the problem. Step 1 – Track down the source of the error One of the things I found with this error, is that it doesn’t […]

31 January 202231 January 2022Helpful

One thing I learned from my time as an Analyst

When I first started in software development, it wasn’t so common to have a dedicated systems or business analyst (well in the smaller firms anyway). For the first 10 years or so, my job title was something like Software Analyst/Developer. I did everything including analysis, design, development, testing/debugging, […]

10 September 202125 November 2021Helpful, Tutorial

Working with SharePoint List Multi Value Fields in Power Automate

My Problem I had a problem today when I worked on a Power Apps Form for applying for Training, Accommodation, and or Travel (any or all of these). There was a Purpose field in the form which the user can enter one to many possible options (Training, Accommodation, […]

31 July 202117 April 2024Helpful

Stop SSRS From Sending Empty Reports

This article was written for SQL 2014 Summary If you have an SSRS subscription that emails out a report, but there is a requirement to only send that report if there is data, then that should be easy enough to do, shouldn’t it? From what I’ve found so […]

Posts pagination

1 2 >

Recent Posts

  • Because You Are Agile, It Doesn’t Mean You Are Doing Scrum 
  • Debugging an MVC call
  • I Generated a Site Icon with AI
  • Null result returned when getting section or connection string from Configuration
  • Dependency Injection in a Console App

Tags

Azure AD C# CSS Dates Design Errors Java MVC PowerApps Power Automate RegEx Scrum SQL SSMS SSRS Tips VBA Word

Categories

  • Best Practice
  • Helpful
  • Playing Around
  • Troubleshooting
  • Tutorial

Archives

  • 2025 (1)
  • 2024 (1)
  • 2023 (5)
  • 2022 (8)
  • 2021 (13)
  • 2019 (2)
  • 2018 (2)
  • 2017 (1)
  • 2016 (4)

Recent Comments

  • Gerald NMN McCulla on Converting an Array of JSON Objects to Key Value Pairs in Power Automate
  • John Riggle on Stop SSRS From Sending Empty Reports
  • Derek on SSRS Error: Maximum request length exceeded.
  • stabile on Working with SharePoint List Multi Value Fields in Power Automate
  • Hairstyles on Nested transactions Part 1 – Save Points
Proudly powered by WordPress