|
-
Mar 2nd, 2006, 06:41 AM
#1
Thread Starter
Addicted Member
-
Mar 2nd, 2006, 06:44 AM
#2
Re: Learning ASP.NET -Guidance :)
Beginners: Teach yourself ASP.NET in 21 days.
Finish it in 3 days, and then move on to:
Wrox Press - Professional ASP.NET
You can also look at the quickstart tutorials for asp.net:
http://samples.gotdotnet.com/quickstart/aspplus/
-
Mar 2nd, 2006, 06:48 AM
#3
Thread Starter
Addicted Member
Re: Learning ASP.NET -Guidance :)
Thanks mendhak!!
Really appreciate the fast response 
Ciao
Cranzy
-
Mar 2nd, 2006, 07:01 AM
#4
Thread Starter
Addicted Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
is that Wrox Press - Professional ASP.NET 1.1
or Wrox Press - Professional ASP.NET 2.0
-
Mar 2nd, 2006, 07:25 AM
#5
Thread Starter
Addicted Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
-
Mar 2nd, 2006, 08:10 AM
#6
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
It probably depends on what version you have. Do you have Visual Studio 2005? If so, get 2.0....
Hey mend,
Is the Wrox beginner book not any good? I was looking on amazon and saw a professionals and a beginners but you didn't mention the beginners so I thought maybe it sucked.
Thanks
-
Mar 2nd, 2006, 08:41 AM
#7
Thread Starter
Addicted Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
That is what i also saw
i wonder ???
-
Mar 2nd, 2006, 08:45 AM
#8
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
I am going to order it. It can't be that bad for 30 something bucks
-
Mar 2nd, 2006, 09:13 AM
#9
Re: [RESOLVED] Learning ASP.NET -Guidance :)
No, the Wrox Press beginners isn't very... beginners like. I only reccommend their Professional Series, and those are very very good.
-
Mar 2nd, 2006, 09:20 AM
#10
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
The print date on the "Teach Yourself ASP.NET in 21 Days" is in 2001.. Hasn't alot changed since then?
 Originally Posted by mendhak
No, the Wrox Press beginners isn't very... beginners like. I only reccommend their Professional Series, and those are very very good.
-
Mar 2nd, 2006, 09:41 AM
#11
Re: [RESOLVED] Learning ASP.NET -Guidance :)
For VS 2003 (ASP.NET 1.1), no.
For VS 2005 (ASP.NET 2.0), you wouldn't use that book.
-
Mar 2nd, 2006, 10:04 AM
#12
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
Thanks
I am using VS 2005 ASP 2.0 so I ordered the Wrox book that is for beginners just to try it out.
-
Mar 6th, 2006, 10:44 PM
#13
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
 Originally Posted by jre1229
Thanks
I am using VS 2005 ASP 2.0 so I ordered the Wrox book that is for beginners just to try it out.
They failed to mention that the book is directed toward using VWD and no VS.NET 2005 Pro... they should mention these kind of things... I am yet to find a good book for asp for beginners using VS 2005
-
Mar 7th, 2006, 05:25 AM
#14
Re: [RESOLVED] Learning ASP.NET -Guidance :)
Did you just blow $30 on this?
-
Mar 7th, 2006, 08:09 AM
#15
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
 Originally Posted by mendhak
Did you just blow $30 on this?
I wouldn't say that. I am still going to try to work through it. I have just never used VWD, but so far it seems to be fairly similar to VS.... maybe I can just figure out the differences as I go.
-
Mar 7th, 2006, 08:42 AM
#16
Re: [RESOLVED] Learning ASP.NET -Guidance :)
I'm sorry about this, had I known that it targeted VWD, I would've told you. Hope it still works out for you though.
-
Mar 7th, 2006, 10:20 AM
#17
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
 Originally Posted by mendhak
I'm sorry about this, had I known that it targeted VWD, I would've told you. Hope it still works out for you though.
That's ok... $30 isnt a big setback Seems to be an ok book so far. I will let you know how it goes.
-
Mar 13th, 2006, 09:27 PM
#18
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
Well I must say now that this book isn't worth buying. I am on chapter three, and there has already been numerous errors as far as directions goes. Also, the code doesnt' come with the book and when you d/l from their site, it's laid out different than the books says. Therefore... the book just teaches you how to grit your teeth and figure everything out yourself....
-
Mar 14th, 2006, 09:19 AM
#19
Re: [RESOLVED] Learning ASP.NET -Guidance :)
What is the 'topic' you are on right now?
-
Mar 14th, 2006, 10:24 AM
#20
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
I was on master pages. I am at work now so I can't look at it but I believe this chapter is mostly about html, or atleast the beginning of it is. It's chapter 3.
 Originally Posted by mendhak
What is the 'topic' you are on right now?
-
Mar 14th, 2006, 11:14 AM
#21
Re: [RESOLVED] Learning ASP.NET -Guidance :)
If you have problems with those topics, you should post back here. Most of it should be elementary stuff for us, so we'll be able to help you out easily.
I am also wondering, when they show you the coding, do they do it within the page itself or from a codebehind file? Is this the difference in what you're doing vs. what the book is asking you to do?
-
Mar 15th, 2006, 10:18 AM
#22
Fanatic Member
Re: [RESOLVED] Learning ASP.NET -Guidance :)
Are you talking about within the page in the book? If so, yes. It shows it in the book. The major differences I see are that when I add an object, then view the source code it is different from theirs. It may have a few extra tags or properties. This may be because I am using VS and they are using VWD. Could that be why?
 Originally Posted by mendhak
If you have problems with those topics, you should post back here. Most of it should be elementary stuff for us, so we'll be able to help you out easily.
I am also wondering, when they show you the coding, do they do it within the page itself or from a codebehind file? Is this the difference in what you're doing vs. what the book is asking you to do?
-
Mar 18th, 2006, 07:07 AM
#23
Re: [RESOLVED] Learning ASP.NET -Guidance :)
No, I meant in the ASPX page itself, rather than in a .VB codebehind file.
Yes, that'd be the difference, that you use VS and they used VWD. In many of the books that were brought out in a rush to the market, they used inline scripting because many simply wanted to cover more market area, since a lot of people would prefer to use VWD (free)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|