473,395 Members | 1,791 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.

Tutorial or book recommendations please

Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan
Oct 11 '06 #1
11 1119
Anything from Scott Mitchell or Fritz Onion are great. If you are
getting heavy into ASP.Net then books by Dino Espositio are great as
well.

-Darren Kopp

Sheridan wrote:
Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan
Oct 11 '06 #2
Have you tried these videos?
http://www.asp.net/learn/videos/defa...d=63#beginners

Or try the ASP.NET QuickStart tutorials:
http://quickstarts.asp.net/QuickStar...t/Default.aspx

Sheridan wrote:
Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan
Oct 11 '06 #3
Try this one :

http://msconline.maconstate.edu/tuto...20/default.htm


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Sheridan" <au***@bellsouth.netwrote in message news:zn*****************@bignews6.bellsouth.net...
Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan

Oct 11 '06 #4
'Asp.Net 2.0 Website Programming Problem-Design-Solution' by Marco Bellinaso
teaches you by guiding you through a fairly extensive asp 2.0 app. The book
assumes you have a working knowledge of Asp and C# which I did not have at
all but I got enough in a week by reading one of the good introductory books
('Pro Asp.Net 2.0 in C# 2005' by MacDonald And Szpuszta). When I come to a
part where I need more help with C#, I just go back to MacDonald And
Szpuszta and learn some more.

I come from a VB6 background and was apprehensive at first. I started 2
months ago and now feel quite confident and at home. The angle of the
learning curve has been exaggerated. The strength of the Bellinaso book is
that it forces you to learn how the sample website works as opposed to doing
excersizes. Another thing is that Bellinaso's design is architecturally
well-informed so you will learn good design habits as well.
Oct 11 '06 #5
Juan,
Thanks to everyone but yes, have tried that tutorial and just can't seem
to get the 'dataset' reader thing part. I'm sure it's just my lack of
understanding because it all seems so 'wizard-like' that it confuses me.
Thanks for the suggestion though.

Sheridan

Juan T. Llibre wrote:
Try this one :

http://msconline.maconstate.edu/tuto...20/default.htm


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Sheridan" <au***@bellsouth.netwrote in message news:zn*****************@bignews6.bellsouth.net...
>Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan

Oct 11 '06 #6
Chris,
Yes, I have and maybe I'm just approaching it all from another angle.
What I mean is that I'm sure it's my perspective because everyone else
in school keeps talking about how great and easy it is (ASP.Net) and I'm
still finding it incomprehensible.

I'll give them another go this weekend and thanks again.

Sheridan

Chris Fulstow wrote:
Have you tried these videos?
http://www.asp.net/learn/videos/defa...d=63#beginners

Or try the ASP.NET QuickStart tutorials:
http://quickstarts.asp.net/QuickStar...t/Default.aspx

Sheridan wrote:
>Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan
Oct 11 '06 #7
Uriah,
Thanks for the book info and tips. I'll see what I can get here at the
school's bookstore or Amazon.

Sheridan

Uriah Piddle wrote:
'Asp.Net 2.0 Website Programming Problem-Design-Solution' by Marco Bellinaso
teaches you by guiding you through a fairly extensive asp 2.0 app. The book
assumes you have a working knowledge of Asp and C# which I did not have at
all but I got enough in a week by reading one of the good introductory books
('Pro Asp.Net 2.0 in C# 2005' by MacDonald And Szpuszta). When I come to a
part where I need more help with C#, I just go back to MacDonald And
Szpuszta and learn some more.

I come from a VB6 background and was apprehensive at first. I started 2
months ago and now feel quite confident and at home. The angle of the
learning curve has been exaggerated. The strength of the Bellinaso book is
that it forces you to learn how the sample website works as opposed to doing
excersizes. Another thing is that Bellinaso's design is architecturally
well-informed so you will learn good design habits as well.

Oct 11 '06 #8
Darren,
I'm going to give that a search online at Amazon and also the book Uriah
recommends.

Thanks for the help/tips,
Sheridan

Darren Kopp wrote:
Anything from Scott Mitchell or Fritz Onion are great. If you are
getting heavy into ASP.Net then books by Dino Espositio are great as
well.

-Darren Kopp

Sheridan wrote:
>Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan
Oct 11 '06 #9
Sheridan,

If you really want to learn ASP.NET and how it works, I suggest you stay
away from the wizards and IDE. Yes, that means Visual Studio or Visual Web
Developer as well. When I started, I used a simple text editor to learn the
basics. Once, I got the basics down pack, I graduated to using IDE's since
they will improve your productivity. Its like trying to drive, if you don't
know how to even walk. Its possible, but it will take a little more time and
effort. ASP.NET UnLeashed and Teach yourself ASP.NET in 24 hrs (1st ed) are
some books to start with.

"Sheridan" <au***@bellsouth.netwrote in message
news:YN*****************@bignews6.bellsouth.net...
Juan,
Thanks to everyone but yes, have tried that tutorial and just can't seem
to get the 'dataset' reader thing part. I'm sure it's just my lack of
understanding because it all seems so 'wizard-like' that it confuses me.
Thanks for the suggestion though.

Sheridan

Juan T. Llibre wrote:
>Try this one :

http://msconline.maconstate.edu/tuto...20/default.htm


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Sheridan" <au***@bellsouth.netwrote in message
news:zn*****************@bignews6.bellsouth.net.. .
>>Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan

