C# is the Mother Language where .Net is a framework

Application can deployed through . Net

  1. Games application.
  2. Mobile apps IOS/Android,
  3. Web application,
  4. Cloud.
  5. Ai application.
  6. Desktop application.

.NET core code execution process

  1. c#
  2. c# Compiler [Roslyn]
  3. .DLL [Execusion file/ Intermediate Language]
  4. Core CLR [Just In Time → Machine code/Binary language]

<aside> 💡

Environment Setup:

  1. .Net core SDK download & install
  2. IDE → Rider </aside>

Basic Structure for c#

<aside> 💡

class MyClass {

public static void *Main*(string[] args) {

System.Console.*WriteLine*(" ");

 **``**

}

}

</aside>

My Jourmey with Anisul Islam Tutorial Cjeck marks

Video Watching playlist check mark