.NET Inside Out Part 6 — Proxy handling casting in C#
This is the sixth 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# Let’s start with the following code: When we run this we get: We have interface and one implementer. Also, we have … Continue reading .NET Inside Out Part 6 — Proxy handling casting in C#