Forum Moderators: open
I know little about web development, but know enough to know that I want to learn ASP.NET 2.0 eventually (actually, ASAP). Is it naive to jump right in before getting a foundation in general web development?
In any case, when I do get to that point, can you recommend some introductory .net books? I found a few threads, but they seem to predate the release of 2.0
Thanks
It helps to have some concept of what HTML/CSS is, as that is what ASP.Net will be generating. Besides knowing HTML though you'll need to also pick up a programming language such as C# or VB.Net to use ASP 2.0.
Good Luck, many community centres and local schools offer very cheap or free html and web site basics courses. And you can get a weeks worth of C# programming classes for a couple hundred bucks.
hth,
mcm
I'd recommend learning to hand code ASP.NET pages without codebehind files. That will give you exposure to ASP.NET's class library and the syntax of the language you choose to learn, as well as to HTML and CSS, without turning you into one of those "web developers" who can't do a thing without VS or leading you to create webpages you can't even understand.