When I'm writing a C# (or any .NET programme) I use methods and classes. Most of the code I use is calling methods from the .NET classes. Is it possible (purely out of curiosity) to see the actual source code for these classes?
I know MSDN has full listings of the classes, their properties and their methods. But I would like to see the code.
SOURCE CODE : Source code is any collection of computer instructions (possibly with comments) written using some human-readable computer language, usually as text. As a programmer you write source Code in your C# editor.
NET is open source and cross-platform and is maintained by Microsoft and the . NET community on GitHub. . NET consistently ranks among the top 30 most active open source projects since 2017, as tracked by the Cloud Native Computing Foundation. All aspects of .
802 public classes from mscorlib. dll and 678 public classes from System.
Yes, it is:
Browse the .NET Framework source code online, with search and navigation powered by Roslyn.
See details at the .NET Framework blog...
Yes it is possible. See here for more info:
http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With