• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Good ASP.NET/C# tutorial book or web site?

AngryKid

Member
Greetings,

Can anyone recommend a good book or web site on beginning ASP.NET using C#? I have Sam's Teach Yourself ASP.NET in 21 days book, but the code appears to be in VB.NET (*cringe*). I've also checkout the tutorials on www.asp.net, but they too seem to be in VB.NET.

Yes, I can learn how the framework works with the VB.NET tutorials and then learn the language and syntax from a C# tutorial, but I'd prefer to have one resource that kills two birds with one stone.

Thanks,
Daniel
 
Thank you for the reply. I have tried their site. Unfortunately, their tutorials are in VB.NET, and I hate VB.NET. I'll learn it if I have to, but I much prefer C#.

I know, language shouldn't matter, but it does to me. 😉

Thanks,
Daniel
 
Actually, if you click through to view the source for the tutorials you will find that they are offered in VB.NET, C#.NET and JScript on asp.net. They give it all to you.
 
Back
Top