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

Learning C#

Posted By: Landau17
Learning C#

Learning C#
MP4 | Video: 720p | Duration: 3:04:26 | English | Subtitles: VTT | 539.8 MB



C# is the language at the heart of many Windows applications, including Windows Phone and Windows Store apps. It is the principle programming language for Microsoft and required knowledge for developers in this area. Learn the fundamentals of C# version 7, including basic language syntax and object-oriented programming techniques, in this training course with instructor Alexander Zanfir.



Explore variables and data types; controlling program flow with conditions and loops; and building functions. Learn how to implement object-oriented programming such as encapsulation and inheritance in C#, and find out how to debug your code. Alexander then explores advanced concepts such as enumerators, ref parameters, interfaces, events, and abstract classes. In the last two chapters, he covers the "top" features introduced in the last several versions of C#, including lambda expressions and string interpolation.

Topics include:
    
  • C# variables and data types
  • Conditions
  • Loops
  • Arrays
  • Functions
  • Switch statements
  • Object-oriented programming: encapsulation, properties, and inheritance
  • Debugging C# code
  • Advanced C# concepts
  • Top new features