Have anyone of you guys read any good books on VB.Net, C# and/or ASP.Net?

What I'm looking for is an advanced book for general topics. I heave years of experience and I don't need lessons on OOP concepts, datatypes, basic constructs and flow control.

Basically I need something to learn the syntax. I don't need explanations, for example, of what For loops are, what they do, how they are used and stuff like that. Saying: This is a for loop in C#:

for (int i = 0; i < 10; i++) {

}

is enough for me.