473,395 Members | 1,571 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Book for ASP.NET

I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21
days series book that are good ?
Thanks.
Nov 18 '05 #1
12 1463
"Designing Microsoft ASP.NET Applications" (MS Press) is decent for getting
the basics. It's got samples in C# and VB.Net when needed. Beyond that get
yourself one of the VB.NET "Language Reference" books. I do C# so I can't
recommend a specific VB.Net one but the language reference ones SHOULD be
similar in content.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21 days series book that are good ?
Thanks.

Nov 18 '05 #2
There are a lot of good books out there, but I started with the tutorials on
www.gotdotnet.com I would highly suggest checking them out. They got me off
to a quick start back when visual studio was in beta.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21 days series book that are good ?
Thanks.

Nov 18 '05 #3
TJS
best book for vb and asp .net is "ASP.net unleashed" second edition from
sam's
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21 days series book that are good ?
Thanks.

Nov 18 '05 #4
ASP.NET Unleashed is the best book I ever came accross.

"Fie Fie Niles" wrote:
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21
days series book that are good ?
Thanks.

Nov 18 '05 #5
Lenn wrote:
ASP.NET Unleashed is the best book I ever came accross.

"Fie Fie Niles" wrote:

I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21
days series book that are good ?
Thanks.

I would agree that ASP.Net Unleashed is an excellent book. However, it
does not use VS.Net so if you are wanting to learn the ropes of code
behind then this book is really not good for that. This book does show
an excellent representation of the asp.net server controls and concepts.
I have it and currently learned everything I know about ASP.Net.
Furthermore, I am a career web developer by day so this book really does
well in teaching th asp/vbscript folks. I am currently studying C# and
the VS IDE so I can be more competitive in the market. Visual Studio
does fit more into the OO programming world and makes things somewhat
easier. The biggest key is know the language, understand the framework,
then chose your tool.

Marty U.
Nov 18 '05 #6
I agree with the other folks: ASP.NET Unleashed is #1

Regards,

Jose Luis Manners, MCP

"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21 days series book that are good ?
Thanks.

Nov 18 '05 #7
Unleashed is good as a Beginner book... but keep in mind it won't be much
use once you've kick started ...

"Jose Luis Manners" <jlmanners(-arroba-)acm.org> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I agree with the other folks: ASP.NET Unleashed is #1

Regards,

Jose Luis Manners, MCP

"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the

21
days series book that are good ?
Thanks.


Nov 18 '05 #8
Thank you.
Is it easy for one with a few years VB experience to learn C# ? And, what
book do you use to study for C# and VS IDE?

And, some people on the VB forum said that it is better to study C# than VB
Net, because they do not think that VB.NET will exist in the future and C#
has a significantly better chance of surviving. Did you know anything about
this?

Thanks.
"Marty U." <no**@noemail.com> wrote in message
news:UJqzc.31923$2i5.15939@attbi_s52...
Lenn wrote:
ASP.NET Unleashed is the best book I ever came accross.

"Fie Fie Niles" wrote:

I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21days series book that are good ?
Thanks.

I would agree that ASP.Net Unleashed is an excellent book. However, it
does not use VS.Net so if you are wanting to learn the ropes of code
behind then this book is really not good for that. This book does show
an excellent representation of the asp.net server controls and concepts.
I have it and currently learned everything I know about ASP.Net.
Furthermore, I am a career web developer by day so this book really does
well in teaching th asp/vbscript folks. I am currently studying C# and
the VS IDE so I can be more competitive in the market. Visual Studio
does fit more into the OO programming world and makes things somewhat
easier. The biggest key is know the language, understand the framework,
then chose your tool.

Marty U.

Nov 18 '05 #9
I use Asp.net Unleased...it's great... I used mine so much the binding is
broken! ;-)
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the 21 days series book that are good ?
Thanks.

Nov 18 '05 #10
I would not say that it is easy for one to learn C#, especially if you
have been a VB programmer for some time. However, learning C# is just
like any other language, it's no harder to learn it is just harder to
learn once you know something else. It kinda goes along with teach an
old dog new tricks. It is hard to convince yourself to learn something
new to accomplish the same task.

For books, there are so many but my plans are to learn C#, become MCAD
certified. I am currently waiting on Jesse Liberty's Programming C# and
I just looked at new book that's out called "Beginning C# objects: From
Concept to Code--ISBN--159059360X. This really looks like a good book to
learn the OO structure, which you will see is very important going from
VB 6 to .Net.

I definitely don't think that MS is going to drop VB.Net. Whidbey has
many enhancements planned to make VB coding easier than anything you
could imagine. Heck, VB put MS on the developers map in my opinion. C#
is new that's why it is getting more attention.

My reason for learning C# is it relates to Java closely and that is
another language that I would like to learn in the future.

Study and learn what is more comfortable to you. You will find there are
plenty of VB.Net jobs out there. The most important thing in my opinion
is to learn the Framework and for VB programmers the OO programming style.

Marty U.
'

Fie Fie Niles wrote:
Thank you.
Is it easy for one with a few years VB experience to learn C# ? And, what
book do you use to study for C# and VS IDE?

And, some people on the VB forum said that it is better to study C# than VB
Net, because they do not think that VB.NET will exist in the future and C#
has a significantly better chance of surviving. Did you know anything about
this?

