0
6.3kviews
Describe .NET architecture.
1 Answer
0
12views

enter image description here

the component of .Net framework are describes as follows:

1) 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.

2) Standard system …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.