C# is the Mother Language where .Net is a framework
Application can deployed through . Net
- Games application.
- Mobile apps IOS/Android,
- Web application,
- Cloud.
- Ai application.
- Desktop application.
.NET core code execution process
- c#
- c# Compiler [Roslyn]
- .DLL [Execusion file/ Intermediate Language]
- Core CLR [Just In Time → Machine code/Binary language]
<aside>
💡
Environment Setup:
- .Net core SDK download & install
- 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