I'm trying to inherit a dbset from my dbcontext to codify new methods in it. I wouldn't like to create an extension, I prefer an inherited class to preserve original dbset to other tasks. I've seen this link:
Inherits from DbSet<T> with the purposes to add property
but I need it in VB, this is in C# and I don't know how to translate it. Is this a good way? Any new suggestion? Can you help me translate previous post? Thanks in advance!