473,804 Members | 4,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1141
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***@bellsout h.netwrote in message news:zn******** *********@bigne ws6.bellsouth.n et...
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***@bellsout h.netwrote in message news:zn******** *********@bigne ws6.bellsouth.n et...
>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 incomprehensibl e.

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***@bellsout h.netwrote in message
news:YN******** *********@bigne ws6.bellsouth.n et...
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***@bellsout h.netwrote in message
news:zn******* **********@bign ews6.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

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

Similar topics

55
46019
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 know PHP, BASIC, and of course HTML. I'll be 15 years old in September. I am interested in programming GUI applications. I am also interested in programming games. I know that I should learn C++ to program games, but would learning Java make the...
9
1381
by: enea | last post by:
http://www.ends.cx.la/
7
1607
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 recommendations. 1)Small "recipes" 2)Object models 3)Examples 4)Tutorials appropriate for JS Newbie but 'old' coder.
2
1019
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 concepts. I am relatively fluent in the following languages: C#, CIL, VB.NET, VB6. I have done several online beginner tutorials for C++ and found them to be rather easy to understand. Unfortunately, I haven't been able to find many tutorials...
0
815
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 guess I would prefer a good book, but good Internet tutorials are also interesting. Anyone that have any recommendations about good books or tutorial links?
1
1555
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 real-world scenarios for application development, and show how classes/components can be developed together to form the overall application. As an example, I already have a copy of Wrox's "ASP.NET 2.0 Website
4
1784
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 not new to programming or the .NET framework itself. I am also quite versed in general "object oriented" programming, especially since moving to VB.NET from VB6, although I've done object-oriented programming in VB6, too (well, as much as you can...
8
1995
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 you have any other recommendations for other good tutorials?
2
8202
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 Express 2008 in some depth but not aimed at the absolute beginner. Most of the tutorials and books I have been able to find so far are too superficial. Recommendations?? Cheers
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10575
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10076
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7616
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6851
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3816
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.