CLR এর কাজ কি ? programming in c#// BDtechnics
CLR সম্পর্কে ধারনা ও এর কাজ কি?
আগের পোষ্ট এ লিখেছিলাম CLR এর বর্ননা । আজকের এই পর্বে আপনাদের CLR এর কাজ সম্পর্কে ধারনা দিতে যাচ্ছি ।
CLR এর কাজ ঃ
- convert code into CLI
- Exception handling
- Type safety
- Memory management (using the garbage collector)
- Security
- Improved performance
- Language independency
- Platform independency
- Archive independency
CLR এর উপাদান ঃ
- Class Loader: Used to load all classes at run time .
- MSIL to native code: The Just In Time (JTI) compiler will convert MSIL code into Native code.
- Code Manager: It manages the code at run time.
- Garbage Collector: It manages the memory , collect all unused objects and de-allocate them to reduce memory
- Thread Support: It support's Multi-threading of our application.
- Exception Handler: It handles exceptions at run time .
ধন্যবাদ পোষ্টটি পড়ার জন্য।
পরবর্তি পোষ্ট পেতে আমাদের সাইটের সাথেই থাকুন।
আশা করি আপনার মতামত জানাবেন।
No comments