#C‏

#C‏


أيام
حمل البروشور
قريبا...!

تذكير بموعد الدورة

قريبا...!

C# is a general-purpose, modern and object-oriented programming language pronounced as "C sharp". 

It was developed by Microsoft led by Anders Hejlsberg and his team within the .Net initiative and was approved by European Computer Manufacturers Association (ECMA) and International Standards Organization (ISO). C# is among the languages for Common Language Infrastructure and the current version of C# is version 7.2. C# is a lot similar to Java syntactically and is easy for the users who have knowledge of C, C++ or Java.

Client/ Server application model

 

Introduction to .Net Framework & C#

  • CLR environments
  • Writing simple “Hello World” Program in C#
  • C# program structure
  • Name spaces
  • Classes, main method

C# naming conventions

  • Variable
  • Value Type & Reference Type
  • Constant
  • String class
  • Manipulating String

Organizing Types

  • Classes
  • Class members and constructor
  • Pass by value and reference