Oct 11 '06 #10
ditto


"tdavisjr" <td******@gmail.comwrote in message news:DB**********************************@microsof t.com...
Sheridan,

If you really want to learn ASP.NET and how it works, I suggest you stay away from the wizards and IDE. Yes, that means Visual
Studio or Visual Web Developer as well. When I started, I used a simple text editor to learn the basics. Once, I got the basics
down pack, I graduated to using IDE's since they will improve your productivity. Its like trying to drive, if you don't know how
to even walk. Its possible, but it will take a little more time and effort. ASP.NET UnLeashed and Teach yourself ASP.NET in 24 hrs
(1st ed) are some books to start with.

"Sheridan" <au***@bellsouth.netwrote in message news:YN*****************@bignews6.bellsouth.net...
>Juan,
Thanks to everyone but yes, have tried that tutorial and just can't seem
to get the 'dataset' reader thing part. I'm sure it's just my lack of
understanding because it all seems so 'wizard-like' that it confuses me.
Thanks for the suggestion though.

Sheridan

Juan T. Llibre wrote:
>>Try this one :

http://msconline.maconstate.edu/tuto...20/default.htm


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Sheridan" <au***@bellsouth.netwrote in message news:zn*****************@bignews6.bellsouth.net...
Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.

Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.

Thanks for reading,
Sheridan


Oct 11 '06 #11
TDavis Jr. & Jon Pall,
Thanks. I'm thinking that has been my 'mistake' all along. I'm going to
order the Teach Yourself book and then see how that goes over. I'll also
give the ASP.Net Unleased a look.

Thanks and the advice to use the text editor probably will make a world
of difference,
Sheridan

Jon Paal wrote:
ditto


"tdavisjr" <td******@gmail.comwrote in message news:DB**********************************@microsof t.com...
>Sheridan,

If you really want to learn ASP.NET and how it works, I suggest you stay away from the wizards and IDE. Yes, that means Visual
Studio or Visual Web Developer as well. When I started, I used a simple text editor to learn the basics. Once, I got the basics
down pack, I graduated to using IDE's since they will improve your productivity. Its like trying to drive, if you don't know how
to even walk. Its possible, but it will take a little more time and effort. ASP.NET UnLeashed and Teach yourself ASP.NET in 24 hrs
(1st ed) are some books to start with.

"Sheridan" <au***@bellsouth.netwrote in message news:YN*****************@bignews6.bellsouth.net...
>>Juan,
Thanks to everyone but yes, have tried that tutorial and just can't seem
to get the 'dataset' reader thing part. I'm sure it's just my lack of
understanding because it all seems so 'wizard-like' that it confuses me.
Thanks for the suggestion though.

Sheridan

Juan T. Llibre wrote:
Try this one :

http://msconline.maconstate.edu/tuto...20/default.htm


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Sheridan" <au***@bellsouth.netwrote in message news:zn*****************@bignews6.bellsouth.net...
Dear Group,
I've searched the newsgroup for the last few days and can't seem to find
a thread regarding the best tutorials. I've learned programming in C, VB
(version 6) and PHP but can't seem to understand ASP.Net or VB.Net
(their web-type programming). Gone to the Microsoft site with the
tutorials in video format but still can't 'get it'. Not sure what all
the files are that need to be deployed nor even the actual model(MVC?)
that the apps use.
>
Anyway, if anyone can point to some good books or websites, it would be
appreciated. Sorry if this is redundant or not the right newsgroup.
>
Thanks for reading,
Sheridan

Oct 11 '06 #12

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

Similar topics

55
by: Elijah | last post by:
I have read many of the topics on learning C++ or Java first. It seems like everyone says something different. I would like to know if I should learn C++ or Java. First a little about myself. I...
9
by: enea | last post by:
http://www.ends.cx.la/
7
by: Tim Johnson | last post by:
I'm an experienced programmer, but new to Javascript. For OOP: python and C++ backgrounds, among others I have one book on js - (Javascript Application Cookbook). I'd welcome further...
2
by: Chris LaJoie | last post by:
Greetings. I've been programming for quite a while now, avoiding C/C++ at all costs. For reasons I won't go into, I've decided to learn it (them?). I have a strong handle on most programming...
0
by: Joachim | last post by:
I have wanted to learn about network programming in Windows for a long time, but never really got to a good start. I think that it is mainly because I haven't found a good tutorial on the net. I...
1
by: Billy Biro | last post by:
Hi. I'm looking for some recommendations for Visual Basic 2005 books. Specifically, I'm NOT looking for books that detail the elements of the language, nor explain OOP, but rather present...
4
by: Neil Landau | last post by:
Hi all, I'd like to ask for book recommendations, please. I'm a VB guy looking to move to C#. I have quite a fair amount of experience of VB.NET (and prior to that, VB4 through VB6), so I'm...
8
by: At_sea_with_C | last post by:
Hello, I'm considering reading some C tutorials. I found this one. http://www.crasseux.com/books/ctutorial/ (The GNU C Programming Tutorial) Can anyone tell me if it is good or not? Also do...
2
by: Ian Thompson-Bell | last post by:
I did a fair bit of VB programming many years ago (>10) and have just downloaded the free VB Express 2008. What I need is a good tutorial (preferably in pdf format) or a good book that covers VB...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.