473,805 Members | 1,956 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 1627
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**********@t errace.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**********@t errace.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
9281
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 C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
136
9468
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 code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
4
2405
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 which I can compose and run SQL queries. What I'd like to do is let users have the ability to run SQL queries like this against imported tables. I was thinking I could open the imported table in a form and have a textbox in which SQL can be...
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 difficulty, looks to me like it is much more difficult (technical) to use C++ rather than C#. I am considering using C# Web App and C++ web services. Is there a good book or web resource I can go to, to give me a nice
5
2291
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 rich frontend applications. I would like to hear from developers ou there if there is a book they would recommend, to help me hit the ground running - i.e. a book that is NOT an introductory text on programming/C++ but rather one that dives...
3
1391
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 Powerbuilder developer for a number of years so have the oop experience. Any books out there they stand out for learning VB.net? Thanks
4
1421
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 best approach for developing these two versions reusing code as much as possible?. Is there a best practice for this type of development? I have read about User Interface Application Block, but I don't know at this
4
1223
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 care about ASP.Net. Most of the books on 2.0 take it from the point of a beginner, which is a waste of time and money for me. any good book recomendations?
1
1233
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 get me up and running quickly enough, so I turned to look at ASP.Net ASP.Net looks like it has the development tools that I expect of any serious proposition, but I am confused between the apparent availability of two options: 1. Web...
0
9716
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
10359
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10364
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10104
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
7645
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
6875
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
5541
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
4317
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
3843
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.