Is it possible to be a limit for china because of us-china trade war? #6201
-
Some people thinking to turn to some else programing language like java in china, because they worried that the us-china trade war will make the C# became to be not available for chinese. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Microsoft has no policy on limiting the use of .NET for any reason. This topic literally never comes up. Both Java and C# are sponsored by US companies and have open source implementations. In all likelihood, whatever happens (or doesn't happen) for one will be the same for the other. Also, there are other popular programming languages that match the pattern (sponsored by a US company and open source). No need to stop at C# and Java. I'm confident that nothing will happen. Zooming out ... Trade wars typically use tariffs are their key implement. Both .NET and Java are free, so fly under the radar of tariffs. There's also bans, but no one wants to ban C#. Global developers (including in China) have and will always have unfettered access to C#. If Chinese developers want to learn more about C#, I'd recommend this Bilibili space: https://space.bilibili.com/483888821. My team has been contributing to it. Even better, the .NET Website has been translated to Chinese! Check it out: https://dotnet.microsoft.com/zh-cn/. Needless to say, the .NET Team is a friend of Chinese-language developers, wherever they may reside. |
Beta Was this translation helpful? Give feedback.
-
I'm cross-posting my answer from another thread here so everyone here also has this available. After discussions with our trade and legal teams we determined we can classify all versions of modern .NET (.NET Core) as "Not subject to EAR". This change is now reflected on the Export Control website: https://www.microsoft.com/en-us/exporting/exporting-information.aspx Note: .NET Framework unlike modern .NET (NET Core) is a component of Windows and closed source, therefore all versions of .NET Framework will continue to be classified 5D992.c and are subject to EAR |
Beta Was this translation helpful? Give feedback.
Microsoft has no policy on limiting the use of .NET for any reason. This topic literally never comes up.
Both Java and C# are sponsored by US companies and have open source implementations. In all likelihood, whatever happens (or doesn't happen) for one will be the same for the other. Also, there are other popular programming languages that match the pattern (sponsored by a US company and open source). No need to stop at C# and Java. I'm confident that nothing will happen.
Zooming out ... Trade wars typically use tariffs are their key implement. Both .NET and Java are free, so fly under the radar of tariffs. There's also bans, but no one wants to ban C#. Global developers (including in Ch…