Skip to content

The Dev Mill

Finding Solutions to My Problems and Yours

Toggle menu
  • Home
  • CV
  • Log In

Category: Best Practice

Things that are, or should be Best Practice

22 February 202527 April 2025Best Practice

Because You Are Agile, It Doesn’t Mean You Are Doing Scrum 

In the world of software development, the terms “Agile” and “Scrum” are often used interchangeably. However, it’s crucial to understand that while all Scrum practices are Agile, not all Agile practices are Scrum. Let’s explore the differences between Agile and Scrum and why practicing Agile doesn’t necessarily mean […]

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

4 June 20214 June 2021Best Practice, Tutorial

Nested transactions Part 2 – Error Handling

In the previous article I talked about using savepoints for nested transactions. In this article will talk about how to handle rollbacks, and what to do when the Stored Procedures you use have their own transaction handling. There was a quote that I read once, I can’t remember […]

25 May 2021Best Practice, Tutorial

Nested transactions Part 1 – Save Points

Transactions are a great way to group statements together in an all or nothing batch.However, nesting transactions is where things get a little messy, some people even call them evil. I note here that a big part of the reason people don’t like nested transactions is because they […]

3 November 201612 May 2021Best Practice

Going on a Date? ISO 8601 might make good conversation

Being sick of the difference between date formats in different systems, I decided to always format my dates in YYYY-MM-DD, Nobody’s going to get that screwed up, are they? I ran a query in an enterprise system today to retrieve everything since ‘2014-11-03’, it didn’t work???It turns out […]

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