Difference between multi-threading vs multi-threading apartment?
问题 I am doing Multi-threading in single threaded apartment(STA) application. I am making an app that will load lot of data to the application which is making the application do not respond for long time. So I used multi-threading so that the application responds while loading so user can use other functionalities in it that are not related to loading data. My question is am I doing MTA inside STA application or just doing multi-threading in STA application? If so what is the difference between