PC Review


Reply
 
 
=?Utf-8?B?cHJhZGVlcA==?=
Guest
Posts: n/a
 
      20th Mar 2005
hi david,

Do you have visual studio installed in your computer. If so, then click on
View menu and then click on Object browser. Or simplye press Ctrl+Alt+J

If you want learn programmign in .Net and test its real muscle, then read
about reflections and try to create your own application to get a hierarchy.

happy programming

pradeep TP

"David Sobey" wrote:

> does anyone know where i could find on the net a diagram or set of diagrams
> illustrating the class heirarchy tree of c#/.NET. It'd be interesting too
> peruse i think.
>
> Cheers
> dave
>
>
>

 
Reply With Quote
 
 
 
 
Fabio
Guest
Posts: n/a
 
      20th Mar 2005
David Sobey wrote:
> does anyone know where i could find on the net a diagram or set of diagrams
> illustrating the class heirarchy tree of c#/.NET. It'd be interesting too
> peruse i think.


Have a look at these:
http://msdn.microsoft.com/vstudio/pr.../download.aspx

--
Fabio Marini
To reply: news [at] mamakin1976 [dot] plus [dot] com
 
Reply With Quote
 
OHM \( Terry Burns \)
Guest
Posts: n/a
 
      20th Mar 2005
I've seen these before actually. It would be nice to be able to buy the
posters printed, I sure someone does them.

--
Terry Burns

http://TrainingOn.net



"Fabio" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> David Sobey wrote:
>> does anyone know where i could find on the net a diagram or set of
>> diagrams illustrating the class heirarchy tree of c#/.NET. It'd be
>> interesting too peruse i think.

>
> Have a look at these:
> http://msdn.microsoft.com/vstudio/pr.../download.aspx
>
> --
> Fabio Marini
> To reply: news [at] mamakin1976 [dot] plus [dot] com



 
Reply With Quote
 
Metallikanz!
Guest
Posts: n/a
 
      20th Mar 2005
Talking about Reflection, Lutz Roeder's .NET Reflector is probably the best
tool out there that makes use this technology to "reflect" upon assemblies.
It has a built-in disassembler which allows you to open any assembly (even a
Microsoft one) and watch the actual code written in it. Really nice! Must
have....

http://www.aisto.com/roeder/dotnet/D...File=Reflector

HTH, Metallikanz!


"pradeep" <(E-Mail Removed)> wrote in message
news3433946-F312-45A1-AB56-(E-Mail Removed)...
> hi david,
>
> Do you have visual studio installed in your computer. If so, then click on
> View menu and then click on Object browser. Or simplye press Ctrl+Alt+J
>
> If you want learn programmign in .Net and test its real muscle, then read
> about reflections and try to create your own application to get a
> hierarchy.
>
> happy programming
>
> pradeep TP
>
> "David Sobey" wrote:
>
>> does anyone know where i could find on the net a diagram or set of
>> diagrams
>> illustrating the class heirarchy tree of c#/.NET. It'd be interesting too
>> peruse i think.
>>
>> Cheers
>> dave
>>
>>
>>



 
Reply With Quote
 
Tim Wilson
Guest
Posts: n/a
 
      20th Mar 2005
You can order the posters here.
http://msdn.microsoft.com/vstudio/productinfo/posters/

--
Tim Wilson
..Net Compact Framework MVP

"OHM ( Terry Burns )" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've seen these before actually. It would be nice to be able to buy the
> posters printed, I sure someone does them.
>
> --
> Terry Burns
>
> http://TrainingOn.net
>
>
>
> "Fabio" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > David Sobey wrote:
> >> does anyone know where i could find on the net a diagram or set of
> >> diagrams illustrating the class heirarchy tree of c#/.NET. It'd be
> >> interesting too peruse i think.

> >
> > Have a look at these:
> > http://msdn.microsoft.com/vstudio/pr.../download.aspx
> >
> > --
> > Fabio Marini
> > To reply: news [at] mamakin1976 [dot] plus [dot] com

>
>



 
Reply With Quote
 
Ajay Kalra
Guest
Posts: n/a
 
      20th Mar 2005
> You can order the posters here.
> http://msdn.microsoft.com/vstudio/productinfo/posters/


Great. I did not know this option. Its probably worth it to wait for whidbey
to be released and then get the whole set. Seems like a good deal for
$12+SH.

--
Ajay Kalra [MVP - VC++]
(E-Mail Removed)




 
Reply With Quote
 
OHM \( Terry Burns \)
Guest
Posts: n/a
 
      20th Mar 2005
Useful info - Thanks

--
OHM ( Terry Burns )

http://TrainingOn.net





"Tim Wilson" <TIM(UNDERSCORE)WILSON(AT)ROGERS(PERIOD)COM> wrote in message
news:(E-Mail Removed)...
> You can order the posters here.
> http://msdn.microsoft.com/vstudio/productinfo/posters/
>
> --
> Tim Wilson
> .Net Compact Framework MVP
>
> "OHM ( Terry Burns )" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> I've seen these before actually. It would be nice to be able to buy the
>> posters printed, I sure someone does them.
>>
>> --
>> Terry Burns
>>
>> http://TrainingOn.net
>>
>>
>>
>> "Fabio" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > David Sobey wrote:
>> >> does anyone know where i could find on the net a diagram or set of
>> >> diagrams illustrating the class heirarchy tree of c#/.NET. It'd be
>> >> interesting too peruse i think.
>> >
>> > Have a look at these:
>> > http://msdn.microsoft.com/vstudio/pr.../download.aspx
>> >
>> > --
>> > Fabio Marini
>> > To reply: news [at] mamakin1976 [dot] plus [dot] com

>>
>>

>
>



 
Reply With Quote
 
David Sobey
Guest
Posts: n/a
 
      21st Mar 2005
does anyone know where i could find on the net a diagram or set of diagrams
illustrating the class heirarchy tree of c#/.NET. It'd be interesting too
peruse i think.

Cheers
dave


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best structure for a tree class's children ahaupt@gmail.com Microsoft C# .NET 2 10th Sep 2005 06:40 PM
Tree Class Sarfraz Hooda Microsoft Dot NET 3 18th May 2004 05:52 PM
Re: Class Tree Cor Microsoft Dot NET 0 13th Jan 2004 09:31 AM
Looking for namespace that contains Tree class Carlos Ortega Microsoft Dot NET Framework 1 13th Jan 2004 02:50 AM
activex ,money tree dialer,RdxE Class,updaate class,YInstStarter Class damaged RUSSELL Windows XP Performance 1 23rd Nov 2003 02:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:21 AM.