Beginning C# 7 Programming with Visual Studio 2017

Written in a friendly, mentor-style fashion, with each chapter building on previous ones, this book is full of helpful hints, tips, exercises, and full-fledged example code, and will teach you about all aspects of C# programming quickly and easily. --

Saved in:
Bibliographic Details
Main Authors: Perkins, Benjamin, (Author), Hammer, Jacob Vibe, (Author), Reid, Jon D., (Author)
Format: eBook
Language: English
Published: Indianapolis, IN : John Wiley and Sons, Inc. : Wrox, 2018.
Subjects:
ISBN: 9781119458661
1119458668
9781119458722
9781119549550
1119549558
1119458722
1119458684
9781119458685
9781523118519
1523118512
Physical Description: 1 online resource

Cover

Table of contents

LEADER 05615cam a2200553 i 4500
001 kn-on1029545729
003 OCoLC
005 20240717213016.0
006 m o d
007 cr cn|||||||||
008 180326s2018 inu o 000 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d NLE  |d OCLCF  |d YDX  |d IDB  |d DG1  |d YT1  |d UAB  |d TEFOD  |d MERER  |d K6U  |d D6H  |d MLSOD  |d OCLCQ  |d OTZ  |d RECBK  |d OCLCO  |d LVT  |d U3W  |d OCLCQ  |d OCLCO  |d DG1  |d KNOVL  |d LIV  |d DG1  |d UKAHL  |d COO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d BRX  |d OCLCQ  |d OCLCO  |d OCLCL 
020 |a 9781119458661  |q (electronic bk.) 
020 |a 1119458668  |q (electronic bk.) 
020 |a 9781119458722  |q (electronic bk.) 
020 |a 9781119549550  |q (electronic bk.) 
020 |a 1119549558  |q (electronic bk.) 
020 |a 1119458722  |q (electronic bk.) 
020 |a 1119458684 
020 |a 9781119458685 
020 |a 9781523118519  |q (electronic bk.) 
020 |a 1523118512  |q (electronic bk.) 
035 |a (OCoLC)1029545729  |z (OCoLC)1029654361  |z (OCoLC)1029783031  |z (OCoLC)1029852250  |z (OCoLC)1029858541  |z (OCoLC)1029880379  |z (OCoLC)1060789362 
100 1 |a Perkins, Benjamin,  |e author. 
245 1 0 |a Beginning C# 7 Programming with Visual Studio 2017 /  |c Benjamin Perkins, Jacob Vibe Hammer and Jon D. Reid. 
246 3 |a C# 7 programming with visual studio 2017 
246 3 |a C# seven programming with visual studio 2017 
246 3 |a Beginning C# seven programming with visual studio 2017 
264 1 |a Indianapolis, IN :  |b John Wiley and Sons, Inc. :  |b Wrox,  |c 2018. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Cover; Title Page; Copyright; About the Authors; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Who This Book is for; What This Book Covers; How This Book is Structured; The C# Language (Chapters 1-13); Windows Programming (Chapters 14-15); Cloud and Cross-Platform Programming (Chapters 16-19); Data Access (Chapters 20-23); Additional Techniques (Chapters 24-25); What you Need to use This Book; Conventions; Source Code; Errata; Part I: The C# Language; Chapter 1: Introducing C#; What is the .NET Framework?; What's in the .NET Framework? 
505 8 |a .NET Standard and .NET CoreWriting Applications Using the .NET Framework and .NET Core; CIL and JIT; Assemblies; Managed Code; Garbage Collection; Fitting it Together; Linking; What Is C#?; Applications You Can Write with C#; C# in this Book; Visual Studio 2017; Visual Studio 2017 Products; Solutions; Chapter 2: Writing a C# Program; The Visual Studio 2017 Development Environment; Console Applications; The Solution Explorer; The Properties Window; The Error List Window; Desktop Applications; Chapter 3: Variables and Expressions; Basic C# Syntax; Basic C# Console Application Structure. 
505 8 |a VariablesSimple Types; Variable Naming; Literal Values; Binary Literals and Digit Separators; String Literals; Expressions; Mathematical Operators; Assignment Operators; Operator Precedence; Namespaces; Chapter 4: Flow Control; Boolean Logic; Boolean Bitwise and Assignment Operators; Operator Precedence Updated; Branching; The Ternary Operator; The if Statement; Checking More Conditions Using if Statements; The switch Statement; Looping; do Loops; while Loops; for Loops; Interrupting Loops; Infinite Loops; Chapter 5: More about Variables; Type Conversion; Implicit Conversions. 
505 8 |a Explicit ConversionsExplicit Conversions Using the Convert Commands; Complex Variable Types; Enumerations; Defining Enumerations; Structs; Defining Structs; Arrays; Declaring Arrays; foreach Loops; Pattern Matching with switch case expression; Multidimensional Arrays; Arrays of Arrays; String Manipulation; Chapter 6: Functions; Defining and Using Functions; Return Values; Parameters; Parameter Matching; Parameter Arrays; Reference and Value Parameters; Out Parameters; Tuples; Variable Scope; Variable Scope in Other Structures; Parameters and Return Values versus Global Data; Local Functions. 
505 8 |a The Main() FunctionStruct Functions; Overloading Functions; Using Delegates; Chapter 7: Debugging and Error Handling; Debugging in Visual Studio; Debugging in Nonbreak (Normal) Mode; Outputting Debugging Information; Tracepoints; Diagnostics Output Versus Tracepoints; Debugging in Break Mode; Entering Break Mode; Monitoring Variable Content; Stepping through Code; Immediate and Command Windows; The Call Stack Window; Error Handling; try ... catch ... finally; Throw Expressions; Listing and Configuring Exceptions; Chapter 8: Introduction to Object-Oriented Programming. 
506 |a Plný text je dostupný pouze z IP adres počítačů Univerzity Tomáše Bati ve Zlíně nebo vzdáleným přístupem pro zaměstnance a studenty 
520 |a Written in a friendly, mentor-style fashion, with each chapter building on previous ones, this book is full of helpful hints, tips, exercises, and full-fledged example code, and will teach you about all aspects of C# programming quickly and easily. --  |c Edited summary from book. 
590 |a Knovel  |b Knovel (All titles) 
630 0 0 |a Microsoft Visual studio. 
630 0 7 |a Microsoft Visual studio  |2 fast 
650 0 |a C# (Computer program language) 
655 7 |a elektronické knihy  |7 fd186907  |2 czenas 
655 9 |a electronic books  |2 eczenas 
700 1 |a Hammer, Jacob Vibe,  |e author. 
700 1 |a Reid, Jon D.,  |e author. 
856 4 0 |u https://proxy.k.utb.cz/login?url=https://app.knovel.com/hotlink/toc/id:kpBCPVS00L/beginning-c-7?kpromoter=marc  |y Full text