Kirjojen hintavertailu. Mukana 12 390 323 kirjaa ja 12 kauppaa.

Kirjailija

Karli Watson

Kirjat ja teokset yhdessä paikassa: 5 kirjaa, julkaisuja vuosilta 2003-2012, suosituimpien joukossa Beginning ASP.NET 1.1 E-Commerce. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

5 kirjaa

Kirjojen julkaisuhaarukka 2003-2012.

Beginning Visual C# 2012 Programming

Beginning Visual C# 2012 Programming

Karli Watson; Jacob Vibe Hammer; Jon D. Reid; Morgan Skinner; Daniel Kemper; Christian Nagel

John Wiley Sons Inc
2012
nidottu
Step-by-step beginner’s guide to Visual C# 2012 Written for novice programmers who want to learn programming with C# and the .NET framework, this book offers programming basics such as variables, flow control, and object oriented programming. It then moves into web and Windows programming and data access (databases and XML). The authors focus on the tool that beginners use most often to program C#, the Visual C# 2012 development environment in Visual Studio 2012. Puts the spotlight on key beginning level topics with easy-to-follow instructions for Microsoft Visual C# 2012Explores how to program for variables, expressions, flow control, and functionsExplains the debugging process and error handling as well as object oriented programming, and much more Beginning Microsoft Visual C# 2012 Programming offers beginners a guide to writing effective programming code following simple step-by-step methods, each followed by the opportunity to try out newly acquired skills.
Beginning ASP.NET E-Commerce in C#

Beginning ASP.NET E-Commerce in C#

Karli Watson; Cristian Darie

APress
2009
nidottu
With the 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 search engine optimization techniques to publicize your site Who this book is for Developers wanting to build professional e--commerce sites using .NET technologies.
Beginning ASP.NET 2.0 E-Commerce in C# 2005

Beginning ASP.NET 2.0 E-Commerce in C# 2005

Cristian Darie; Karli Watson

APress
2005
nidottu
You will learn how to build a complete e-commerce web site, following the entire design and build process. The website will be constructed following industry best practices in a modular manner—with a new module introduced and completed in each chapter. Topics include an online catalogue and shopping cart, product searching and recommendation, and checkout/payment functionality. A distinguishing feature of this book is that it explains handling payments via PayPal, DataCash, and VeriSign Payflow Pro. By the end of the book, you will have created a fully-functioning e-commerce site, allowing you to sell merchandise and accept money from customers, at low cost to you.
Beginning ASP.NET 1.1 E-Commerce

Beginning ASP.NET 1.1 E-Commerce

Karli Watson; Cristian Darie

APress
2004
nidottu
Beginning ASP.NET 1.1 E-Commerce shows programmers how to build E-Commerce websites using ASP.NET technology. In this book, web developers learn from the experts by building a website with the experts. It is a real-world, practical tutorial. This book follows the E-Commerce site creation process through from design to deployment, demonstrating proven approaches to building E-Commerce sites. The power of this book is this complete approach from the beginning right to the end of the project: it provides a complete programming solution for E-Commerce. The E-Commerce site in the book is built in phases, showing web site developers how to make use of third-party shopping-cart and payment facilities, suitable for a small E-Commerce operation. The book then gradually brings more and more functionality into the E-Commerce site, developing eventually into a complete online shopping and order processing system. Solid architectural principles are demonstrated throughout, with modular, n-tier design. This book shows real code that works in the real world, and teaches by example as it builds this E-Commerce site. This new revised edition includes updates to use Visual Studio .NET 2003, .NET 1.1, and some new material on supporting 'customers who bought this also bought'-style cross-sell and up-sell. ASP.NET is a great web development technology for putting small-to-medium businesses onto the web. Its object-oriented architecture and solid database layer (ADO.NET) make it more robust and suited to E-Commerce than simple scripting and tag-based solutions like PHP and ColdFusion, but its ease of use and tools support make it much faster to develop with than Java. Using ASP.NET you can easily build scalable, well-structured, extensible websites that you can support a business on. This text is aimed at demonstrating the easiest path to put a business on the web using ASP.NET. The phased-approach gets the reader up and running with a working but simple E-Commerce store quickly, but also allows the site design to be flexible and grow over time to a more advanced E-Commerce solution. Different readers can stop along this journey at whatever point they need, if the website that is built suits their needs at that point. Ur innehållet: Introduction; Starting an E-Commerce Site; Laying Out the Foundations; Creating the Product Catalog; The Product Catalog: Adding Content; Searching the Catalog; Receiving Payments Using PayPal; Catalog Administration; The Shopping Basket; Dealing with Customer Orders; Customer Details; Order Pipeline; Implementing the Pipeline; Credit Card Transactions; The End; Appendix A: Installing IIS, MSDE, OSQL, and Creating Class Libraries.
The Programmer's Guide to SQL

The Programmer's Guide to SQL

Cristian Darie; Karli Watson

APress
2003
nidottu
The Programmer's Guide to SQL provides an in-depth yet concise tutorial on the use of Structured Query Language (SQL), the standard that defines how to create and manipulate databases and the data that they store. Once you've mastered the fundamentals, the book serves as a handy desktop reference on SQL usage, covering all the major SQL statements that you're likely to need when programming databases, with example code for five major database systems: SQL Server, Oracle, DB2, MySQL, and Access. In each case, it demonstrates how the SQL standard is implemented, and in some cases extended, by each database system vendor. It discusses:- Querying, modifying and summarizing data using SQL - SQL Functions- Complex nested queries and joins - Programming database stores procedures, triggers and views - Creating tables, indexes and other database objects- How to write transaction-safe SQL - How to implement basic database security The book covers the very latest version of the SQL standard, SQL-99, and includes two complete case studies, showing how to create and query the underlying database for a fully featured web site, and how to implement role-based security in your applications. As such, it is ideal for any programmer, analyst, or database administrator in search of an SQL reference that also demonstrates how to use SQL to solve real business problems.