I know in C# threads have a Synchronization context, an Execution context, a Security context and I believe I read somewhere there are a bunch more contexts but I can’t find a resource on the internet that details all of them.
So, how many contexts are there?
1