Clr

vbbgnr
12-21-2003, 09:52 PM
Can anyone give me a quick cut and dry explaination of how the CLR works in .NET? For some reason I am having a hard time grasping the concept.

Thx

Optikal
12-21-2003, 10:01 PM
It provides all the runtime services for your application. It is responsible for locating the appropriate assembly, loading it into memory, JIT compiling it, garbage collection, profiling, debugging, code access and role-based security, etc.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum