Skip to content

The Dev Mill

Finding Solutions to My Problems and Yours

Toggle menu
  • Home
  • CV
  • Log In

Year: 2022

16 November 202228 February 2025Best Practice

Working with CSV Files Part 2 – CsvHelper

Because I have previously written 2 articles with my own code for working with CSV files, I thought it was time I did a comparison between my own simple code and the most common Nuget package, CsvHelper. The articles I have previously written are What is CsvHelper CsvHelper […]

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 […]

16 August 202216 August 2022Tutorial

Custom Configuration with Dependency Injection In 4 Steps

This article is about how to add and use custom configuration settings in a .Net Core App with Dependency Injection. In my example I am setting various data access information in the app settings that I may or may not need in the depths of my application. Step […]

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 May 202222 June 2022Tutorial

Upgrading log4j properties to log4j2

This article was written to help with upgrading a project built with log4j 1.x to using log4j 2.x, which I was asked to do. My brief on this task was to upgrade from log4j to log4j2 with minimal changes to the code base. Because of that brief I just […]

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, […]

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