📅 Week 24
Temporarily Overriding An Alias In macOS, Linux & Unix
[Terminal, Command Line, Tooling, Linux, Unix, macOS]
In a previous post, “Using Aliases To Improve Command Line Experience”, we looked at how to use aliases to improve our command line workflow and experience.
Outputting A SHA256 Hash in Hex in .NET Framework
[C#, .NET, Hashing]
Obtaining a SHA256 hash in C# & .NET is a pretty trivial exercise.
Beware - Carter Scans All Routes & Validates Parameters On Startup
[Beware, Carter, ASP.NET]
Carter is an excellent library that makes writing ASP.NET Web Applications and APIs that much easier.
Using Eza And Aliases In Windows PowerShell
[Terminal, Command Line, Tooling, Windows]
Yesterday’s post, “Using Aliases To Improve Command Line Experience”, looked at how to use aliases to improve your terminal workflow. In particular, we looked at the z-shell and bash shell, both available in Linux, Unix, and macOS.
Using Aliases To Improve Command Line Experience
[Terminal, Command Line, Tooling, Linux, Unix, macOS]
As a serious software developer and/or IT professional, you will invariably find yourself at some point doing work in the terminal.
Unique Indexes And NULLs in PostgreSQL, MySQL & MariaDB
[Database, SQL Server, PostgreSQL, MySQL, MariaDB]
Yesterday’s post, “Creating A Unique Index That Allows NULL In SQL Server”, looked at how Microsoft SQL Server treats NULL values on columns with unique constraints, and how to get it to ignore NULLs for that purpose.
📅 Week 23
Creating A Unique Index That Allows NULL in SQL Server
[SQL Server, Database]
A unique index is a fairly simple construct.
Modifying JSON With JsonNode In C# & .NET
[C#, .NET, Json]
Over the years, we have extensively discussed the use of the native .NET JSON parser, System.Text.Json.
Posting A Message to Microsoft Teams Via WebHook In C# & .NET
[C#, .NET, Microsoft Teams]
In a previous post, “Posting Messages To Microsoft Teams With Code”, we looked at how to post a message to Microsoft Teams in C#.
UI Fail - Visual Studio Sometimes Has Difficulty Counting
[UI Fail, Fail, SQL Server, Visual Studio]
Quick, what’s wrong with this?
Beware - NULL Values Can Trip You Up When Using Dapper
[C#, .NET, Database, StarLibrary, Dapper, Beware]
I have extensively discussed the use of the excellent library Dapper for database access with most database engines.
Tip - Changing To The Home Directory In The Terminal
[Tips, Terminal]
Frequently, when in your terminal, you will want to go to your home directory.
Tip - Use Constants For MIME Types
[C#, .NET, Tips]
Quick, what’s wrong with this code?
📅 Week 22
Displaying Large TimeSpans In C# & .NET
[C#, NET, StarLibrary]
In a post last year, “Displaying User-Friendly TimeSpans In C# & .NET”, we looked at how to display TimeSpans in a user-friendly way using the Humanizer nuget package.
Logging Off A Windows PC In Visual Basic .NET
[VB.NET, Visual Basic, .NET, Windows]
In our previous post, “Logging Off A Windows PC In C# & .NET”, we looked at how to log off a Windows PC using C#, invoking the Windows API.
📅 Archives ...