Skip to content

The Curious Consultant

Developing is like telling jokes: if you have to explain it, it's not as good as it could be.

  • Home
  • Categories
    • General
    • C#
    • SQL
    • Code
      • C# Code
      • JavaScript/TypeScript Code
      • SQL Code
    • Tips and Techniques
      • C# Tips and Techniques
      • Nintex Tips and Techniques
      • Power Automate Tips and Techniques
    • Here’s everything!
  • About
  • Contact

Latest Post

Comparing Microsoft Copilot, Copilot M365, and ChatGPT Dating Multiple AI’s Choosing CloudFlare over Microsoft Azure Convert a Text field to Proper Case using Power Automate Create blank images in Power Automate (to replace an existing image, for a place holder, or from empty data verse image columns)
AI

Comparing Microsoft Copilot, Copilot M365, and ChatGPT

June 1, 2026 David Lozinski
AI

Dating Multiple AI’s

May 10, 2026 David Lozinski
General

Choosing CloudFlare over Microsoft Azure

March 2, 2026 David Lozinski
Power Automate Tips and Techniques

Convert a Text field to Proper Case using Power Automate

February 5, 2026 David Lozinski
Power Automate Tips and Techniques

Create blank images in Power Automate (to replace an existing image, for a place holder, or from empty data verse image columns)

November 1, 2025 David Lozinski
  • Latest
  • Popular
  • Trending
Comparing Microsoft Copilot, Copilot M365, and ChatGPT
AI
Comparing Microsoft Copilot, Copilot M365, and ChatGPT
Dating Multiple AI’s
AI
Dating Multiple AI’s
Choosing CloudFlare over Microsoft Azure
General
Choosing CloudFlare over Microsoft Azure
Convert a Text field to Proper Case using Power Automate
Power Automate Tips and Techniques
Convert a Text field to Proper Case using Power Automate
The Fastest Way to Read and Process Text Files using C# .Net
C#
The Fastest Way to Read and Process Text Files using C# .Net
C# .Net: Fastest Way to Read Text Files
C#
C# .Net: Fastest Way to Read Text Files
C# .Net: Fastest Way to check if a string occurs within a string
C#
C# .Net: Fastest Way to check if a string occurs within a string
C# .Net: Fastest Way to Convert a String to an Int
C#
C# .Net: Fastest Way to Convert a String to an Int
Comparing Microsoft Copilot, Copilot M365, and ChatGPT
AI
Comparing Microsoft Copilot, Copilot M365, and ChatGPT
Dating Multiple AI’s
AI
Dating Multiple AI’s
Choosing CloudFlare over Microsoft Azure
General
Choosing CloudFlare over Microsoft Azure
Convert a Text field to Proper Case using Power Automate
Power Automate Tips and Techniques
Convert a Text field to Proper Case using Power Automate
SQL

SQL: LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX

October 7, 2015 David Lozinski

LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX All too often developers need to query a database table for records which begin and/or end with a certain textual pattern. For instance,…

SQL

SQL: Fastest way to insert new records where one doesn’t already exist

July 21, 2015 David Lozinski

Fastest way to insert new records where one doesn’t already exist SQL Developers come across this scenario quite often – having to insert records into a table where a record…

SQL

Increase SQL Server tempdb Performance

May 10, 2015 David Lozinski

Increase SQL Server tempdb Performance In this article I hope to shed light on some very simple ways to increase SQL Server tempdb performance. As an SQL developer, I’ve spent…

SQL

SQL: Fastest way to compare multiple column values

March 3, 2015 David Lozinski

Fastest way to compare multiple column values I was recently working on a project with stored procedures that had a significant amount of column comparisons in a MERGE statement. This…

C#

C#: Is It Faster to Preallocate Dictionary Sizes?

January 21, 2015 David Lozinski

C#: Is It Faster to Preallocate Dictionary Sizes? This test will benchmark populating C# Dictionary and ConcurrentDictionary objects to determine in C#: is it faster to preallocate dictionary sizes? Or…

C#

Fastest Way to Compare Strings in C# .Net

December 8, 2014 David Lozinski

Fastest Way to Compare Strings in C# .Net What is the fastest way to compare strings in C# .Net? Everyone’s had to do it. A lot of people instinctively use…

C#

Fastest Collection for String Lookups in C# .Net

November 2, 2014 David Lozinski

Fastest Collection for String Lookups in C# .Net All C# programmers have had to do this at some point in their career… look for a particular string as some sort…

C#

Faster to Trim during or after assignment in C# .Net

September 23, 2014 David Lozinski

Faster to Trim during or after assignment in C# .Net Does it make a difference if you Trim() during or after assigning a value to a variable in C# .Net?…

C#

C#.Net: The Fastest Way to count substring occurrences in a string

August 16, 2014 David Lozinski

C#.Net: The Fastest Way to count substring occurrences in a string This will examine many techniques to determine in C# .Net: the Fastest Way to count substring occurrences in a…

C#

C# .Net: Fastest Way to Clear Collections

June 18, 2014 David Lozinski

C# .Net: Fastest Way to clear Collections In this article I’ll investigate different ways to clear out commonly used Collections such as Hashsets, Dictionaries, ConcurrentDictionaries, ArrayLists, and Arrays, benchmarking the…

Posts pagination

1 … 4 5 6
Get notified of new posts
Loading
ChemiCloud - Excellent Web Hosting Services
Most Popular Last 30 Days
  • Things I do to increase Windows drive performance
  • Power Automate to copy files between SharePoint Online sites
  • SQL: LIKE vs SUBSTRING vs LEFT/RIGHT vs CHARINDEX
  • C# .Net: Fastest Way to Read Text Files
  • SQL: Fastest way to insert new records where one…

Latest Comments

  1. David Lozinski on Comparing Microsoft Copilot, Copilot M365, and ChatGPT
  2. Kevin on Comparing Microsoft Copilot, Copilot M365, and ChatGPT
  3. samuel on Things I do to increase Windows drive performance
  4. Kwirk on C#: Read lines from a text file in batches and process in parallel
  5. Marty on The XY Problem

Everything Else!

Here's Everything if you're trying to find a post, missed some, or just want to see, well, everything. :-)

You missed

AI

Comparing Microsoft Copilot, Copilot M365, and ChatGPT

June 1, 2026 David Lozinski
AI

Dating Multiple AI’s

May 10, 2026 David Lozinski
General

Choosing CloudFlare over Microsoft Azure

March 2, 2026 David Lozinski
Power Automate Tips and Techniques

Convert a Text field to Proper Case using Power Automate

February 5, 2026 David Lozinski
ChemiCloud - Excellent Web Hosting Services

The Curious Consultant

Developing is like telling jokes: if you have to explain it, it's not as good as it could be.

© The Curious Consultant cc.davelozinski.com

  • Home
  • Here’s everything!
  • About
  • Contact