語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Target C# = Simple Hands-On Programming with Visual Studio 2022 /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Target C#/ by Gerard Byrne.
其他題名:
Simple Hands-On Programming with Visual Studio 2022 /
作者:
Byrne, Gerard.
面頁冊數:
XXI, 1078 p. 495 illus., 430 illus. in color.online resource. :
Contained By:
Springer Nature eBook
標題:
Computer Science. -
電子資源:
https://doi.org/10.1007/978-1-4842-8619-7
ISBN:
9781484286197
Target C# = Simple Hands-On Programming with Visual Studio 2022 /
Byrne, Gerard.
Target C#
Simple Hands-On Programming with Visual Studio 2022 /[electronic resource] :by Gerard Byrne. - 1st ed. 2022. - XXI, 1078 p. 495 illus., 430 illus. in color.online resource.
Chapter 1. .NET -- Chapter 2. Software Installation -- Chapter 3. Introduction -- Chapter 4. Input and Output -- Chapter 5. Commenting Code -- Chapter 6. Data Types -- Chapter 7. Casting and Parsing -- Chapter 8. Arithmetic -- Chapter 9. Selection -- Chapter 10. Iteration -- Chapter 11. Arrays -- Chapter 12. Methods -- Chapter 13. Classes -- Chapter 14. Interfaces -- Chapter 15. String Handling -- Chapter 16. File Handling -- Chapter 17. Exception Handling -- Chapter 18. Serialization -- Chapter 19. Structs -- Chapter 20. Enumerations -- Chapter 21. Delegates -- Chapter 22. Events -- Chapter 23. Generics -- Chapter 24. Common Routines -- Chapter 25. Programming Labs -- Chapter 26. C# 11.
So, you want to learn C# and Visual Studio 2022, but are a bit intimidated? Don’t be. Programming is within your grasp! Programmers at any level have to fully understand, and more importantly, be able to code the core constructs. It is impossible to use complex programming concepts such as classes before understanding what methods and variables and their data types are. Once there is a foundation built on the basics, then all other topics can fall in line. While it is a forgone conclusion that languages change with the introduction of new features, the core concepts do not. Even large enterprises do not always update to the latest versions of languages and frameworks; their "backbone" applications have been developed to work, regardless. More than ever, enterprises need developers who can master and apply the core programming concepts and then be "up-skilled" with newer language levels and features as they integrate into the company. This book builds from the ground up. You will begin with an introduction to programming, learning the foundational concepts needed to become a C# programmer. You will then put to practice a wide range of programming concepts, including data types, selection, iteration, arrays, methods, classes and objects, serialization, file handling, and string handling. You will learn enough to develop applications that emulate commercial application code. Once you’ve got the foundational concepts, get ready to dive into common programming routines, including linear search, binary search, bubble sort and insertion sort, and use C# to code them. Code example annotations supplement the learning and are designed to enhance learning while also explaining why the code does what it does. This book: Teaches core programming through well-explained and simple-to-follow instructions Reinforces programming skills through the use of coding examples that extend user learnings Explains theoretical programming concepts; applies them practically with code examples Introduces the latest Microsoft C# Integrated Development Environment (Visual Studio 2022) Enlists clear, precise, and easy-to-understand language to assist readers of all levels and experience Uses a mix of "theory" and practical information that is designed to be friendly and engaging The book is ideal for beginners, those refreshing their C# skills, or those moving from another programming language. No skills or previous knowledge is required. Readers will need to download Visual Studio 2022 Community Edition as this is what the book code has been based on, but they could use other Integrated Development Environments. Gerard Byrne is Senior Technical Trainer for a US-based Forbes 100 company. He up-skills and re-skills software engineers who develop business-critical software applications. Gerard has vast expertise as a teacher, lecturer, and technical trainer in a corporate technology environment. He has delivered a range of courses across computer languages and frameworks, including C#, Java, Spring, Android, JavaScript, Node, HTML, CSS, Bootstrap, React, Python, and Test-Driven Development and has mastered how to teach difficult concepts in a simple way that makes learning accessible and enjoyable.
ISBN: 9781484286197
Standard No.: 10.1007/978-1-4842-8619-7doiSubjects--Topical Terms:
593922
Computer Science.
LC Class. No.: QA76.76.M52
Dewey Class. No.: 005.268
Target C# = Simple Hands-On Programming with Visual Studio 2022 /
LDR
:05246nam a22003855i 4500
001
1084423
003
DE-He213
005
20221019173422.0
007
cr nn 008mamaa
008
221228s2022 xxu| s |||| 0|eng d
020
$a
9781484286197
$9
978-1-4842-8619-7
024
7
$a
10.1007/978-1-4842-8619-7
$2
doi
035
$a
978-1-4842-8619-7
050
4
$a
QA76.76.M52
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.268
$2
23
100
1
$a
Byrne, Gerard.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1390698
245
1 0
$a
Target C#
$h
[electronic resource] :
$b
Simple Hands-On Programming with Visual Studio 2022 /
$c
by Gerard Byrne.
250
$a
1st ed. 2022.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
XXI, 1078 p. 495 illus., 430 illus. in color.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Chapter 1. .NET -- Chapter 2. Software Installation -- Chapter 3. Introduction -- Chapter 4. Input and Output -- Chapter 5. Commenting Code -- Chapter 6. Data Types -- Chapter 7. Casting and Parsing -- Chapter 8. Arithmetic -- Chapter 9. Selection -- Chapter 10. Iteration -- Chapter 11. Arrays -- Chapter 12. Methods -- Chapter 13. Classes -- Chapter 14. Interfaces -- Chapter 15. String Handling -- Chapter 16. File Handling -- Chapter 17. Exception Handling -- Chapter 18. Serialization -- Chapter 19. Structs -- Chapter 20. Enumerations -- Chapter 21. Delegates -- Chapter 22. Events -- Chapter 23. Generics -- Chapter 24. Common Routines -- Chapter 25. Programming Labs -- Chapter 26. C# 11.
520
$a
So, you want to learn C# and Visual Studio 2022, but are a bit intimidated? Don’t be. Programming is within your grasp! Programmers at any level have to fully understand, and more importantly, be able to code the core constructs. It is impossible to use complex programming concepts such as classes before understanding what methods and variables and their data types are. Once there is a foundation built on the basics, then all other topics can fall in line. While it is a forgone conclusion that languages change with the introduction of new features, the core concepts do not. Even large enterprises do not always update to the latest versions of languages and frameworks; their "backbone" applications have been developed to work, regardless. More than ever, enterprises need developers who can master and apply the core programming concepts and then be "up-skilled" with newer language levels and features as they integrate into the company. This book builds from the ground up. You will begin with an introduction to programming, learning the foundational concepts needed to become a C# programmer. You will then put to practice a wide range of programming concepts, including data types, selection, iteration, arrays, methods, classes and objects, serialization, file handling, and string handling. You will learn enough to develop applications that emulate commercial application code. Once you’ve got the foundational concepts, get ready to dive into common programming routines, including linear search, binary search, bubble sort and insertion sort, and use C# to code them. Code example annotations supplement the learning and are designed to enhance learning while also explaining why the code does what it does. This book: Teaches core programming through well-explained and simple-to-follow instructions Reinforces programming skills through the use of coding examples that extend user learnings Explains theoretical programming concepts; applies them practically with code examples Introduces the latest Microsoft C# Integrated Development Environment (Visual Studio 2022) Enlists clear, precise, and easy-to-understand language to assist readers of all levels and experience Uses a mix of "theory" and practical information that is designed to be friendly and engaging The book is ideal for beginners, those refreshing their C# skills, or those moving from another programming language. No skills or previous knowledge is required. Readers will need to download Visual Studio 2022 Community Edition as this is what the book code has been based on, but they could use other Integrated Development Environments. Gerard Byrne is Senior Technical Trainer for a US-based Forbes 100 company. He up-skills and re-skills software engineers who develop business-critical software applications. Gerard has vast expertise as a teacher, lecturer, and technical trainer in a corporate technology environment. He has delivered a range of courses across computer languages and frameworks, including C#, Java, Spring, Android, JavaScript, Node, HTML, CSS, Bootstrap, React, Python, and Test-Driven Development and has mastered how to teach difficult concepts in a simple way that makes learning accessible and enjoyable.
650
2 4
$a
Computer Science.
$3
593922
650
2 4
$a
Programming Techniques.
$3
669781
650
1 4
$a
Microsoft.
$3
1387749
650
0
$a
Computer science.
$3
573171
650
0
$a
Computer programming.
$3
527822
650
0
$a
Microsoft .NET Framework.
$3
565417
650
0
$a
Microsoft software.
$3
1253736
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484286180
776
0 8
$i
Printed edition:
$z
9781484286203
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8619-7
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入