.NET Inside Out Part 14 — Calling virtual method without dynamic dispatch

This is the fourteenth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# We know that when we call virtual method we get runtime polymorphism, dynamic dispatch. Can we somehow call a method method … Continue reading .NET Inside Out Part 14 — Calling virtual method without dynamic dispatch

Availability Anywhere Part 5 — Various remote connection things

This is the fifth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Today I include some various notes around remote connectivity which I was fixing over the years. Nothing new here, things you … Continue reading Availability Anywhere Part 5 — Various remote connection things