š Week 38
.NET 11 Release Candidate - Stabilization Of Union Types
[C#, .NET, .NET 11 Preview]
In a previous post, ā.NET 11 Preview - Discriminated Unions Supportā, we looked at the support for discriminated union types in .NET.
.NET 11 Release Candidate - Breaking Change - Numeric Conversion Rounding
[C#, .NET, .NET 11 Preview]
Conversion between numeric types is a necessary evil, especially when dealing with approximate types.
š Week 37
Leading Spaces Considerations When Using CSVHelper
[C#, .NET, StarLibrary]
In the past, I have discussed my extensive use of the CSVHelper library, including as recently as yesterday, when I talked about āChanging the CSV Delimiter with CSVHelperā.
Changing the CSV Delimiter with CSVHelper
[C#, .NET, StarLibrary]
I have, in the past, talked about the excellent CSVHelper library by Josh Close.
Viewing Files In The Terminal Using Bat Without Line Numbers
[Tools, Terminal]
In a previous post, āViewing Files In The Terminal Using Batā, we looked at how to view files in the terminal using the utility bat, a better alternative to cat.
.NET 11 Release Candidate - DNS Record Resolving In Linux, macOS & Unix
[C#, .NET, .NET 11 Preview]
In a previous post, ā.NET 11 Preview - Native DNS Record Resolvingā, we saw how .NET 11 can now do DNS record resolving natively.
.NET 11 Release Candidate Is Out
[C#, .NET]
The first release candidate for .NET 11 is out!
Viewing Files In The Terminal Using Bat
[Tools, Terminal]
Viewing file contents while in the terminal is something that you will probably do quite often.
Viewing Redis Cache With Another Redis Desktop Manager
[Tools, Redis]
In a previous post, āStoring Data In Redis With Command Lineā, we looked at how to setup a Redis image for cache purposes, and how to connect to it, insert and retrieve data.
š Week 36
Viewing Redis Data with JetBrains DataGrip
[Tools, Redis]
In our previous post, āStoring Data In Redis With Command Lineā, we looked at how to setup a Redis image for cache purposes, and how to connect to it, insert and retrieve data.
Storing Data In Redis With Command Line
[Tools, Redis]
Caching is something that you will undoubtedly need to do when writing high performance systems, where you are trying to minimize expensive I/O such as:
Pushing NuGet Packages To An Online Repository with the NuGet Client
[C#, .NET, Nuget]
In a previous post, āPushing NuGet Packages To An Online Repository with dotnet nugetā, we looked at how to use the dotnet nuget tool to upload packages to a repository.
Pushing NuGet Packages To An Online Repository with dotnet nuget
[C#, .NET, Nuget]
If you are working on the .NET platform, you will undoubtedly have used NuGet, the package manager to add, remove, and otherwise manage third-party libraries in your applications.
Viewing Elastic Search Indexes With ElasticVue
[Tools, ElasticSearch]
If you are integrating search into your applications, chances are you are using the excellent ElasticSearch.
.NET 11 Preview - Native DNS Record Resolving
[C#, .NET, .NET 11 Preview]
If you are doing some very low level networking work, perhaps at DNS level, one challenge you will run into is when you need to do your own DNS resolution.
š Archives ...