1
22kviews
Explain .NET architecture.

Mumbai University > Information Technology > Sem6 > Distributed System

Marks: 10M

Year: May 2015

1 Answer
3
136views

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 2 others joined a min ago.

Please log in to add an answer.