Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is .NET a Framework Or Library?

I am getting confused here. I am watch an educational tutorial. The speaker defined .Net as Library not dare to say as framework. As far as I know .Net is a Framework. Is there anyone who can explain, if .Net is framework or a library.

Thanks

After the answer,

But the way the speaker define a Framework as follows 1. At least a portion of the application should run ( which he say semi complete application) 2. It should support inversion of control.

Can anyone explain this ?

Thanks again.

like image 560
wonde Avatar asked Oct 26 '25 11:10

wonde


1 Answers

.NET is a framework consisting of the BCL (base class libraries), the CLR (common language runtime), etc...

like image 103
Chris Avatar answered Oct 29 '25 02:10

Chris