Difference between revisions of "C sharp"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Programming * Languages * C#''' '''C#''' has been developed by Microsoft as part of the [https://en.wikipedia.org/wiki/Microsoft_.NET#Micr...")
 
Line 44: Line 44:
 
<references />
 
<references />
 
'''[[Languages|Up one Level]]'''
 
'''[[Languages|Up one Level]]'''
 +
[[Category:Videos|C#]]

Revision as of 22:11, 21 November 2019

Home * Programming * Languages * C#

C# has been developed by Microsoft as part of the .NET Framework. It is a Multi-paradigm programming language, being functional, imperative, generic, object-oriented, and component-oriented. C# Chief Architect is Anders Hejlsberg, the creator of Turbo Pascal and Delphi [1].

Chess Engines

See also

Publications

Forum Posts

Re: Question About CPP-C#, Performance, and Square Represenation by Erik Madsen, CCC, October 03, 2012 [2]

External Links

C#

Yield

Frameworks

Chess Programs

References

  1. Behind the Code with Anders Hejlsberg, by Barbara Fox, © 2005 Microsoft, YouTube Video
  2. Behind the scenes of the C# yield keyword by Lars Corneliussen, June 9, 2008

Up one Level