0
17kviews
Explain .NET Architecture with suitable diagram.
1 Answer
1
553views

enter image description here

the component of .Net framework are describes as follows:

Common Language Runtime(CLR):

CLR monitors the execution of .NET applications and provides essential devices.

It manages code at execution time.

It provide core services like remote communication memory management and thread management.

CLR is equivalent to JVM.

Standard system services:

standard …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.