0
17kviews
Explain .NET Architecture with suitable diagram.
1 Answer
| written 8.0 years ago by |

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 …