Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.57 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.57 KB

C# course for beginners

This course is designed for people that have no or very little experience with C# language and programming itself. Only the most important things are touched in the course to get you started with C# as quickly as possible.

Take away

  • Basic programming concepts
  • Basic C# syntax
  • Hands-on experience

Why C#

C# is one of the most popular programming languages in the world. It has an enormous set of use cases and can be used to create:

  • Web applications
  • IoT applications
  • Mobile applications
  • Desktop applications
  • Machine Learning applications
  • Games
  • Cloud-based services
  • Etc.

C# gives an excellent programming foundation since it is fairly easy to learn and is similar to other languages like C, C++, Java. Being fluent in C# allows to learn those languages in no time.

Preparing your machine for the course

To set up your machine follow “Prerequisites” and “Hello World” instructions from Microsoft Visual Studio Code installation

FAQ

If the answer to your question is not listed here contact us via GitHub or consult your on-site trainer.

Can I use other development environments than Visual Studio Code?

Yes. However, we strongly suggest using Microsoft Visual Studio Code or Microsoft Visual Studio. If for some reason you cannot install them into your local machine you can use an online development environment like dotnetfiddle. Just be aware that then you will only be able to run console applications.