473,405 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Sources for MS Framework

Hello,
are there somewhere sources for the framework class libraries? Or does MS
provide only IL binaries?

Ondra.

Nov 15 '05 #1
4 1200
There are 5 ways to get at the source, but doesn't mean it is MS source:

1) Look at Rotor
2) Look at Mono
3) Use ILDASM on the Framework
4) Use something like Reflector to read the source in C# (but won't be the
exact C#, but close). Also there are others that are much better at
decompiling than Reflector (Reflector tends to crash on some of my own stuff
and some parts of the Framework).
5) Get a job at Microsoft.
Thanks,
Shawn
"Ondrej Sevecek" <on***@sevecek.com.thisisanuntispamsuffix> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hello,
are there somewhere sources for the framework class libraries? Or does MS provide only IL binaries?

Ondra.

Nov 15 '05 #2
Anakrino works great as a C# decompiler, it gives me a lot of insight into
the framework, especially when evaluating the need to override or replace a
control...

http://www.saurik.com/net/exemplar/

DotNetCoders wrote something on it too:
http://www.dotnetcoders.com/web/Arti...spx?article=40

--
Eric Newton
C#/ASP Application Developer
http://ensoft-software.com/
er**@cc.ensoft-software.com [remove the first "CC."]

"Shawn B." <le****@html.com> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
There are 5 ways to get at the source, but doesn't mean it is MS source:

1) Look at Rotor
2) Look at Mono
3) Use ILDASM on the Framework
4) Use something like Reflector to read the source in C# (but won't be the
exact C#, but close). Also there are others that are much better at
decompiling than Reflector (Reflector tends to crash on some of my own stuff and some parts of the Framework).
5) Get a job at Microsoft.
Thanks,
Shawn
"Ondrej Sevecek" <on***@sevecek.com.thisisanuntispamsuffix> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
Hello,
are there somewhere sources for the framework class libraries? Or does

MS
provide only IL binaries?

Ondra.


Nov 15 '05 #3
It certainly would be nice for Microsoft to release the source to .NET one
day. It would make things much easier when you need to extend the
functionality of a control.

Chris
Nov 15 '05 #4
I tried anakrino also and it crashed on some of the MS functions and on many
of my own.
Thanks,
Shawn
"Eric Newton" <er**@cc.ensoft-software.com> wrote in message
news:Ox**************@TK2MSFTNGP12.phx.gbl...
Anakrino works great as a C# decompiler, it gives me a lot of insight into
the framework, especially when evaluating the need to override or replace a control...

http://www.saurik.com/net/exemplar/

DotNetCoders wrote something on it too:
http://www.dotnetcoders.com/web/Arti...spx?article=40

--
Eric Newton
C#/ASP Application Developer
http://ensoft-software.com/
er**@cc.ensoft-software.com [remove the first "CC."]

"Shawn B." <le****@html.com> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
There are 5 ways to get at the source, but doesn't mean it is MS source:

1) Look at Rotor
2) Look at Mono
3) Use ILDASM on the Framework
4) Use something like Reflector to read the source in C# (but won't be the exact C#, but close). Also there are others that are much better at
decompiling than Reflector (Reflector tends to crash on some of my own

stuff
and some parts of the Framework).
5) Get a job at Microsoft.
Thanks,
Shawn
"Ondrej Sevecek" <on***@sevecek.com.thisisanuntispamsuffix> wrote in

message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hello,
are there somewhere sources for the framework class libraries? Or
does MS
provide only IL binaries?

Ondra.



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Hamed | last post by:
Hello Every where in .NET books is mentioned that VS.NET is a seamless cross platform environment. We have two groups of programmers that some are VB programmer but others prefer to use C#. Is it...
1
by: Petr Vlcek | last post by:
Hello, I am engaded in optimization of XPath queries as a topic of my diploma thesis. Our team is developing experimental system for indexing of XML document collections. My part is to develop...
3
by: Steve | last post by:
I have a people table of about 25 fields. The table is initially created each year from 5 different sources. The records from each source are appended to the people table. Any person may be in one...
14
by: Blue Ocean | last post by:
Hey all, I have another question. I may seem like a moron here, but where can I find out how C-standard functions like malloc() and printf() are declared? I know that I can find on my computer...
1
by: dbuchanan | last post by:
Hello, A section in Data Sources window is mystifying to me. In the case of my code the Data Sources window shows my references to the data access layer. First here is what I see in my Data...
0
by: Günter Prossliner | last post by:
Hi everybody! The same question I have asked about one week ago in the german asp.net newsgroup, but no one was able to answer the question. Maybe someone is able to in this group! I...
10
by: David Lee Conley | last post by:
When I open the Data Sources window and create a new data source, everything works fine. But if I have a form showing in the IDE, the Data Sources window becomes disabled and doesn't display any...
0
by: BillE | last post by:
I am using Visual Studio 2005 to create a web site which includes reports. The web site has several sub-folders. When working with reports I can't get the website data sources (classes and...
0
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgS2lxdWVuZXQ=?= | last post by:
Actually, my installer package is not for a Windows Service, but for a WinForms application. Well, it is kind of both: this is a multi-project solution with its main target being a WinForms...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.