We have a huge base of code from an .NET Desktop ERP, database access layers are now being used for web projects, so we experienced multithreading issues because of static variables. For now I would like to check 2 cases (feel free to recomend more) :
- does a static method uses any variables outside of stack scoped variables
- does non-static method uses static variables