PreviousNext

C# 9: Partial Methods get more flexibility

by miguelbernard, 2020-10-12T23:26:51.606Z

C# 9 brings a lot of new flexibility around partial methods, making them a useful tool to extend third-party generated code and unlock new extensibility scenarios. Discover all the new capabilities and how to use them.

Read More