Sunday 8 December 2019

C# Session 1: Introduction to C#


Introduction


C# is a simpler, strong and widely used Object Oriented Language developed by Microsoft. The language has approved by ECMA (European Computer Manufacturers Association) and ISO (International Standards Organization).

C# is a simpler, strong and widely used Object Oriented Language developed by Microsoft. The language developed by Anders Hejlsberg and his Team.

C# is part of .Net Framework which meant to be develop Windows, Web, Service etc… based applications. Also the framework designed to support several languages such as C, C++, Visual Basic, C# and so on…

Hello World Program:



The Using statement we are using to include a namespace to program. Like Console class is from System namespace and if we won’t be using then we need to go for fully qualified namespace.

Namespace is a collection of classes, interfaces etc… and Main()  is the entry point to a program.

No comments:

Post a Comment

Angular 8 Session 21 - ngFor Directive In Angular

ngFor Directive Content will be resume soon. Stay tuned!