Limit search to available items
102 results found. Sorted by relevance | date | title .
Book Cover
E-book
Author Olsson, Mikael (Web programmer), author.

Title C♯ 7 quick syntax reference : a pocket guide to the language, APIs and library / Mikael Olsson
Edition Second edition
Published [Place of publication not identified] : Apress, [2018]
©2018

Copies

Description 1 online resource
Contents Intro; Table of Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: Hello World; Choosing an IDE; Creating a Project; Hello World; IntelliSense; Chapter 2: Compile and Run; Visual Studio Compilation; Console Compilation; Language Version; Comments; Chapter 3: Variables; Data Types; Declaration; Assignment; Integer Types; Floating-Point Types; Char Type; Bool Type; Variable Scope; Chapter 4: Operators; Arithmetic Operators; Assignment Operators; Combined Assignment Operators; Increment and Decrement Operators; Comparison Operators; Logical Operators
Bitwise OperatorsOperator Precedents; Chapter 5: Strings; String Concatenation; Escape Characters; String Compare; String Members; StringBuilder Class; Chapter 6: Arrays; Array Declaration; Array Allocation; Array Assignment; Array Access; Rectangular Arrays; Jagged Arrays; Chapter 7: Conditionals; If Statement; Switch Statement; Goto Statement; Ternary Operator; Chapter 8: Loops; While Loop; Do-while Loop; For Loop; Foreach Loop; Break and Continue; Chapter 9: Methods; Defining Methods; Calling Methods; Method Parameters; Params Keyword; Method Overloading; Optional Parameters
Named ArgumentsReturn Statement; Value and Reference Types; Pass by Value; Pass by Reference; Ref Keyword; Out Keyword; Local Methods; Chapter 10: Class; Object Creation; Accessing Object Members; Constructor; This Keyword; Constructor Overloading; Constructor Chaining; Initial Field Values; Default Constructor; Object Initializers; Partial Class; Garbage Collector; Destructor; Null Keyword; Nullable Types; Null-Coalescing Operator; Null-Conditional Operator; Default Values; Chapter 11: Inheritance; Object Class; Downcast and Upcast; The is and as Keywords; Pattern Matching; Boxing; Unboxing
Chapter 12: Redefining MembersHiding Members; Overriding Members; Hiding and Overriding; Sealed Keyword; Base Keyword; Chapter 13: Access Levels; Private Access; Protected Access; Internal Access; Protected Internal Access; Private Protected Access; Public Access; Top-Level Access Levels; Inner Classes; Access Level Guideline; Chapter 14: Static; Accessing Static Members; Static Methods; Static Fields; Static Classes; Static Constructor; Extension Methods; Chapter 15: Properties; Property Advantages; Read-Only and Write-Only Properties; Property Access Levels; Auto-Implemented Properties
Chapter 16: IndexersIndexer Parameters; Indexer Overloading; Chapter 17: Interfaces; Interface Signatures; Interface Example; Functionality Interface; Class Interface; Chapter 18: Abstract; Abstract Members; Abstract Example; Abstract Classes and Interfaces; Chapter 19: Namespaces; Nested Namespaces; Namespace Access; Using Directive; Chapter 20: Enum; Enum Example; Enum Constant Values; Enum Constant Type; Enum Access Levels and Scope; Enum Methods; Chapter 21: Exception Handling; Try-Catch Statement; Catch Block; Exception Filters; Finally Block; The using Statement; Throwing Exceptions
Summary This quick C# 7 guide is a condensed code and syntax reference to the C# programming language, updated with the latest features of C# 7.3 for .NET and Windows 10. It presents the essential C# 7 syntax in a well-organized format that can be used as a handy reference. In the C# 7 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. You won't find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. 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. You will: Discover what's new in C# 7.3 and .NET for Windows 10 programming, including out values, ref locals and returns, local functions, throw exceptions, and numeric literals Create lightweight, unnamed types that contain multiple public fields Create branching logic based on arbitrary types and values of the members of those types Nest functions inside other functions to limit their scope and visibility Throw expressions in code constructs that previously were not allowed Declare methods with the async modifier to return other types in addition to Task Use the new numeric literals found in C# 7.3 to improve readability for numeric constants
Notes Includes index
© Copyright 2018 Mikael Olsson. 2018
Online resource; title from PDF title page (EBSCO, viewed August 27, 2018)
Subject C# (Computer program language) -- Handbooks, manuals, etc
Internet programming -- Handbooks, manuals, etc
Programming & scripting languages: general.
Computer programming -- software development.
Microsoft programming.
COMPUTERS -- Programming Languages -- C#.
C# (Computer program language)
Internet programming
Genre/Form handbooks.
Handbooks and manuals
Handbooks and manuals.
Guides et manuels.
Form Electronic book
ISBN 9781484238172
1484238176
9781484238189
1484238184
Other Titles C sharp seven quick syntax reference