Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, where can i get .net framework 4 classes source codes? and is that possible to view .net framework 4 classes source codes without visual studio? if possible how?

Thanks
Posted
Updated 14-Aug-11 2:24am
v2

If you mean after they are compiled, one free, open source tool is ILSpy[^].
 
Share this answer
 
v2
Since the framework files are assembled, you can not view as a class file. However you can disassemble and look the methods that are exists for each framework library classes. Here is a free tool that helps you to do so. JustDecompile[^]
 
Share this answer
 
No, you really can't because the files you are talking about are DLLs or Assemblies as per dotnet notation. So, you can only see them on Disassembling them in Assembly Code Form.
 
Share this answer
 
Class file(.cs and .vb) can be open in Notepad.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900