cs source code 
Author Message
 cs source code

Greetings,

Is there a way to view the C# source code?

I'd like access to it so I can view how the components are implemented.

Thanks.

Mauro



Thu, 21 Oct 2004 00:29:37 GMT  
 cs source code
MS does not supply source for the FCL, but you can use the ildasm.exe to
view disassembled MSIL. If MSIL is not to your liking, you can download the
Anakrino decompiler from http://www.saurik.com/net/exemplar/

--
Arild Fines

- The computer was conceived as a tool to reduce complexity. Some people
found this loss of complexity unacceptable, and developed UNIX to
reintroduce it.


Quote:
> Greetings,

> Is there a way to view the c# source code?

> I'd like access to it so I can view how the components are implemented.

> Thanks.

> Mauro



Thu, 21 Oct 2004 00:42:57 GMT  
 cs source code

Quote:
> Is there a way to view the c# source code?
> I'd like access to it so I can view how the components are implemented.

Yes, there is. You can download Microsoft's Shared Source CLI from
http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample...
l=/msdn-files/027/001/901/msdncompositedoc.xml

It's free for non-commercial use.

Regards,
Pieter Philippaerts
http://www.mentalis.org/



Thu, 21 Oct 2004 10:20:11 GMT  
 cs source code

Quote:

> MS does not supply source for the FCL, but you can use the ildasm.exe to
> view disassembled MSIL.

 From the .NET EULA:

=======================
4.  DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS
...
...
...
4.2
Limitations on Reverse Engineering, Decompilation, and Disassembly.  You
may not reverse engineer, decompile, or disassemble the Product, except
and only to the extent that such activity is expressly permitted by
applicable law notwithstanding this limitation.
========================

Am I missing something?

Jim S.



Sat, 23 Oct 2004 02:10:23 GMT  
 cs source code


Quote:

> > MS does not supply source for the FCL, but you can use the ildasm.exe to
> > view disassembled MSIL.

>  From the .NET EULA:

> =======================
> 4.  DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS
> ...
> ...
> ...
> 4.2
> Limitations on Reverse Engineering, Decompilation, and Disassembly.  You
> may not reverse engineer, decompile, or disassemble the Product, except
> and only to the extent that such activity is expressly permitted by
> applicable law notwithstanding this limitation.
> ========================

> Am I missing something?

> Jim S.

I would say so. Everyone just ignores this and runs ILDASM anyhow.

-glenn-



Sat, 23 Oct 2004 02:30:52 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Compile CS source code using ICodeCompiler

2. how to convert source code pascal to source code c

3. Java source code to CSharp source code converter

4. Newbie: separate big .cs file into small .cs files

5. Include code in other Cs files

6. newbe/cs student, need help w/ code

7. mp3 source code ? - Source.zip (1/1)

8. mp3 source code ? - Source.zip (0/1)

9. Source code sources?

10. New C# Source Code Sample - Running JScript.NET Code from C# Apps

11. Huffman Coding Source Code in C

12. dynamic huffman coding (source code) ????

 

 
Powered by phpBB® Forum Software