site hit counter

⇒ PDF Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books



Download As PDF : Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

Download PDF Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

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 this book, 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.

Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

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.

Product details

  • Paperback
  • Publisher Apress 2009-03-23 (December 9, 2009)
  • Language English
  • ISBN-10 8184894686

Read Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

Tags : Beginning ASP.NET E-Commerce in C#: From Novice to Professional [Cristian Darie] on Amazon.com. *FREE* shipping on qualifying offers. 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 this book,Cristian Darie,Beginning ASP.NET E-Commerce in C#: From Novice to Professional,Apress 2009-03-23,8184894686
People also read other books :

Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books Reviews


This book is unique. It is one of those few books in the market that you can take from the introduction up to the last chapter and everything you try will work... on the first try!
The books covers the entire construction of a "simple" e-commerce site... "simple" in the beggining, just to get your e-shop running quickly. But in the last chapters, you start adding complex features that really spice things up a bit. Also, the authors gives you some hints on how you should expand the functionality of the site in case you are interested.
In my opinion, this book is a must buy.
The only "drawback" that I can find is that it should probably include a bit of Ajax on ASP.NET. If they did that, it will just be the best book in the market... but the book never states that it will teach you that, so I can't substract a star because of this.
If you were looking for a book on building e-commerce sites on ASP.NET, don't look anymore, this is your book. Highly recommended for beginners on e-commerce with a base on C# and ASP.NET. It is better that you, at least, know the tools before reading this book, you will be able to get a lot out of the book that way.
Way too many errors in the book and source code.

This book has excellent subject content. However, there are many errors and omissions in this book. One fundamental example would be the fact that the sample products in the book have different attributes, yet the shopping cart will only allow you to add one instance of the product id. Obviously this doesn't work out if you need to add the same product in, for example, 2 different sizes. There is also no support for these attributes in the admin system. After emailing the author several times trying to get updated code, I gave up and worked on fixing the issues myself. I had to add quite a lot of functionality to both the database and the code to make the cart work the way the book indicated that it should.

I am not a ASP.NET (C#) guru by any means but had enough knowledge to be able to overcome the problems in this book's source code. However, I'm sure a true beginner (Billy Bob who has never done any programming before and needs an E-Commerce site) would have thrown in the towel. The source code for this book was not well tested and you need to have some prior .NET and SQL Server experience to be able to overcome these errors and omissions. To say that this book is for complete beginners is a misrepresentation. As the other reviewers pointed out, you will not get any help from the authors (even though they give their contact info). We all know mistakes happen in books, but part of writing a book is publishing errata to fix these mistakes. The authors of this book seem to have washed their hands of this responsibility to the people who purchased this book.

This is a real shame, because this would have been an excellent book. The editing of the book and testing of the source code just needed to be a lot better for it to be suitable for the "beginners" it targets.
I recently decided to add C# 2008 to my quiver of developer weapons, and I bought a LOT of books on the subject. Most were pretty good, one (SAMS Teach Yourself C#2008 in 24 Hours) was excellent, but none of them targeted exactly what I needed to know. I bought a lot of texts telling me stuff I already know, like how to use the Visual Studio IDE and what classes and methods and properties are. What I really wanted to know was how to implement a robust, data-driven web site using C# 2008, including how to manage data effectively with datasets and use style sheets and CSS for layout. Bits of this were in all my books, but Beginning ASP.Net E-Commerce in C#2008 was like a perfect distillation of just the stuff I really needed/wanted to know. As an experienced VB.Net developer, this book led me right to new material I could use right away, with only a little review of the basics. It really isn't a beginner programmer's book, but for an experienced developer looking to add a new language and tool set, it is ideal.

The writing is clear, the narrative voice pleasant and not at all dry, the examples to the point and useful. If I could only keep one C# book on my desk (I have the DX so I can keep them ALL in one hand!) it would be this one. Well done, to the point, and USEFUL.
This is a good book if you need to learn how to create a "poor mans " 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.
Ebook PDF Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books

0 Response to "⇒ PDF Beginning ASPNET ECommerce in C# From Novice to Professional Cristian Darie 9788184894684 Books"

Post a Comment