or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
46 used & new from $0.99

Have one to sell? Sell yours here
 
   
Beginning Visual Web Programming in C#
 
 

Beginning Visual Web Programming in C# (Paperback)

~ Daniel Cazzulino (Author), Victor Garcia Aprea (Author), James Greenwood (Author)
Key Phrases: connection string, web form designer, file field, Friends Reunion, Try It Out, Solution Explorer (more...)
4.2 out of 5 stars  See all reviews (4 customer reviews)

List Price: $39.99
Price: $29.19 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.80 (27%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Wednesday, November 18? Choose One-Day Shipping at checkout. Details
31 new from $0.99 15 used from $1.00

Formats

Amazon Price New from Used from
  Kindle Edition, September 30, 2004 $23.35 -- --
  Paperback, September 29, 2004 $29.19 $0.99 $1.00

Frequently Bought Together

Beginning Visual Web Programming in C# + C# Fast & Easy Web Development + Illustrated C# 2005
Price For All Three: $84.55

Some of these items ship sooner than the others. Show details

  • This item: Beginning Visual Web Programming in C# by Daniel Cazzulino

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • C# Fast & Easy Web Development by Aneesha Bakharia

    Usually ships within 1 to 3 weeks.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Illustrated C# 2005 by Daniel M. Solis

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Beginning C# Objects: From Concepts to Code

Beginning C# Objects: From Concepts to Code

by Jacquie Barker
Beginning C# Databases: From Novice to Professional

Beginning C# Databases: From Novice to Professional

by James Huddleston
4.7 out of 5 stars (6)  $40.45
Illustrated C# 2005

Illustrated C# 2005

by Daniel M. Solis
5.0 out of 5 stars (9)  $32.57
Pro C# with .NET 3.0, Special Edition

Pro C# with .NET 3.0, Special Edition

by Andrew Troelsen
4.6 out of 5 stars (17)  $12.92
Professional C# 2005 (Wrox Professional Guides)

Professional C# 2005 (Wrox Professional Guides)

by Bill Evjen
3.7 out of 5 stars (36)  $31.49
Explore similar items

Editorial Reviews

Product Description

I recommend this to anyone who is starting with ASP.NET.</a></p> </blockquote> <p id="quoteAuthor">&#8212; Jack Herrington, Code Generation Network</p></div>

<p><i>Beginning Web Programming in C#: From Novice to Professional</i> will teach you the fundamentals of the web environment and how Visual Studio .NET (VS .NET) makes it accessible to C# programmers. You'll build a working website that demonstrates all the elements of a C# web application, through step-by-step examples that explore the essential technologies and how VS .NET helps you integrate them into a highly interactive, attractive web application. </p>

<p>In this tutorial guide you'll learn how to</p> <ul> <li> Create dynamic web pages with ASP.NET web forms and web server controls </li> <li> Display and manipulate data using ADO.NET and VS .NET components </li> <li> Persist state in different ways, within the "stateless" web environment </li> <li> Create XML files and XML schema, and use them for data transfer </li> <li> Integrate your web applications with others through web services </li> <li> Make your application more secure via the security features in ASP.NET and IIS </li> <li> Eliminate bugs and unexpected failures through effective debugging and exception-handling techniques </li> <li> Improve the performance of your application and prepare it for release </li> </ul> <p>Also available in a VB .NET version!</p>



About the Author

Daniel Cazzulino (a.k.a.He has coauthored several books on web development and server controls with ASP.NET, written and reviewed many articles for ASP Today and C# Today, and currently enjoys sharing his .

<p> Daniel works closely with Microsoft in key projects from the Patterns and Practices group.Surprisingly enough, Daniel is a lawyer who found a more exciting career as a developer and .NET/XML geek.</p>

Victor Garcia Aprea is founder of Clarius Consulting, which provides training, consulting and development in Microsoft .NET technologies. Aprea has been involved with ASP.NET since its beginning, and he was named Microsoft MVP for ASP.NET in 2002 and 2003 (the 2004 awards aren't due yet!). Aprea has written books and articles and reviewed for numerous publishers. He is a regular speaker at Microsoft Argentina (MSDN DevDays, Ask the Experts panel, etc.) and .NET local user groups.Or you may email him at <a href="mailto:vga@aspnet2.com">vga@aspnet2.com</a>.

A biography is currently unavailable.


Product Details

  • Paperback: 664 pages
  • Publisher: Apress; 1 edition (September 30, 2004)
  • Language: English
  • ISBN-10: 1590593618
  • ISBN-13: 978-1590593615
  • Product Dimensions: 9.2 x 7 x 1.5 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.com Sales Rank: #369,677 in Books (See Bestsellers in Books)

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

 

Customer Reviews

4 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
4 of 4 people found the following review helpful:
4.0 out of 5 stars a complete web development environment, December 26, 2004
By W Boudville (Terra, Sol 3) - See all my reviews
(TOP 10 REVIEWER)    (REAL NAME)      
The book shows how to write a C# web application on a server running .NET. Perhaps the most succinct description of the book is its cohesiveness. It describes using two crucial packages, ASP.NET and ADO.NET. ASP.NET essentially handles the client-server interaction, by making dynamic HTML pages and handling the user's input. While ADO.NET controls the interaction between the application server and the database.

As you go through the book, if you keep this simple demarcation in mind, then it helps your understanding of the many lower level details in each chapter.

It is clear from the book that Microsoft is pushing hard to have the entire web development process done on their .NET machines, by offering a tight and consistent tool integration. Gives the open source movement a serious challenge.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Nice intro into.NET Web Programming, February 26, 2007
By James Gruszynski "db man" (Margate, FL United States) - See all my reviews
(REAL NAME)   
I had a great deal of C# Windows forms programming experience. What I needed was a book to help me leverage that into Web programming. This book fit the bill.

You will not learn C# in this book (it assumes you already know the language); but it will get you quickly into building Web applications.

The examples are clear, well organized, and most importantly run properly when typed in correctly! The examples also have one important feature I prefer, which is a lack of over embellishment. They show only the code needed to complete the given task, not additional bells and whistles that can confuse the point of the example.

After completing the book, I found it easy to adapt the examples for use in building my own web site.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 4 people found the following review helpful:
4.0 out of 5 stars Gives you the whole picture..., June 14, 2005
I found this book to be a very good source of overall C# information. It was not an exhaustive resource, nor did it delve in minute detail to all the points, but I have not found a better book to get a complete picture of the web programming world.

The code samples are very easy to follow, and the reader can download the code from the publisher's web site. I chose to input the code samples manually and only had a couple of minor issues along the way.

One example late in the book (Chapter 11 or 12) left the code in a state where it would not execute.

I also had problems with the web service examples but that can most likely be attributed to the proxy/network configuration at my place of employment.

The only other issue I encountered was with the stress testing tools like ACT. I was unable to access the site and still have not been able to determine why. Of course, that's not a failing of the book or the author, just a configuration issue, I'm sure.

If you are looking at starting ASP.NET development, this book is a good, solid read.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Sweeping introduction to .NET
This is an end-to-end introduction to the world of .NET development. The coverage, which starts with the architecture and ends with deployment, is never comprehensive, but is... Read more
Published on October 12, 2004 by Jack D. Herrington

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.