Difference between revisions of "C sharp"

From Chessprogramming wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
=Forum Posts=
 
=Forum Posts=
 +
==2010 ...==
 
* [http://www.talkchess.com/forum/viewtopic.php?t=40385 c# for chess engine] by [[Sergei Markoff]], [[CCC]], September 13, 2011
 
* [http://www.talkchess.com/forum/viewtopic.php?t=40385 c# for chess engine] by [[Sergei Markoff]], [[CCC]], September 13, 2011
 
* [http://www.talkchess.com/forum/viewtopic.php?t=42186 C# Performance] by [[Richard Allbert]], [[CCC]], January 27, 2012
 
* [http://www.talkchess.com/forum/viewtopic.php?t=42186 C# Performance] by [[Richard Allbert]], [[CCC]], January 27, 2012
Line 21: Line 22:
 
: [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
 +
==2020 ...==
 
* [http://www.talkchess.com/forum3/viewtopic.php?t=78070 Why C++ instead of C#?] by Henk, [[CCC]], August 31, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?t=78070 Why C++ instead of C#?] by Henk, [[CCC]], August 31, 2021
 
* [https://www.talkchess.com/forum3/viewtopic.php?f=7&t=78680 Bitboards ?: C# vs C++] by Bill Beame, [[CCC]], November 17, 2021 » [[Bitboards]]
 
* [https://www.talkchess.com/forum3/viewtopic.php?f=7&t=78680 Bitboards ?: C# vs C++] by Bill Beame, [[CCC]], November 17, 2021 » [[Bitboards]]

Revision as of 12:17, 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