Programming-Basics-Book-CSharp-EN

所属分类:文章/文档
开发工具:JavaScript
文件大小:144313KB
下载次数:0
上传日期:2022-11-23 12:55:09
上 传 者sh-1993
说明:  SoftUni“编程基础”课程教材(C#,英语)
(Textbook for the "Programming Basics" course @ SoftUni (C#, English))

文件列表:
.bookignore (224, 2022-11-23)
Content (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\exercises-first-steps-in-coding.md (2202, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\expression.md (1296, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\numbers-1-to-20.md (1301, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\rectangle-area.md (1349, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\square-of-stars.md (2037, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-first-steps-in-coding\triangle-of-stars.md (1268, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps\exercises-graphical-and-web-apps.md (2835, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps\sumator-graphical (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps\sumator-graphical\sumator-graphical.md (5135, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps\sumator-web (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\exercises-graphical-and-web-apps\sumator-web\sumator-web.md (4689, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app (0, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\computer-programs-concepts.md (8411, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\computer-programs-examples.md (2812, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\development-environments-ide.md (7111, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\example-creating-a-console-application.md (6451, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\runtime-environments.md (4715, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\how-to-write-console-app\typical-mistakes-in-csharp-programs.md (2557, 2022-11-23)
Content\Chapter-1-first-steps-in-programming\overview.md (2354, 2022-11-23)
Content\Chapter-10-methods (0, 2022-11-23)
Content\Chapter-10-methods\exercises-methods (0, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\exercises-methods.md (2382, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\hello-name.md (578, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\integer-to-base.md (1360, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\min-method.md (945, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\notifications.md (2548, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\nth-digit.md (1126, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\numbers-to-words.md (2161, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\string-encryption.md (2649, 2022-11-23)
Content\Chapter-10-methods\exercises-methods\string-repeater.md (1053, 2022-11-23)
... ...

# Free Book + Video Course "Programming Basics with C#" The **free** book "**Programming Basics with C#**" introduces the readers to writing **programming code** at beginner level (variables and data, conditional statements, loops and methods) using the **C#** language. It combines **tutorial**-style learning content with **video** lessons, **code examples** and a lot of practical **coding exercises** with automated online evaluation (judge) system to ensure efficient learning. Watch the promo video about this book + video course: https://youtu.be/_F606F3OgmQ. Programming Basics with C# – book cover * [Preface](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Preface/overview.md) * [1. First Steps in Programming](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-1-first-steps-in-programming/overview.md) * [2.1. Simple Calculations](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-2-1-simple-calculations/overview.md) * [2.2. Simple Calculations – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-2-2-simple-calculations-exam-problems/overview.md) * [3.1. Simple Conditions](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-3-1-simple-conditions/overview.md) * [3.2. Simple Conditions – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-3-2-simple-conditions-exam-problems/overview.md) * [4.1. More Complex Conditions](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-4-1-complex-conditions/overview.md) * [4.2. More Complex Conditions – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-4-2-complex-conditions-exam-problems/overview.md) * [5.1. Repetitions (Loops)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-5-1-loops/overview.md) * [5.2. Loops – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-5-2-loops-exam-problems/overview.md) * [6.1. Nested Loops](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-6-1-nested-loops/overview.md) * [6.2. Nested Loops – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-6-2-nested-loops-exam-problems/overview.md) * [7.1. More Complex Loops](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-1-complex-loops/overview.md) * [7.2. More Complex Loops – Exam Problems](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-7-2-complex-loops-exam-problems/overview.md) * [8.1. Practical Exam Preparations – Part I](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-8-1-exam-preparation/overview.md) * [8.2. Practical Exam Preparations – Part II](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-8-2-exam-preparation-part-2/overview.md) * [9.1. Problems for Champions – Part I](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-9-1-problems-for-champions/overview.md) * [9.2. Problems for Champions – Part II](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-9-2-problems-for-champions-part-2/overview.md) * [10. Methods](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-10-methods/overview.md) * [11. Tricks and Hacks](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Chapter-11-tricks-and-hacks/overview.md) * [Conclusion](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/Content/Conclusion/overview.md) ## Download the Book **Download** the book "Programming Basics with C#" in **PDF** format (desktop readers, recommended): * Programming-Basics-CSharp-Book-and-Video-Lessons-Nakov-v2019.pdf **Download** the book "Programming Basics with C#" in **ePub** format (standard e-book readers): * Programming-Basics-CSharp-Book-and-Video-Lessons-Nakov-v2019.epub **Download** the book "Programming Basics with C#" in **mobi** format (Kindle e-book readers): * Programming-Basics-CSharp-Book-and-Video-Lessons-Nakov-v2019.mobi **Order the book** as **paperback copy** from Amazon: - Amazon.com (United States): Programming Basics with C#: Comprehensive Introduction to Programming with C#: Book + Video Lessons - Amazon.co.uk (Europe): Programming Basics with C#: Comprehensive Introduction to Programming with C#: Book + Video Lessons ## Book Details Brief information about this edition: * Title: **Programming Basics with C#** * Authors: **Svetlin Nakov & Team** * Main authors: Aleksander Krastev, Aleksander Lazarov, Angel Dimitriev, Vasko Viktorov, Ventsislav Petrov, Daniel Tsvetkov, Dimitar Tatarski, Dimo Dimov, Diyan Tonchev, Elena Rogleva, Zhivko Nedyalkov, Julieta Atanasova, Zahariya Pehlivanova, Ivelin Kirilov, Iskra Nikolova, Kalin Primov, Kristiyan Pamidov, Luboslav Lubenov, Nikolay Bankin, Nikolay Dimov, Pavlin Petkov, Petar Ivanov, Preslav Mihaylov, Rositsa Nenova, Ruslan Filipov, Svetlin Nakov, Stefka Vasileva, Teodor Kurtev, Tonyo Zhelev, Hristiyan Hristov, Hristo Hristov, Tsvetan Iliev, Yulian Linev, Yanitsa Vuleva * Other contributors: Bilyana Borislavova, Kalina Milanova, Karina Cholakova, Marieta Petrova, Marina Shideroff, Mirela Damyanova, Nelly Karaivanova, Petko Dyankov * ISBN: **978-619-00-0902-3** (9786190009023) * Edition: **Faber Publishing, Sofia, 2019** * License: **CC-BY-SA** * Source code: https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN ## Book Editions This book is available in several versions in different programming languages: * [Programming Basics with C# (English)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://csharp-book.softuni.org) * [Programming Basics with Java (English)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://java-book.softuni.org) * [Programming Basics with JavaScript (English)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://js-book.softuni.org) * [Programming Basics with Python (English)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://python-book.softuni.org) * [Programming Basics with C# (Bulgarian)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://csharp-book.softuni.bg) * [Programming Basics with Java (Bulgarian)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://java-book.softuni.bg) * [Programming Basics with JavaScript (Bulgarian)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://js-book.softuni.bg) * [Programming Basics with Python (Bulgarian)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://python-book.softuni.bg) * [Programming Basics with C++ (Bulgarian)](https://github.com/SoftUni/Programming-Basics-Book-CSharp-EN/blob/master/https://cpp-book.softuni.bg)

近期下载者

相关文件


收藏者