Общая информация
Название Learning C Sharp dotNet Programming Training Video Tutorial-SaRGN
Тип Книги
Размер 1.54Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
01_01-What's Covered.mp4 8.12Мб
01_02-Author Bio.mp4 3.56Мб
02_01-Visual C# Express Install.mp4 10.19Мб
02_02-Visual C# Express Overview.mp4 10.40Мб
03_01-Entering And Running The Program.mp4 19.47Мб
03_02-Correcting Errors.mp4 10.23Мб
03_03-Exercise - Modifying.mp4 10.19Мб
04_01-Introduction To Data Types.mp4 4.94Мб
04_02-Data Types - int, double.mp4 4.25Мб
04_03-Data Types Continued - string and bool.mp4 5.95Мб
04_04-Variable Naming Rules.mp4 6.13Мб
04_05-Declaring Variables.mp4 8.10Мб
04_06-Assigning Data To Variables.mp4 9.61Мб
04_07-Exercise - Saying Hello To Others.mp4 8.48Мб
05_01-Classes And Objects.mp4 6.47Мб
05_02-Class Data Members - Constructors.mp4 14.50Мб
05_03-ToString Method.mp4 13.89Мб
05_04-Set and Get Methods.mp4 13.66Мб
05_05-Properties.mp4 7.64Мб
05_06-Utility Methods.mp4 7.29Мб
05_07-Exercise 1 - More On Name Class.mp4 11.38Мб
05_08-Exercise 2 - A Date Class.mp4 11.91Мб
06_01-C# Arithmetic Operators.mp4 14.65Мб
06_02-Arithmetic Operator Order Of Precedence.mp4 5.24Мб
06_03-Increment And Composite Assignment Operators.mp4 7.49Мб
06_04-Using Constants.mp4 7.22Мб
06_05-Math Library Functions.mp4 7.56Мб
06_06-Mixing Arithmetic Data Types.mp4 8.44Мб
06_07-Exercise 1 - Translating Formulas To C# Code.mp4 10.46Мб
07_01-Reading Data From The Keyboard.mp4 10.14Мб
07_02-Reading Numeric Data From The Keyboard.mp4 9.35Мб
07_03-Writing Data To The Console.mp4 9.60Мб
07_04-Exercise - Generating A Form Letter.mp4 12.63Мб
08_01-Relational Operators.mp4 11.96Мб
08_02-Logical Operators.mp4 10.57Мб
08_03-Simple if Statement.mp4 15.25Мб
08_04-if-else Statements.mp4 14.51Мб
08_05-Nested if-else Statements.mp4 13.99Мб
08_06-The if-else-if Statement - Part 1.mp4 10.04Мб
08_07-The if-else-if Statement - Part 2.mp4 12.33Мб
08_08-Exercise 1 - Q & A Program.mp4 17.03Мб
08_09-Exercise 2 - A Calculator Program.mp4 15.18Мб
09_01-The while Loop - Part 1.mp4 9.74Мб
09_02-The while Loop - Part 2.mp4 13.95Мб
09_03-Count Controlled while Loops.mp4 14.65Мб
09_04-Event Controlled while Loops.mp4 19.70Мб
09_05-The for Loop - Part 1.mp4 9.52Мб
09_06-The for Loop - Part 2.mp4 15.11Мб
09_07-The for Loop - Part 3.mp4 12.19Мб
09_08-break And continue.mp4 17.70Мб
09_09-Exercise 1 - Looping Q and A.mp4 19.32Мб
09_10-Exercise 2 - Looping Calculator.mp4 13.89Мб
10_01-Defining A Method - Part 1.mp4 18.81Мб
10_02-Defining A Method - Part 2.mp4 22.70Мб
10_03-Predicate Methods.mp4 19.85Мб
10_04-Void Methods.mp4 11.42Мб
10_05-Value Parameters.mp4 19.37Мб
10_06-Exercise 1 - Two Example Methods.mp4 15.42Мб
10_07-Exercise 2 - Adding Methods.mp4 15.76Мб
11_01-Introduction To Lists.mp4 12.44Мб
11_02-Declaring A List.mp4 12.98Мб
11_03-Initializing A List.mp4 7.21Мб
11_04-Adding Data To A List.mp4 4.23Мб
11_05-Accessing List Elements.mp4 16.16Мб
11_06-Passing Lists As Method Arguments.mp4 17.30Мб
11_07-Generating Random Numbers.mp4 26.64Мб
11_08-Searching A List.mp4 16.40Мб
11_09-Sorting A List.mp4 7.42Мб
11_10-Exercise 1 - Finding The Maximum Value.mp4 12.31Мб
11_11-Exercise 2 - A Custom Search Method.mp4 21.97Мб
12_01-Private Data Members.mp4 13.28Мб
12_02-More On Constructors.mp4 13.80Мб
12_03-Properties.mp4 16.28Мб
12_04-Displaying Data - ToString.mp4 21.60Мб
12_05-Helper Methods.mp4 21.98Мб
12_06-Exercise 1 - An Object-Oriented Calculator.mp4 15.97Мб
12_07-Exercise 2 - Extending Time Class.mp4 12.13Мб
13_01-Introduction To Inheritance.mp4 21.78Мб
13_02-Overriding Methods.mp4 18.75Мб
13_03-Protected Members.mp4 11.38Мб
13_04-Exercise 1 - Virtual Methods.mp4 13.44Мб
13_05-Exercise 2 - Graphics Package.mp4 16.61Мб
14_01-Polymorphism Example.mp4 12.49Мб
14_02-Working With Abstract Classes.mp4 8.15Мб
14_03-Working With Interfaces.mp4 20.57Мб
14_04-Exercise 1 - Polymorphism.mp4 15.77Мб
15_01-Declaring An Array.mp4 10.07Мб
15_02-Working With Array Elements.mp4 16.22Мб
15_03-Special Array Methods.mp4 17.74Мб
15_04-Passing Arrays As Function Arguments.mp4 18.91Мб
15_05-Two-Dimensional Arrays - Part 1.mp4 18.90Мб
15_06-Two-Dimensional Arrays - Part 2.mp4 11.88Мб
15_07-Exercise 1 - Array Elements As Counters.mp4 12.38Мб
15_08-Exercise 2 - Bar Charts Using Array.mp4 10.75Мб
15_09-Exercise 3 - A Deck Of Playing Cards.mp4 21.78Мб
16_01-The switch statement - Part 1.mp4 21.80Мб
16_02-The switch statement - Part 2.mp4 12.04Мб
16_03-The do-while Loop - Part 1.mp4 12.54Мб
16_04-The do-while Loop - Part 2.mp4 14.04Мб
16_05-The for-each Loop - Part 1.mp4 12.66Мб
16_06-The for-each Loop - Part 2.mp4 7.95Мб
16_07-Exercise 1 - Using switch Statement.mp4 9.91Мб
16_08-Exercise 2 - while Loop Replacement.mp4 11.60Мб
16_09-Exercise 3 - for-each Loop In Lists.mp4 14.08Мб
17_01-Writing Data To A File.mp4 15.84Мб
17_02-Reading Data From A File.mp4 25.41Мб
17_03-Appending Data To A File.mp4 8.36Мб
17_04-Reading Characters From A File.mp4 10.82Мб
17_05-Writing Characters To A File.mp4 10.40Мб
17_06-Exercise 1 - Creating A To-Do List.mp4 23.18Мб
17_07-Exercise 2 - To-Do List Continued.mp4 20.87Мб
18_01-Variable Scope.mp4 16.65Мб
18_02-Working With Strings.mp4 30.79Мб
18_03-Exception Handling.mp4 28.09Мб
18_04-LINQ For Queries.mp4 19.35Мб
Learning_to_Program_with_C_Sharp_Working_Files.zip 70.10Кб
Torrent Downloaded From ExtraTorrent.cc.txt 352б
Статистика распространения по странам
Румыния (RO) 1
США (US) 1
Малайзия (MY) 1
Всего 3
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент