C# tutorial


C# for beginners is a set of examples of programs in C #. Programs of varying complexity are presented - from simple console applications that demonstrate the use of basic C # instructions and console input-output operations, to applications that demonstrate working with arrays, lists, files, functions, and objects. Presents the basics of LINQ technology to perform operations with various data sources: arrays, lists and XML files.

For beginners programmers.

The book C# for beginners by Nikita Kultin available in in Amazon.


PART 1. C# BASICS

  • INPUT AND OUTPUT
  • SELECTING
  • LOOPS
  • ARRAYS

PART 2. C# INTERMEDIATE

  • LISTS
  • FUNCTION
  • FILES
  • CLASSES AND OBJECTS
  • LINQ
  • EXCEPTIONS