📅 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!
📅 Week 36
.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.
Using Relational Patterns in C# & .NET
[C#, .NET]
Boolean logic is at the heart of many algorithms that you implement or use in the course of writing software.
Replacing Multiple Characters In A String Using A Regex
[C#, NET, Regex]
A fairly common problem you will run into is requiring the replacement of a string with something else.
Turning Off Capture Of Cursor In SnagIt
[SnagIt, Tools]
For over a decade now, my goto for screen capture has always been TechSmith’s SnagIt.
📅 Week 34
Code Housekeeping - Part 16 - Clarity Over Cleverness
[C#, .NET, Code Housekeeping]
My daily driver IDE is JetBrains Rider, that I have been a paying customer for quite some years now.
A Better ping - gping
[Tools]
One of the command-line tools you will undoubtedly have in your toolbox is the veritable ping command.
.NET 11 Preview - Extension Indexers
[C#, .NET, .NET 11 Preview]
One of the more pivotal features of the .NET platform is the ability to access elements of a collection as a property, using an indexer.
Tips - Turning Off 'Parallels “Parallels Desktop” would like to access data from other apps' Confirmation
[Tips, macOS, Parallels]
As I have mentioned a couple of times, my main development platform is an Apple MacBook Pro running macOS Sonoma. Yes, I have yet to upgrade to Golden Gate.
📅 Archives ...