Cargando…

Learn C# in 7 days /

Learn C# in 7 days with practical examples, build a foundation for C# programming, and boost your skills to an advanced level About This Book Learn the basics of C# in 7 days Works as a reference guide describing the major features of C# Build easy and simple code through real-world example scenario...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Aroraa, Gaurav
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBSCO_on1006399081
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 171014s2017 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d IDEBK  |d CHVBK  |d OCLCO  |d IDB  |d COO  |d OCLCQ  |d TEFOD  |d YDX  |d NLE  |d OCLCF  |d N$T  |d OCL  |d LVT  |d ZCU  |d UKAHL  |d CNCEN  |d OCLCQ  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB7K0815  |2 bnb 
016 7 |a 018568479  |2 Uk 
019 |a 1006308875  |a 1079798703 
020 |a 9781787127159  |q (electronic bk.) 
020 |a 178712715X  |q (electronic bk.) 
029 1 |a AU@  |b 000067112829 
029 1 |a CHNEW  |b 000975249 
029 1 |a CHVBK  |b 503268704 
029 1 |a UKMGB  |b 018568479 
035 |a (OCoLC)1006399081  |z (OCoLC)1006308875  |z (OCoLC)1079798703 
037 |a 3A1C66C7-63B0-472D-A144-4F63FD8A390B  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.C154 
050 4 |a T55.4-60.8 
072 7 |a COM  |x 051310  |2 bisacsh 
082 0 4 |a 005.13/3  |2 23 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Aroraa, Gaurav. 
245 1 0 |a Learn C# in 7 days /  |c Gaurav Aroraa. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (298 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Day 01 -- Overview of the .NET Framework -- What is programming? -- What is .NET? -- What is .NET Core? -- NET Core features -- What makes .NET Core? -- What is .NET Standard? -- Available IDEs and editors for C# -- Setting up the environment -- Hands -- on exercises -- Revisiting Day 01 -- Chapter 2: Day 02 -- Getting Started with C# -- Introduction to C# -- History of the C# language 
505 8 |a Understanding a typical C# program1 (System) -- 3 (Day02) -- 2 (Program) -- 4 (Main) -- 5 (Day02) -- 6 (Day02) -- 7 (Dependencies) -- 8 (Program.cs) -- Deep-dive into application using Visual Studio -- Discussing code -- Color -- Beep -- An overview of C# reserved keywords, types, and operators -- Identifiers -- Contextual -- Types -- Value type -- Data types -- Reference type -- Pointer type -- Null type -- Operators -- Discussing operator precedence in C# -- Operator overloading -- An overview of type conversion 
505 8 |a Implicit conversionExplicit conversion -- Understanding statements -- Declarative statement -- Expression statement -- Selection statement -- The if statement -- The if..else statement -- if ... else if ... else statement -- Nested if statement -- Switch statement -- Iteration statement -- The do ... while loop -- The while loop -- The for loop -- The foreach loop -- The jump statement -- break -- continue -- default -- Exception-handling statement -- Arrays and string manipulations -- Arrays -- Types of arrays -- Single-dimensional array 
505 8 |a Multidimensional arrayJagged array -- Strings -- Structure versus class -- Hands-on exercise -- Revisiting day 2 -- Chapter 3: Day 03 -- What's New in C# -- Tuples and deconstruction -- Tuples -- The System. ValueTuple struct -- Deconstruction -- Tuple â#x80;#x93; important points to remember -- Pattern matching -- is expression -- switch statement -- constant pattern -- type pattern -- When clause in case expression -- Local functions -- Literal improvements -- Binary literals -- Digit separator -- Async Main 
505 8 |a Restrictions while using new signaturesDefault expressions -- Member variables -- Constants -- Infer tuple names -- Other features supposed to release -- Pattern-matching with generics -- Reference assemblies -- Hands-on exercises -- Revisiting Day 03 -- Chapter 4: Day 04 -- Discussing C# Class Members -- Modifiers -- Access modifiers and accessibility levels -- public -- protected -- internal -- composite -- private -- Rules for the access modifier -- abstract -- Rules of the abstract modifier -- async -- const -- event -- extern -- new 
500 |a ""override"" 
520 |a Learn C# in 7 days with practical examples, build a foundation for C# programming, and boost your skills to an advanced level About This Book Learn the basics of C# in 7 days Works as a reference guide describing the major features of C# Build easy and simple code through real-world example scenarios Who This Book Is For The book is for aspiring developers and absolute novices who want to get started with the world of programming. You do not need any knowledge of C# for this book. What You Will Learn Understand and set up the .NET environment Code in C# using the Visual Studio 2017 RC (preferable community edition) IDE Define variables, syntax, control flows, statements, and arrays etc through examples Understand the concepts of Object-Oriented Programming using C# Get acquainted with attributes, collection, generics, and LINQ Get your hands on class members such as Modifiers, Methods, Properties, Indexers, File I/O, Exception Handling, and Regex Build a real-world application using C# 7 In Detail This book takes a unique approach to teach C# to absolute beginners. You'll learn the basics of the language in seven days. It takes a practical approach to explain the important concepts that build the foundation of the C# programming language. The book begins by teaching you the basic fundamentals using real-world practical examples and gets you acquainted with C# programming. We cover some important features and nuances of the language in a hands-on way, helping you grasp the concepts in a fluid manner. Later, you'll explore the concepts of Object-Oriented Programming (OOP) through a real-world example. Then we dive into advanced-level concepts such as generics and collections, and you'll get acquainted with objects and LINQ. Towards the end, you'll build an application that covers all the concepts explained in the book. By the end of this book, you will have next-level skills and a good knowledge of the fundamentals of C#. Style and approach Fast paced guide to get you up-to-speed with the language. Every chapter is followed by an exercise that focuses on building something with the language. The codes of the exercises can be found on the Packt website Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com . If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a C# (Computer program language) 
650 0 |a Computer software  |x Development. 
650 6 |a C# (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C#.  |2 bisacsh 
650 7 |a Computer software  |x Development  |2 fast 
650 7 |a C# (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Aroraa, Gaurav.  |t Learn C# in 7 days.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1613209  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33511530 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5098650 
938 |a EBSCOhost  |b EBSC  |n 1613209 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis39109493 
938 |a YBP Library Services  |b YANK  |n 14880293 
994 |a 92  |b IZTAP