📅 Week 37
.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.
Boxing and Unboxing Surprise in Java
[Java, C#]
I ran into an interesting scenario the other day quite by chance when helping someone understand some code.
Switching On Types in C# & .NET
[C#, .NET]
In our previous post, “Using Declaration Patterns in C# & .NET”, we looked at how to simplify polymorphic code using the declaration pattern.
Using Declaration Patterns in C# & .NET
[C#, .NET]
When working with polymorphic types, you often need to check an object’s type before doing further processing.
📅 Archives ...