Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C# Programming for Beginners (Arabic Version)

C# Programming for Beginners (Arabic Version)

Fundamentals of C# for Arabic Learners
Last updated 6/2021
Arabic

What you'll learn

  • Fundamentals of C#
  • Basic Syntax, Data Types, and Variables

Course content

1 section11 lectures1h 8m total length
  • 1 Intro about the course0:35
  • 2 Intro to Programming12:32
  • 3 Intro to C# and Scratch7:30
  • 4 Basic Syntax & Data Types5:20
  • 5 Variables16:39
  • 6 Loops1:59
  • 7 For Loop5:45
  • 8 While Loop6:16
  • 9 Decision Making6:12
  • 10 If Else4:25
  • 11 Code Demo1:44

Requirements

  • Basic programming understanding

Description

Introductory course on C# Programming

C# is a general-purpose, object-oriented programming language that is structured and easy to learn. It runs on Microsoft’s .Net Framework and can be compiled on a variety of computer platforms. As the syntax is simple and easy to learn, developers familiar with C, C++, or Java have found a comfort zone within C#.

C# is a boon for developers who want to build a wide range of applications on the .NET Framework—Windows applications, Web applications, and Web services—in addition to building mobile apps, Windows Store apps, and enterprise software. It is thus considered a powerful programming language and features in every developer’s cache of tools.

C# is widely used for developing desktop applications, web applications and web services. It is used in creating applications of Microsoft at a large scale. C# is also used in game development in Unity

Although first released in 2002, when it was introduced with .NET Framework 1.0, the C# language has evolved a great deal since then. The most recent version is C# 8.0, available in preview as part of Visual Studio. To get access to all of the new language features, you would need to install the latest preview version of .NET Core 3.0.


Chapters and skills to be covered:

1. Introduction to programming

· What is programming

· Problem Solving

· Numbering System

· Binary System

· ASCII Code

2. Introduction to C#

· C# as a language

· What is scratch

· Download visual studio IDE

3. Basic Syntax, Data Types, and Variables

· C# program structure

· Data types

· Variables

· Arrays

4. Loops

· Loops Definition

· For Loops

· While Loops

5. Decision Making

· Decision making definition

· If statement syntax

· If. Else statement syntax

· Final thoughts

Who this course is for:

  • Beginners in C#