2022-08-01sql server SELECT directly from values If you want to select multiple sets of values with no tables […]
2022-07-172022-07-17golang Wrapping a dangerous function with a safe one in Golang When you’ve got a dangerous function, like one that grabs an element […]
2022-07-16.net, sql server SqlBulkCopy in C# For a bulk insert from .NET to SQL Server, you’ve got a […]
2022-05-072022-07-22.net .NET Console Application Template Here’s what I’ll use as the starting point for any new console […]
2022-05-062022-05-07.net Appending a binary file in C# To add bytes to the end of a binary file, this is […]
2022-05-042022-05-05.net Writing to a binary file in C# Here are the basic ways of writing bytes to a file. Both […]
2022-05-032022-05-03.net Appending a text file in C# Here are the basic ways of appending text to an existing file. […]
2022-05-022022-05-03.net Writing to text file in C# Here are the basic ways of writing text to a file. Each […]
2022-04-122022-05-07linux, windows Mounting a network drive in WSL2 To mount a network drive in WSL2 temporarily (until logoff): To mount […]
2022-03-312022-05-07.net, sql server ArithAbort in ADO.NET Don’t ask me to explain it, but setting ARITHABORT in SQL Server […]