Book description
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:
A concise reference to the C# language syntax.
Short, simple and focused code examples.
A well laid out table of contents and a comprehensive index allowing easy review.
What you'll learn
How to write your first C#-based HelloWorld as well as compile and run
What are variables, operators, strings, arrays, conditionals, loops, methods
What are and how to use the rich set of Classes in C#
How to do inheritance, member redefinitions, access levels, statics, properties and more
How to work with indexers, interfaces, abstracts, namespaces, and more
How to use enums, exception handling, operator overloading, custom conversions, constants
What are and how to use preprocessor, delegates, events, generics and struct
Who this book is for
This book is a handy, pocket quick syntax reference for experienced C# as well as perhaps other programmers even new to C#.
Table of contents
- Title Page
- Contents at a Glance
- Contents
- About the Author
- About the Technical Reviewer
- Introduction
- 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
- Index
Product information
- Title: C# Quick Syntax Reference
- Author(s):
- Release date: July 2013
- Publisher(s): Apress
- ISBN: 9781430262800
You might also like
book
C# 8 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
This quick C# 8 guide is a condensed code and syntax reference to the C# programming …
book
C# 4.0 The Complete Reference
The Definitive Guide to C# “From using LINQ to covariance and from string formatting to optional …
book
Programming in C#: Exam 70-483 (MCSD) Guide
Acquire necessary skills in preparing for Microsoft certification and enhance your software development career by learning …
book
C++ Quick Syntax Reference
The C++ Quick Syntax Reference is a condensed code and syntax reference to the C++ programming …