C# in 21 Days

C# in 21 days is ok for a newbie but it seems to leave out some important novice topics on C#...I think its a little two basic...So i am wondering whats a good solid book that goes over most of all topic dealing in C# from inputing vairbles to screens, and advanced class and struct interface implementation...It almost seems that i have better advanced skills than simple basics, from the learnings in this book? Any suggestions or does practice make almost perfect?
[900 byte] By [Dpowers] at [2007-12-16]
# 1
start at the begining of this list and work your way through. . .

http://www.amazon.com/exec/obidos/tg/listmania/list-browse/-/Q74TLMQKNUT0/ref=cm_lm_lists/103-0069705-2644633

BlairStark at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
Hi,

In my opinion the following two books are good for understanding advanced concepts and internals of .NET Framework:
1. Applied Microsoft .NET Framework Programming - Jeffrey Ritcher.
2. Programming Windows with C# - Charles Petzold.

I have mentioned a couple of other good books as well specific to Windows Forms on reply to your other question.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...