what is .net framework [closed]
i have been asked in an interview that what is .NET framework.How can i define it to a layman
The .NET Framework is:
- Common Language Runtime – provides an abstraction layer over the operating system
- Base Class Libraries – pre-built code for common low-level programming tasks
- Development frameworks and technologies – reusable, customizable solutions for larger programming tasks
Lego pieces for building software and a common run time in which to run the software.
精彩评论