Learning C Sharp dotNet Programming Training Video Tutorial-SaRGN

seeders: 11
leechers: 0
Added 12 years ago by SaRGN in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Learning C Sharp dotNet Programming Training Video Tutorial-SaRGN (Size: 1.5 GB)
  01_01-What's Covered.mp4 8.1 MB
  01_02-Author Bio.mp4 3.6 MB
  02_01-Visual C# Express Install.mp4 10.2 MB
  02_02-Visual C# Express Overview.mp4 10.4 MB
  03_01-Entering And Running The Program.mp4 19.5 MB
  03_02-Correcting Errors.mp4 10.2 MB
  03_03-Exercise - Modifying.mp4 10.2 MB
  04_01-Introduction To Data Types.mp4 4.9 MB
  04_02-Data Types - int, double.mp4 4.3 MB
  04_03-Data Types Continued - string and bool.mp4 6 MB
  04_04-Variable Naming Rules.mp4 6.1 MB
  04_05-Declaring Variables.mp4 8.1 MB
  04_06-Assigning Data To Variables.mp4 9.6 MB
  04_07-Exercise - Saying Hello To Others.mp4 8.5 MB
  05_01-Classes And Objects.mp4 6.5 MB
  05_02-Class Data Members - Constructors.mp4 14.5 MB
  05_03-ToString Method.mp4 13.9 MB
  05_04-Set and Get Methods.mp4 13.7 MB
  05_05-Properties.mp4 7.6 MB
  05_06-Utility Methods.mp4 7.3 MB
  05_07-Exercise 1 - More On Name Class.mp4 11.4 MB
  05_08-Exercise 2 - A Date Class.mp4 11.9 MB
  06_01-C# Arithmetic Operators.mp4 14.7 MB
  06_02-Arithmetic Operator Order Of Precedence.mp4 5.2 MB
  06_03-Increment And Composite Assignment Operators.mp4 7.5 MB
  06_04-Using Constants.mp4 7.2 MB
  06_05-Math Library Functions.mp4 7.6 MB
  06_06-Mixing Arithmetic Data Types.mp4 8.4 MB
  06_07-Exercise 1 - Translating Formulas To C# Code.mp4 10.5 MB
  07_01-Reading Data From The Keyboard.mp4 10.1 MB
  07_02-Reading Numeric Data From The Keyboard.mp4 9.4 MB
  07_03-Writing Data To The Console.mp4 9.6 MB
  07_04-Exercise - Generating A Form Letter.mp4 12.6 MB
  08_01-Relational Operators.mp4 12 MB
  08_02-Logical Operators.mp4 10.6 MB
  08_03-Simple if Statement.mp4 15.3 MB
  08_04-if-else Statements.mp4 14.5 MB
  08_05-Nested if-else Statements.mp4 14 MB
  08_06-The if-else-if Statement - Part 1.mp4 10 MB
  08_07-The if-else-if Statement - Part 2.mp4 12.3 MB
  08_08-Exercise 1 - Q & A Program.mp4 17 MB
  08_09-Exercise 2 - A Calculator Program.mp4 15.2 MB
  09_01-The while Loop - Part 1.mp4 9.7 MB
  09_02-The while Loop - Part 2.mp4 13.9 MB
  09_03-Count Controlled while Loops.mp4 14.6 MB
  09_04-Event Controlled while Loops.mp4 19.7 MB
  09_05-The for Loop - Part 1.mp4 9.5 MB
  09_06-The for Loop - Part 2.mp4 15.1 MB
  09_07-The for Loop - Part 3.mp4 12.2 MB
  09_08-break And continue.mp4 17.7 MB
  09_09-Exercise 1 - Looping Q and A.mp4 19.3 MB
  09_10-Exercise 2 - Looping Calculator.mp4 13.9 MB
  10_01-Defining A Method - Part 1.mp4 18.8 MB
  10_02-Defining A Method - Part 2.mp4 22.7 MB
  10_03-Predicate Methods.mp4 19.8 MB
  10_04-Void Methods.mp4 11.4 MB
  10_05-Value Parameters.mp4 19.4 MB
  10_06-Exercise 1 - Two Example Methods.mp4 15.4 MB
  10_07-Exercise 2 - Adding Methods.mp4 15.8 MB
  11_01-Introduction To Lists.mp4 12.4 MB
  11_02-Declaring A List.mp4 13 MB
  11_03-Initializing A List.mp4 7.2 MB
  11_04-Adding Data To A List.mp4 4.2 MB
  11_05-Accessing List Elements.mp4 16.2 MB
  11_06-Passing Lists As Method Arguments.mp4 17.3 MB
  11_07-Generating Random Numbers.mp4 26.6 MB
  11_08-Searching A List.mp4 16.4 MB
  11_09-Sorting A List.mp4 7.4 MB
  11_10-Exercise 1 - Finding The Maximum Value.mp4 12.3 MB
  11_11-Exercise 2 - A Custom Search Method.mp4 22 MB
  12_01-Private Data Members.mp4 13.3 MB
  12_02-More On Constructors.mp4 13.8 MB
  12_03-Properties.mp4 16.3 MB
  12_04-Displaying Data - ToString.mp4 21.6 MB
  12_05-Helper Methods.mp4 22 MB
  12_06-Exercise 1 - An Object-Oriented Calculator.mp4 16 MB
  12_07-Exercise 2 - Extending Time Class.mp4 12.1 MB
  13_01-Introduction To Inheritance.mp4 21.8 MB
  13_02-Overriding Methods.mp4 18.8 MB
  13_03-Protected Members.mp4 11.4 MB
  13_04-Exercise 1 - Virtual Methods.mp4 13.4 MB
  13_05-Exercise 2 - Graphics Package.mp4 16.6 MB
  14_01-Polymorphism Example.mp4 12.5 MB
  14_02-Working With Abstract Classes.mp4 8.2 MB
  14_03-Working With Interfaces.mp4 20.6 MB
  14_04-Exercise 1 - Polymorphism.mp4 15.8 MB
  15_01-Declaring An Array.mp4 10.1 MB
  15_02-Working With Array Elements.mp4 16.2 MB
  15_03-Special Array Methods.mp4 17.7 MB
  15_04-Passing Arrays As Function Arguments.mp4 18.9 MB
  15_05-Two-Dimensional Arrays - Part 1.mp4 18.9 MB
  15_06-Two-Dimensional Arrays - Part 2.mp4 11.9 MB
  15_07-Exercise 1 - Array Elements As Counters.mp4 12.4 MB
  15_08-Exercise 2 - Bar Charts Using Array.mp4 10.8 MB
  15_09-Exercise 3 - A Deck Of Playing Cards.mp4 21.8 MB
  16_01-The switch statement - Part 1.mp4 21.8 MB
  16_02-The switch statement - Part 2.mp4 12 MB
  16_03-The do-while Loop - Part 1.mp4 12.5 MB
  16_04-The do-while Loop - Part 2.mp4 14 MB
  16_05-The for-each Loop - Part 1.mp4 12.7 MB
  16_06-The for-each Loop - Part 2.mp4 8 MB
  16_07-Exercise 1 - Using switch Statement.mp4 9.9 MB
  16_08-Exercise 2 - while Loop Replacement.mp4 11.6 MB
  16_09-Exercise 3 - for-each Loop In Lists.mp4 14.1 MB
  17_01-Writing Data To A File.mp4 15.8 MB
  17_02-Reading Data From A File.mp4 25.4 MB
  17_03-Appending Data To A File.mp4 8.4 MB
  17_04-Reading Characters From A File.mp4 10.8 MB
  17_05-Writing Characters To A File.mp4 10.4 MB
  17_06-Exercise 1 - Creating A To-Do List.mp4 23.2 MB
  17_07-Exercise 2 - To-Do List Continued.mp4 20.9 MB
  18_01-Variable Scope.mp4 16.6 MB
  18_02-Working With Strings.mp4 30.8 MB
  18_03-Exception Handling.mp4 28.1 MB
  18_04-LINQ For Queries.mp4 19.4 MB
  Learning_to_Program_with_C_Sharp_Working_Files.zip 70.1 KB
  Torrent Downloaded From ExtraTorrent.cc.txt 307.2 B
  ▲ 117 total files

Description


Publisher.....: INFINITESKILLS
Language......: ENGLISH
Author........: JESSE FEILER
Level.........: BEGINNER
TUTORIAL:
In this Objective-C programming training course expert author
Jesse Feiler teaches you the basics of Objective-C for iOS 7 and
Xcode 5. This course focuses on the Objective-C programming
language, utilizing Xcode and the Apple Frameworks wherever
necessary to build your App.
You start the tutorial with a review of the Xcode 5 interface,
and how you are going to use it to build your Objective-C
project. Throughout this video tutorial you will learn about the
structure of an Objective-C App, using declared properties and
instance variables, how to manage memory, using instance
variables and how to work with collection classes. You will learn
how to debug your code, how to use protocols and delegates, work
with class extensions and working with try/catch to handle
exceptions.
Once you have completed this computer based training course on
Objective-C programming, you will have a comprehensive
understanding of how Objective-C fits into the App creation
scheme, as well as how to utilize provided Apple Frameworks and
how to use Xcode to build your App. Working files are included,
allowing you to follow along with the author throughout the
lessons.

Related Torrents

torrent name size uploader age seed leech
0
0
0
1
0