The Elements of C Sharp Style
Encyclopedia
The Elements of C# Style is a book of style rules for the C# programming language. It is written by Kenneth Baldwin, Andy Gray, and Trevor Misfeldt of CenterSpace Software
. The book was published by Cambridge University Press
in July 2006. The book provides conventions for formatting, naming, documentation, programming and packaging.
This book is part of a series of books that include The Elements of Java Style
and The Elements of C++ Style
.
CenterSpace Software
CenterSpace Software, LLC. is a commercial software development company with headquarters in Corvallis, Oregon, USA, that produces numerical and statistical class libraries for the .NET Framework...
. The book was published by Cambridge University Press
Cambridge University Press
Cambridge University Press is the publishing business of the University of Cambridge. Granted letters patent by Henry VIII in 1534, it is the world's oldest publishing house, and the second largest university press in the world...
in July 2006. The book provides conventions for formatting, naming, documentation, programming and packaging.
This book is part of a series of books that include The Elements of Java Style
The Elements of Java Style
The Elements of Java Style is a book of rules of programming style in the Java computer language. The book was published by Cambridge University Press in January 2000...
and The Elements of C++ Style
The Elements of C++ Style
The Elements of C++ Style is a book of rules of programming style in the C++ computer language. The book was published by Cambridge University Press in February 2004...
.
External links
- Publisher's Official Site at Cambridge University PressCambridge University PressCambridge University Press is the publishing business of the University of Cambridge. Granted letters patent by Henry VIII in 1534, it is the world's oldest publishing house, and the second largest university press in the world...
- The Elements of C# Style at Amazon.comAmazon.comAmazon.com, Inc. is a multinational electronic commerce company headquartered in Seattle, Washington, United States. It is the world's largest online retailer. Amazon has separate websites for the following countries: United States, Canada, United Kingdom, Germany, France, Italy, Spain, Japan, and...
- The Elements of C# Style at CenterSpace SoftwareCenterSpace SoftwareCenterSpace Software, LLC. is a commercial software development company with headquarters in Corvallis, Oregon, USA, that produces numerical and statistical class libraries for the .NET Framework...
- Review by Brad Abrams
- Review by Greg Low