Beginning ASP.NET E-Commerce in C# and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading Beginning ASP.NET E-Commerce in C# on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning ASP.NET E-Commerce in C#: From Novice to Professional [Paperback]

Cristian Darie , Karli Watson
4.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 45.82
Price: CDN$ 28.82 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 17.00 (37%)
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
Only 2 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Wednesday, May 22? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $24.44  
Paperback CDN $28.82  

Book Description

Mar 27 2009 1430210745 978-1430210740 1

With the latest incarnations of ASP.NET 3.5 and SQL Server 2008, programming dynamic data–driven web sites with Microsoft technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need—Visual Web Developer and SQL Server 2008 Express Edition—are free. In Beginning ASP.NET E-Commerce in C#: From Novice to Professional, you’ll learn how to best use the free development tools offered by Microsoft to build an online product catalog. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible web sites efficiently and rapidly with ASP.NET 3.5.

  • Build a complete site, including a shopping cart, checkout, product searching, product recommendations, control panel, customer accounts, order processing, and much, much more.
  • Explore new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book, with each feature you add to the web site.
  • Learn to handle payments by integrating PayPal and DataCash into your site.

What you’ll learn

  • Use Microsoft’s Express products to build an online product catalog.
  • Add payment processing with PayPal and DataCash.
  • Expand your site’s product listing through web services.
  • Implement an order pipeline.
  • Take advantage of SEO techniques to publicize your site.

Who is this book for

Developers wanting to build professional e–commerce sites using the latest .NET technologies.

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!


Frequently Bought Together

Customers buy this book with MCTS Self-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft® .NET Framework 4 CDN$ 46.08

Beginning ASP.NET E-Commerce in C#: From Novice to Professional + MCTS Self-Paced Training Kit (Exam 70-515): Web Applications Development with Microsoft® .NET Framework 4
Price For Both: CDN$ 74.90

One of these items ships sooner than the other. Show details


Customers Who Bought This Item Also Bought


Product Details


Product Description

About the Author

Cristian Darie is a software engineer with experience in a wide range of modern technologies, and the author of numerous books, including his popular ASP.NET C# E-Commerce tutorial, his AJAX and PHP tutorial, and his SEO tutorial for PHP developers. Cristian is studying distributed application architectures for his PhD, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. If you want to say "Hi," you can reach Cristian through his personal website, http://www.cristiandarie.ro.

Karli Watson is the technical director of 3form, as well as a freelance IT specialist, author, developer, and consultant. For the most part, he indulges in .NET and related technologies and has written numerous books about them. He has extensive knowledge of programming database-driven websites and has authored on the titles Beginning ASP .NET 2.0 E-Commerce, Beginning ASP.NET 1.1 E-Commerce, The Programmer's Guide to SQL, Professional C#, Second Edition, and Professional ASP.NET 1.0.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Customer Reviews

5 star
0
3 star
0
2 star
0
1 star
0
4.0 out of 5 stars
4.0 out of 5 stars
Most helpful customer reviews
4.0 out of 5 stars Excellent Ecommerce book Jan 4 2010
Format:Paperback
Gave it 4 stars, only because of "Link Factory" what it does does it generates absolute links, I am not saying its wrong but it made things so confusing for me, may be its only me.
Bottom line you want to build full fledged e commerce site in Asp.Net/C# get this book or the older version or both.
I am using both versions A: because I don't like "Link Factory", B: because I like the full text search implemented in latest version of book + the attributes chapter(6). Over all a great book on e commerce coding and structure.
I hope the authors writes new book(Asp.Net 4.0) on e commerce, I will definitely buy it with my eyes closed.
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.9 out of 5 stars  22 reviews
10 of 11 people found the following review helpful
5.0 out of 5 stars Great ASP.NET 3.5 Book April 23 2009
By F. Stepanski - Published on Amazon.com
Format:Paperback
Among the many ASP.NET books out now, very few actually go through and help readers how to create large-scale web applications. There are plenty of reference books available explaining how to use the many ASP.NET controls and c# langauge techniques showing you snippets of code but thats about it. In the job market today, people need to understand how to put together (from start to finish) a usable web application that can be used in the "real-world".

