Click here to Skip to main content
15,886,810 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hai friends,
I want to find out how object class is coded and also other built-in classes,enumerations,interface,structure are coded and how their methods are working internally.because i want to learn from root level.please help me
Thank you
Posted

Hello friend!
I think, will very useful for you to read the following book :

http://www.amazon.com/CLR-via-C-Jeffrey-Richter/dp/0735627045[^]

It really reveals subjects that you are interested.
Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework 4.0. Written by a highly regarded programming expert and consultant to the Microsoft® .NET team, this guide is ideal for developers building any kind of application-including Microsoft® ASP.NET, Windows® Forms, Microsoft® SQL Server®, Web services, and console applications. You'll get hands-on instruction and extensive C# code samples to help you tackle the tough topics and develop high-performance applications.
 
Share this answer
 
Steps:

1. Open visual studio
2. Create a class
3. A new file would be created. Open it.
4. Right click 'class' keyword and select 'Go To Definition' option in the context menu


You can see the implementation of any defined class, interface, structure like this. Try out.
 
Share this answer
 
Comments
OriginalGriff 23-May-12 5:01am    
That's not what he is after: see here
http://www.codeproject.com/Questions/388843/How-Equals-method-works-in-object-class
Sandeep Mewara 23-May-12 7:41am    
I guess this question is a superset of the one he asked earlier. :)

Though now, it's really confusing on what exactly he is looking for. :doh:

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