Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C# Essential Training: 2 Flow Control, Arrays, and Exception Handling

Posted By: Landau17
C# Essential Training:  2 Flow Control, Arrays, and Exception Handling

C# Essential Training: 2 Flow Control, Arrays, and Exception Handling
MP4 | Video: 720p | Duration: 2:19:45 | English | Subtitles: VTT | 474.3 MB



Get started in Microsoft application development by learning C#. Fast, capable, and productive, C# combines the best features of C++ and Java—with none of the reference counting or performance concerns. This course is the second half of C# Essential Training, which covers slightly more advanced techniques such as testing code, storing data in arrays and collections, processing lists with LINQ, controlling program flow, and handling exceptions. Get an introduction to unit testing, as well as flow-control mechanisms such as if-else and switch statements, logical operators, and loops. Find out how to run your projects, debug exceptions to understand why code is interrupted at runtime, and handle those exceptions with catch statements. Plus, learn how to create and manage packages of compiled code with NuGet, manage application logs with NLog, and produce a final build.

Topics include:
  • Writing unit tests in C#
  • Working with simple and multidimensional arrays
  • Managing ordered and unordered data with lists
  • Evaluating conditions with if-else statements
  • Using OR, AND, and NOT operators
  • Building loops
  • Debugging and handling exceptions
  • Creating the final build of your C# project