This book (as its previous ASP.NET 2.0 version) explains to its readers how to create from scratch a web application using techniques that you would see in a real-world application.

Of course it is a limited database, but it is something that you can build upon and use many of the techniques in other similar web applications.

The book first starts in explaining the database structure (The Balloon Shop) and hoow 3-tier architecture works in a web application today. The presentaion tier, the business tier and the data tier. All these "tiers" are just objects that you create in ASP.NET and C#. The presentation tier would be your web forms (controls and such), your business tier would be all the code (defined in classes) that will interact with the presentation tier and the data tier will be your database and any remaining functions. This is the real web applications work and the author explains it very well.

VS 2008 and SQL Server 2008 Express is used so you dont have to spend any money on other tools (free from Microsoft) and the author goes through all the database tables while explaing database basics such as tables, keys, SQL statements and stored procedures. A very nice database intro.

The author then goes into detail explaining all the classes (explaining how to create classes and why they are useful) that will be used in the application.

Other real-world issues in developing web applications are discussed like performance, error handling, error pages, administrations issues, interacting with 3rd party components, etc.

After you read this book, you should be well versed in developing a pretty sophisticated ASP.NET 3.5 web application.

I highly recommend this book.
4 of 4 people found the following review helpful
3.0 out of 5 stars Error prone with no website for errata or comments that get any attension Oct 31 2009
By Mel Pama - Published on Amazon.com
Format:Paperback
First, the book is a great book as far as showing you how to do website design. Each chapter builds on the rest of the book.
However, there have been problems with the url-rewrite section. Ever since I added that to my sample site it has stopped working properly. My *.css file could not be found, picture urls did not work and more recently my full text search.asp also does not work on pages other than page 1 of a category site. It took me over a month of on again off again trying to get it to work for me to find out about how to fix this problem by adding another url rewrite to my web config file. The authors just seem to skip this part of the code. It is not in their code either so I start to wonder if they ever tried their code before being finished with the book.
It has been impossible to contact them about this problem and on Christians web site their are no errata available to view or able to be published. The site on [...] is completely useless and I have never received a response from it or the authors about my questions. This attitude that they have is beyond me.
3 of 3 people found the following review helpful
3.0 out of 5 stars Good book, but way TOO MANY ERRORS. Jan 24 2011
By TheITMan - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
This is a good book if you need to learn how to create a "poor mans Amazon" website. The book actually isn't bad, but you'll need to have some expierence with programming because it is not a beginning book, even though the title states that it is. It's not that the material in the book is hard, its actually really easy. However, the book is LOADED with errors. I'm on chapter 12 so far and already have over 100 errors written down that I had to correct to get things working correctly.

I found many errors where classes in the style sheet were left out. You have some elements reference CSS classes that he doesn't even tell you how to create, so you have to guess what the content of that class should be in order to get your website to match the images in the book. There are several errors in the SQL code. The SQL code is all over the place, in the tables he uses NVARCHAR for the data type but in some of the stored procedures he uses VARCHAR. Some places he sets the max length of database columns to 1000 and in another spot he uses MAX on the same column.

There are several places where code that has no use at all is in the functions, i.e. There are several spots where variables are declared but never even used in the program.

I'm still giving it three stars because I am learning a lot of new things from the book, but I'm just thankful that I have 13 years of programming expierence to fall back on, because I'm fixing error after error.

This book is basically, a copy and paste version of his PHP book. In a lot of places you can put the books next to each other and they are word for word the same, even the same grammar errors in the exact same spot.

The only thing I ask is that next time he actually review and test the code before pasting it into the book, and have someone edit the book for general errors.
Search Customer Reviews
Only search this product's reviews

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges