(no title)
achr2
|
1 year ago
The only real landmine for c# is the default thread synchronization. If it was inverted, the language would be much better off. I think they also made a mistake in removing the OOTB method for throwing away the sync context, but I guess there are many third party libs that provide it.
fabian2k|1 year ago
I think this is different for GUI apps, but I have no experience with that.