Header Ads

  • Breaking News

    CLR এর কাজ কি ? programming in c#// BDtechnics

    CLR  সম্পর্কে ধারনা ও এর কাজ কি? 

    আগের পোষ্ট এ লিখেছিলাম CLR এর বর্ননা । আজকের এই পর্বে আপনাদের CLR এর কাজ সম্পর্কে ধারনা দিতে যাচ্ছি । 

    Learn C# programming

    CLR এর কাজ ঃ 

    1. convert code into CLI 
    2. Exception handling 
    3. Type safety 
    4. Memory management (using the garbage collector)
    5. Security 
    6. Improved performance 
    7. Language independency
    8. Platform independency
    9. Archive independency

    CLR এর উপাদান ঃ 

    1. Class Loader: Used to load all classes at run time . 
    2. MSIL to native code: The Just In Time (JTI) compiler will convert MSIL code into Native code.
    3. Code Manager: It manages the code at run time. 
    4. Garbage Collector: It manages the memory , collect all unused objects and de-allocate them to reduce memory
    5. Thread Support: It support's Multi-threading of our application.
    6. Exception Handler: It handles exceptions at run time .


    ধন্যবাদ পোষ্টটি পড়ার জন্য। 
    পরবর্তি পোষ্ট পেতে আমাদের সাইটের সাথেই থাকুন। 

    আশা করি আপনার মতামত জানাবেন। 

    No comments

    Post Bottom Ad