Can anyone explain CLI CRL IL in C# Programming and detnet framework
Loading
Can anyone explain CLI CRL IL in C# Programming and detnet framework
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaish MathewsPosted Dec 22, 2024, 8:46 AM
Below information are collected from various sources.
In C# programming and the .NET framework, CLI, CRL, and IL are fundamental concepts related to the Common Language Infrastructure (CLI) and its execution process. Here's an explanation of each term:
1. CLI (Common Language Infrastructure)
2. CLR (Common Language Runtime)
3. IL (Intermediate Language)
csc.exefor C#) from source code..exeor.dllfiles).Execution Process Overview:
csc.exe) converts the code into IL, which is stored in an assembly.By understanding these components—CLI as the overall standard, CLR as the runtime, and IL as the intermediate step—developers can better appreciate the flexibility, performance, and cross-language capabilities of the .NET framework.
Kiran KumarPosted Dec 22, 2024, 9:21 AM
Nice explanation thanks