Topic awaiting preservation: anyone got a c# book recomendation? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-17-2003 22:10
For the Win32 API there was the good old Petzold... big, heavy, and ideal to soak up everything one needed to know. |
Bipolar (III) Inmate From: Missoula, MT |
posted 08-17-2003 23:09
TP: How much are you familiar with c# already? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-21-2003 13:25
well, what I really want is a structured introduction to the framework and the IL. |
Bipolar (III) Inmate From: Missoula, MT |
posted 08-21-2003 17:15
If you really want to know the .NET framework, I think the best thing is the documentation that comes with Visual Studio .NET. That is what I used to learn it. You just open up the Help Index and start with the root namespaces and just recurse through everything. All the classes/etc have descriptions and examples with listings of the methods and properties, related classes, parent classes, and child classes. |