I dont have much experience of using these 2 ways to extend a class or create extension methods against a class. By looking others work, I have a question here.
I saw pe
Some of differences that will determine whether you want to use a Partial Class or an Extension Method are
Partial Class
Extension Method