473,503 Members | 5,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best ASP.Net 2.0 book for C/C++ developer

I am a C/C++developer with several years desktop app development
experience. However, I am a COMPLETE and TOTAL newbie when it comes to
taking about web apps. All the talk about CSS, layouts etc is VERY
confusing to me.

I want to be able to build my own website - because of my programming
background, the programming aspect is not an issue and I can use either
C# or VB.Net (I prefer C#) - but I have NO IDEA about how to go about
building a website - i.e. web pages with links, pictures, flash
animations etc. I have used VB6 before so I am very good with designing
forms using WYSIWYG GUI tools on Windows - but I dont know if that is
any use in creating web applications.

What is the best book to help me come to speed quickly and help me start
building/designing my website - I would be especially grateful to hear
from C++ programmers who have made this journey ..
May 5 '07 #1
4 1610
online info here :

http://msconline.maconstate.edu/tutorials/default.aspx

Recommended VB book is here:

http://www.superexpert.com/Books/Asp...d/Default.aspx

"Bart Simpson" <12**********@terrace.comwrote in message news:45******************************@bt.com...
>I am a C/C++developer with several years desktop app development experience. However, I am a COMPLETE and TOTAL newbie when it
comes to taking about web apps. All the talk about CSS, layouts etc is VERY confusing to me.

I want to be able to build my own website - because of my programming background, the programming aspect is not an issue and I can
use either C# or VB.Net (I prefer C#) - but I have NO IDEA about how to go about building a website - i.e. web pages with links,
pictures, flash animations etc. I have used VB6 before so I am very good with designing forms using WYSIWYG GUI tools on Windows -
but I dont know if that is any use in creating web applications.

What is the best book to help me come to speed quickly and help me start building/designing my website - I would be especially
grateful to hear from C++ programmers who have made this journey ..

May 5 '07 #2
a good start with a lot of video tutorials...

www.asp.net

Lenny
May 6 '07 #3
On Sat, 05 May 2007 16:18:30 +0100, Bart Simpson
<12**********@terrace.comwrote:
>I am a C/C++developer with several years desktop app development
experience. However, I am a COMPLETE and TOTAL newbie when it comes to
taking about web apps. All the talk about CSS, layouts etc is VERY
confusing to me.

I want to be able to build my own website - because of my programming
background, the programming aspect is not an issue and I can use either
C# or VB.Net (I prefer C#) - but I have NO IDEA about how to go about
building a website - i.e. web pages with links, pictures, flash
animations etc. I have used VB6 before so I am very good with designing
forms using WYSIWYG GUI tools on Windows - but I dont know if that is
any use in creating web applications.

What is the best book to help me come to speed quickly and help me start
building/designing my website - I would be especially grateful to hear
from C++ programmers who have made this journey ..
There's no single book which web developers use.

* A useful beginners book for ASP.NET is Stephen Walther's "ASP.NET
2.0 Unleashed". But that takes a tutorial approach with loads of pages
(about 1800) meticulously going through the ASP.NET controls to show
the various features (yawn - meticulous but boring).

You'll need another book for c#. My c# books are a bit old now and
only one covers c# 2005 so I can't personally recommend one.

* I got a very good deal on ASP.NET books: "The Wrox Box" from one of
the Amazon client sellers. This box had 4 books which, if memory
serves me right, cost me $80 plus only $10 postage from the USA to the
UK. (Although the list price was $150)

The box (ISBN: 0470048409) has:
Professional ASP.NET 2.0
Professional C# 2005
..NET 2.0 Generics
..NET Framework 2.0

The first 3 are good books but I've only read the 3rd cover-to-cover.
The first two I dip into when I need to as I already knew much of the
content. I think the 4th one is now out-of-date.

* The most useful overall book for web development is Danny Goodman's
"Dynamic HTML - The Definitive Reference". The 3e is now out. It
contains absolutely nothing about ASP.NET.

CSS is really quite simple. I personally recommend you to code to HTML
4.01 strict standard as I've found this the easiest standard that most
browsers can agree on. In theory, XHTML would be better but IE6 can't
handle it. You must get your browsers to render the code as "strict"
because in quirks mode they will each make your pages look very
different. Avoid the recent fad for table-less CSS. Use tables when
are where you need them. Even using this standard, you'll find that
the various browsers often display ASP.NET controls quite differently
(especially the grid view).

It goes without saying that you should ask about books on CSS, HTML
and web design at a designers forum.
May 6 '07 #4
Bart, the best place to start is 100% free. It's called the ASP.NETE
quickstarts, and it installs with the product - or you can visit the online
version.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Bart Simpson" wrote:
I am a C/C++developer with several years desktop app development
experience. However, I am a COMPLETE and TOTAL newbie when it comes to
taking about web apps. All the talk about CSS, layouts etc is VERY
confusing to me.

I want to be able to build my own website - because of my programming
background, the programming aspect is not an issue and I can use either
C# or VB.Net (I prefer C#) - but I have NO IDEA about how to go about
building a website - i.e. web pages with links, pictures, flash
animations etc. I have used VB6 before so I am very good with designing
forms using WYSIWYG GUI tools on Windows - but I dont know if that is
any use in creating web applications.

What is the best book to help me come to speed quickly and help me start
building/designing my website - I would be especially grateful to hear
from C++ programmers who have made this journey ..
May 6 '07 #5

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

Similar topics

11
9212
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
136
9201
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
4
2390
by: deko | last post by:
Is there any way to let users compose and run SQL from the Access interface? If I create a new query from the Database Window, select Design View and then View >> SQL View, I get a window from...
3
430
by: Tony Baker | last post by:
Hi, I want to write a web application with C++ as the code behind it. I want to use existing code, which uses CString, but it would be great if I could use ATL to take care of that. I am having...
5
2274
by: Alfonso Morra | last post by:
Hi, I am a C/C++ developer of quite a few yesrs, although I am relatively new to Windows (Unix background). I am about to begin work on a project that would require me to develop several GUI...
3
1377
by: Tom | last post by:
Can anyone recommend a learning vb.net for an experienced programmer type book? I have been a developer for many years but have not got in to the .net world yet but would like to. I have been a...
4
1401
by: David Pinx | last post by:
Greetings, I will be developing an application that will have two versions, a web application to be deployed at the client side and a windows application. The question is, what would be the...
4
1210
by: john conwell | last post by:
I'm a fairly seasoned vet with .net 1.1, and want a hardcore, indepth review of the new changes in 2.0, mostly covering the core namespaces and the System.Windows.Forms namespace. I dont really...
1
1211
by: Bit Byte | last post by:
I have several years programming experience (C/C++) and have only recently started looking at developing web apps - after playing with PHP for a while, I decided there weren't enough tools etc to...
0
7207
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
7291
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
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7012
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...
0
7468
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...
1
5023
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...
0
4690
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...
0
3180
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...
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.