I have a method for sorting generic lists by the object fields: public static IQueryable<T> SortTable<T>(IQueryable<T> q, string sortfield, bool ascending)
I have read countless of articles and code examples on MongoDB Change Streams, but I still can\'t manage to set it up properly. I\'m trying to listen to a specific collection in my MongoDB and wheneve