.NET can support a certain degree of Chinese programming? I have never heard of it before.
I wrote this code today and I didn't expect it to run.
Using system;
Namespace test {public class test {public class person {public person () {}
Private string _ name = "Chinese"; public string name {get {return _ name;} set {_ name = Value;}}}
Public Test () {People Liberation Army = New people (); System.Console.writeline (Liberation Army. Name);
} Static void main () {Test test = new test ();}}}