Asked by:
Good beginners book

Question
-
User2097807548 posted
I'm pretty new to ASP .NET and have been having some issues figuring some things out. I've read quite a number of tutorials, I learn some of the way things work, but not always to my satisfaction, or why things are being done the way they shown in the tutorial.
What I'm looking for is a good beginner's book. Something that starts from scratch, for someone who has never used ASP .NET. I'm using Visual Studio 2005 Standard and would like something focused on C#, although VB .NET is fine, I can translate the code. By the way, I would put myself as being an intermediate-level user of C#, I know it pretty well, but still have issues now and again.
Most specifically, I'd like something that goes over using SQL Server (not to any great degree, just how to connect to it from C# and maybe a bit on some commands and best practices) and also how to use Forms Authentication. I've run across a lot of info on using Forms Authentication, but everything I read is different on how it's actually used, I'd like something that explains the how and the why. As far as anything else goes, master pages, themes, general control usage, etc. are topics I'm interested in as well.
If anything springs to mind, I'd appreciate the suggestions. A well-rounded beginner's book would be just fine, but if there's anything that mostly goes over the specifics I mentioned above, that would be even better.
Thanks,
Bill
Saturday, November 18, 2006 1:37 PM
All replies
-
User-442214108 posted
Check out this link:
http://aspnet101.com/aspnet101/books.aspxthere is a book there that I read myself and thought it was very well laid out - Beginning ASP.Net 2.0 with C#, along with my review on the book
Saturday, November 18, 2006 3:01 PM -
User1014019308 posted
Here's the first four chapters from our beginner's book - "Build Your Own ASP.NET 2.0 Web Site Using C# & VB" - in article format.
http://www.sitepoint.com/article/asp-net-getting-started
Let me know what you think. The first edition of this book got very good reviews from asp.netPRO Magazine and dozens of amazon.com reviewers. It was also adopted for classroom use by a couple of dozen colleges, universities and technical schools.Wednesday, December 6, 2006 6:57 PM -
User1661005202 posted
I recommend to anyone just starting out to choose a language (c# or vb.net) first and consentrate on that. You will hear alot of people talking about how easy asp.net 2.0 is, but that's not the case. . I think this statement refers to the complexity of asp and asp.net 1.0&1.1. Sure you can use the IDE's like VWD and create a site but for advanced site developement you need programming skills,CSS,SQL experience, and knowledge of asp.net controls....at the very least. Alot of programming is done for you , but you still need to learn and understand a language. I have yet to read a book for the so called "beginner" that didn't shell out a ton of code and expect you to understand it. I had many nights of pure fruestration reading the so-called beginner books. I'm going on my second month of asp.net (with no previous experience in programming,asp.net or sql) and I wish some one would have referred me to start learning c# first. So my suggestion for someone wanting to really learn asp.net web design would be to start here then after you pick up vb.net go here. My suggestion for someone just wanting to use the starter kits and play around with a Personal site ...get the Visual Web Developer (free) and read VWD for Dummies.Sunday, December 31, 2006 5:26 AM -
User1661005202 posted
I just wanted to say that "sitepoints" free 4 chapters (listed above) were by far my favorite for explaining programming in both c# and vb.net. It is by far the greatest example of a writer that understand his audience and the word "beginner".Sunday, December 31, 2006 5:33 AM -
User1272303263 posted
I just wanted to say that "sitepoints" free 4 chapters (listed above) were by far my favorite for explaining programming in both c# and vb.net. It is by far the greatest example of a writer that understand his audience and the word "beginner".Thanks.
Is it possible to download this first 4 chapters for reading in peace. OR.... do we need to read it online only...?
If there is a download link, i would appreciae it.
Thanks again
Sunday, December 31, 2006 7:17 AM -
Sunday, December 31, 2006 7:59 AM
-
User1272303263 posted
I recommend to anyone just starting out to choose a language (c# or vb.net) first and consentrate on that. You will hear alot of people talking about how easy asp.net 2.0 is, but that's not the case. . I think this statement refers to the complexity of asp and asp.net 1.0&1.1. Sure you can use the IDE's like VWD and create a site but for advanced site developement you need programming skills,CSS,SQL experience, and knowledge of asp.net controls....at the very least. Alot of programming is done for you , but you still need to learn and understand a language. I have yet to read a book for the so called "beginner" that didn't shell out a ton of code and expect you to understand it. I had many nights of pure fruestration reading the so-called beginner books. I'm going on my second month of asp.net (with no previous experience in programming,asp.net or sql) and I wish some one would have referred me to start learning c# first. So my suggestion for someone wanting to really learn asp.net web design would be to start here then after you pick up vb.net go here. My suggestion for someone just wanting to use the starter kits and play around with a Personal site ...get the Visual Web Developer (free) and read VWD for Dummies.I totally Agree here.[Yes]
This is very very important point to be remembered and put into practice by all beginners around
I would like to extend his topic more in depth here....
My basic questions are as follows.
Just presume, the student does not know English language and i want to him to do following tasks.
(1) How to make him write a poem
(2) How to make him sing
(3) How to make him write blogs and threads.
(4) how to make him write essays, etc,..
Is anything possible, if he does not know the A, B,C, D of english.
First of all, i am bound to make my student learn English, Master it and then ask for few questions based for poems, essays, threads, blogs etc.I have noticed many beginners comes here and asks the best beginners book for asp.net.
I think, its not wise enough to encourage any beginners to start with asp.net without basic knowledge of language like VB.net, C# or any other language as explained above.-------------------------------------------------------------------------------------------------------------
The 4 chapters from the above book are just like a treasure for me.
My many many thanks to devinmccloud
-------------------------------------------------------------------------------------------------------------
ThanksPaggy4u
Monday, January 1, 2007 10:06 AM