Difference between revisions of "C sharp"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 39: Line 39:
 
* [http://visualstudiomagazine.com/articles/2012/02/01/demystifying-the-c-yield-return-mechanism.aspx Demystifying the C# Yield-Return Mechanism -- Visual Studio Magazine] by James McCaffrey, February 02, 2012
 
* [http://visualstudiomagazine.com/articles/2012/02/01/demystifying-the-c-yield-return-mechanism.aspx Demystifying the C# Yield-Return Mechanism -- Visual Studio Magazine] by James McCaffrey, February 02, 2012
 
==Frameworks==
 
==Frameworks==
 +
* [https://en.wikipedia.org/wiki/.NET .NET from Wikipedia]
 
* [https://en.wikipedia.org/wiki/.NET_Framework .NET framework from Wikipedia]
 
* [https://en.wikipedia.org/wiki/.NET_Framework .NET framework from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Mono_%28software%29 Mono from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Mono_%28software%29 Mono from Wikipedia]

Latest revision as of 12:20, 19 November 2021

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

2010 ...

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

2020 ...

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