+ 3
What is .net framework ?
please explain in easy language
2 Answers
0
Library from Microsoft. It contains classes and methods you can use in your application.
It's on 20 different language but mostly used with C#
+ 1
Well there's a lot of useful stuff to developers so they don't need to build everything from the bottom.
System namespace is part of .net framework.
The form class that makes the user interface.
Console object.
Arrays
There's just too many to list.
You really cant do anything without it.
https://msdn.microsoft.com/en-us/library/system.aspx