š 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, where 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, the better alternative to the cat utility.
.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.
Adding Items To The End Of A Collection in C# & .NET
[C#, .NET]
In our previous post, āAdding Items To The Beginning Of A Collection in C# & .NETā, we looked at several ways to add items to the beginning of a collection, in this case a List.
š Week 35
Adding Items To The Beginning Of A Collection in C# & .NET
[C#, .NET]
A scenario you have probably run into is needing to modify a collection by inserting items at the beginning.
š Archives ...