Thanks.
"Marty U." <no**@noemail.com> wrote in message
news:UJqzc.31923$2i5.15939@attbi_s52...
Lenn wrote:

ASP.NET Unleashed is the best book I ever came accross.

"Fie Fie Niles" wrote:

I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the
21
days series book that are good ?
Thanks.


I would agree that ASP.Net Unleashed is an excellent book. However, it
does not use VS.Net so if you are wanting to learn the ropes of code
behind then this book is really not good for that. This book does show
an excellent representation of the asp.net server controls and concepts.
I have it and currently learned everything I know about ASP.Net.
Furthermore, I am a career web developer by day so this book really does
well in teaching th asp/vbscript folks. I am currently studying C# and
the VS IDE so I can be more competitive in the market. Visual Studio
does fit more into the OO programming world and makes things somewhat
easier. The biggest key is know the language, understand the framework,
then chose your tool.

Marty U.


Nov 18 '05 #11
Thanks, Marty.
"Marty U." <no**@noemail.com> wrote in message
news:J5Lzc.27788$Hg2.21416@attbi_s04...
I would not say that it is easy for one to learn C#, especially if you
have been a VB programmer for some time. However, learning C# is just
like any other language, it's no harder to learn it is just harder to
learn once you know something else. It kinda goes along with teach an
old dog new tricks. It is hard to convince yourself to learn something
new to accomplish the same task.

For books, there are so many but my plans are to learn C#, become MCAD
certified. I am currently waiting on Jesse Liberty's Programming C# and
I just looked at new book that's out called "Beginning C# objects: From
Concept to Code--ISBN--159059360X. This really looks like a good book to
learn the OO structure, which you will see is very important going from
VB 6 to .Net.

I definitely don't think that MS is going to drop VB.Net. Whidbey has
many enhancements planned to make VB coding easier than anything you
could imagine. Heck, VB put MS on the developers map in my opinion. C#
is new that's why it is getting more attention.

My reason for learning C# is it relates to Java closely and that is
another language that I would like to learn in the future.

Study and learn what is more comfortable to you. You will find there are
plenty of VB.Net jobs out there. The most important thing in my opinion
is to learn the Framework and for VB programmers the OO programming style.

Marty U.
'

Fie Fie Niles wrote:
Thank you.
Is it easy for one with a few years VB experience to learn C# ? And, what book do you use to study for C# and VS IDE?

And, some people on the VB forum said that it is better to study C# than VB Net, because they do not think that VB.NET will exist in the future and C# has a significantly better chance of surviving. Did you know anything about this?

Thanks.
"Marty U." <no**@noemail.com> wrote in message
news:UJqzc.31923$2i5.15939@attbi_s52...
Lenn wrote:
ASP.NET Unleashed is the best book I ever came accross.

"Fie Fie Niles" wrote:

>I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
>years. I would like to learn VB.NET and ASP.NET.
>If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
>Based on your experience, what is a good book to study from ? Any of
the
21
>days series book that are good ?
>Thanks.
>
>
>

I would agree that ASP.Net Unleashed is an excellent book. However, it
does not use VS.Net so if you are wanting to learn the ropes of code
behind then this book is really not good for that. This book does show
an excellent representation of the asp.net server controls and concepts.
I have it and currently learned everything I know about ASP.Net.
Furthermore, I am a career web developer by day so this book really does
well in teaching th asp/vbscript folks. I am currently studying C# and
the VS IDE so I can be more competitive in the market. Visual Studio
does fit more into the OO programming world and makes things somewhat
easier. The biggest key is know the language, understand the framework,
then chose your tool.

Marty U.


Nov 18 '05 #12
So, ASP.NET Unleashed covers both ASP.NET and VB.NET ? Thanks.

"TJS" <no****@here.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
best book for vb and asp .net is "ASP.net unleashed" second edition from
sam's
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:uZ**************@TK2MSFTNGP12.phx.gbl...
I have been using Visual Basic 6 and ASP (Visual Interdev 6) for a few
years. I would like to learn VB.NET and ASP.NET.
If I study Visual Studio.NET, will it cover both ASP.NET and VB.NET ?
Based on your experience, what is a good book to study from ? Any of the

21
days series book that are good ?
Thanks.


Nov 18 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: anonymous | last post by:
Hi CLCers, I want to know your opinion about the book: Expert C programming-Deep C secrets by Peter Van Der Linden. Thanks in advance. Sha
12
by: Guido Mureddu | last post by:
Hello, I'm a student in electronic engineering. I do know you've seen and answered this sort of topic/request countless times, but I haven't found past threads as helpful as I had hoped, and...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
8
by: Dgates | last post by:
Has anyone typed up an index for the O'Reilly book "C# and VB.NET Conversion?" I'm just learning C#, and often using this little book to see which VB.NET terms translate directly to some term in...
4
by: Mike | last post by:
Hi, I am planning on purchasing VS2005 to learn C# very soon, and I need good book recommendations. I realize this is a question that may be asked a lot, but please consider my background: I...
11
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for...
263
by: Malcolm McLean | last post by:
The webpages for my new book are now up and running. The book, Basic Algorithms, describes many of the fundamental algorithms used in practical programming, with a bias towards graphics. It...
6
by: Hello | last post by:
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
1
by: jrw133 | last post by:
i got this program the other day and ive just started it and i am getting some errors that i cant figure out. requirements: 1)create a clas called Book. a Book has three data members: m_title,...
76
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.