The C# Quick Syntax Reference is a condensed code and syntax reference to the C# programming language. It presents the essential C# syntax in a well-organized format that can be used as a handy reference.
You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C# programmer.
In the C# Quick Syntax Reference, you will find:
This book is a handy, pocket quick syntax reference for experienced C# as well as perhaps other programmers even new to C#.
Chapter 1. Hello World
Chapter 2. Compile and Run
Chapter 3. Variables
Chapter 4. Operators
Chapter 5. String
Chapter 6. Arrays
Chapter 7. Conditionals
Chapter 8. Loops
Chapter 9. Methods
Chapter 10. Class
Chapter 11. Inheritance
Chapter 12. Redefining Members
Chapter 13. Access Levels
Chapter 14. Static
Chapter 15. Properties
Chapter 16. Indexers
Chapter 17. Interface
Chapter 18. Abstract
Chapter 19. Namespaces
Chapter 20. Enum
Chapter 21. Exception Handling
Chapter 22. Operator Overloading
Chapter 23. Custom Conversions
Chapter 24. Constants
Chapter 25. Preprocessor
Chapter 26. Delegates
Chapter 27. Events
Chapter 28. Generics
Chapter 29. Struct
Chapter 30. Asynchronous methods