Difference between revisions of "C sharp"

From Chessprogramming wiki
Jump to: navigation, search
(Forum Posts)
Line 21: Line 21:
 
: [http://www.talkchess.com/forum/viewtopic.php?topic_view=threads&p=485936&t=45388 Re: Question About CPP-C#, Performance, and Square Represenation] by [[Erik Madsen]], [[CCC]], October 03, 2012 <ref>[http://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/ Behind the scenes of the C# yield keyword] by [http://startbigthinksmall.wordpress.com/author/larscorneliussen/ Lars Corneliussen], June 9, 2008</ref>
 
: [http://www.talkchess.com/forum/viewtopic.php?topic_view=threads&p=485936&t=45388 Re: Question About CPP-C#, Performance, and Square Represenation] by [[Erik Madsen]], [[CCC]], October 03, 2012 <ref>[http://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/ Behind the scenes of the C# yield keyword] by [http://startbigthinksmall.wordpress.com/author/larscorneliussen/ Lars Corneliussen], June 9, 2008</ref>
 
* [http://www.talkchess.com/forum/viewtopic.php?t=50916 C# compiler for Windows XP SP3] by [[Norbert Raimund Leisner]], [[CCC]], January 15, 2014
 
* [http://www.talkchess.com/forum/viewtopic.php?t=50916 C# compiler for Windows XP SP3] by [[Norbert Raimund Leisner]], [[CCC]], January 15, 2014
 +
* [http://www.talkchess.com/forum3/viewtopic.php?t=78070 Why C++ instead of C#?] by [[Henk]], [[CCC]], August 31, 2021
  
 
=External Links=  
 
=External Links=  

Revision as of 12:00, 16 September 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

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