0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R500 - R1,000 (4)
  • R1,000 - R2,500 (2)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

iOS Unit Testing by Example - XCTest Tips and Techniques Using Swift (Paperback): Jon Reid iOS Unit Testing by Example - XCTest Tips and Techniques Using Swift (Paperback)
Jon Reid
R853 Discovery Miles 8 530 Ships in 12 - 17 working days

Fearlessly change the design of your iOS code with solid unit tests. Use Xcode's built-in test framework XCTest and Swift to get rapid feedback on all your code - including legacy code. Learn the tricks and techniques of testing all iOS code, especially view controllers (UIViewControllers), which are critical to iOS apps. Learn to isolate and replace dependencies in legacy code written without tests. Practice safe refactoring that makes these tests possible, and watch all your changes get verified quickly and automatically. Make even the boldest code changes with complete confidence. Manual code and UI testing get slower the deeper your navigation hierarchy goes. It can take several taps just to reach a particular screen, never mind the actual workflow tests. Automatic unit testing offers such rapid feedback that it can change the rules of development. Bring testing to iOS development, even for legacy code. Use XCTest to write unit tests in Swift for all your code. iOS developers typically reserve unit tests for their model classes alone. But that approach skips most of the code common to iOS apps, especially with UIViewControllers. Learn how to unit test these view controllers to expand your unit testing possibilities. Since good unit tests form the bedrock for safe refactoring, you're empowered to make bold changes. Learn how to avoid the most common mistakes Swift programmers make with the XCTest framework. Use code coverage to find holes in your test suites. Learn how to identify hard dependencies. Reshape the design of your code quickly, with less risk and less fear.

Beginning C# 2008 Databases - From Novice to Professional (Paperback, 1st ed.): Syed Fahad Gilani, Vidya Vrat Agarwal, Jon... Beginning C# 2008 Databases - From Novice to Professional (Paperback, 1st ed.)
Syed Fahad Gilani, Vidya Vrat Agarwal, Jon Reid, Ranga Raghuram, James Huddleston, …
R1,135 R931 Discovery Miles 9 310 Save R204 (18%) Ships in 10 - 15 working days

Assuming only basic knowledge of C# 2008, Beginning C# 2008 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.

A comprehensive tutorial on both SQL Server 2005 and ADO.NET 3.0, Beginning C# 2008 Databases explains and demonstrates how to create database objects and program against them in both TSQL and C#. Full of practical, detailed examples, it's been fully revised and updated for C# 2008 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.Comprehensively and concisely explains fundamental database concepts and programming techniques Rich in working examples of both TSQL and C# programs Covers all the features most database programming ever requires What you'll learn How relational databases work and how to use them How C# uses ADO.NET to access databases How to write stored procedures in TSQL and call them from C# programs How to use XML in database applications How to use LINQ to simplify C# database programming How to install SQL Server 2005 Express and Visual C# 3.0 Express and use them to teach yourself database programming by doing it Who this book is for

Beginning C# 2008 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through handson examples, how to create and use relational databases with SQL and how to access them with C#. Almost every application needs to access a database, and this book teaches all the fundamentals you needand may ever needto develop professional database applications.

Beginning VB 2005 Databases - From Novice to Professional (Paperback, 1st ed.): Jacob Hammer Pedersen, Ranga Raghuram, Jon... Beginning VB 2005 Databases - From Novice to Professional (Paperback, 1st ed.)
Jacob Hammer Pedersen, Ranga Raghuram, Jon Reid, James Huddleston, Syed Fahad Gilani, …
R1,148 R944 Discovery Miles 9 440 Save R204 (18%) Ships in 10 - 15 working days

"Beginning Visual Basic 2005 Databases" teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic.

In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in VB 2005 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 2.0 and offers you the best contemporary practice in this core programming area, so that youll find yourself using it in nearly all your .NET projects.

Beginning C# 2005 Databases - From Novice to Professional (Paperback, 1st ed.): Jacob Hammer Pedersen, Syed Fahad Gilani, Jon... Beginning C# 2005 Databases - From Novice to Professional (Paperback, 1st ed.)
Jacob Hammer Pedersen, Syed Fahad Gilani, Jon Reid, James Huddleston, Ranga Raghuram
R1,151 R947 Discovery Miles 9 470 Save R204 (18%) Ships in 10 - 15 working days

"Beginning C# 2005 Databases: From Novice to Professional" teaches you everything you need to know about relational databases, the SQL database language, and ADO.NET 2.0. Youll also get a sound start in developing console, Windows Forms, ASP.NET, and even XML database applications.

This book also teaches you database basics and how to use SQL to communicate with databases. Youll get detailed and code-practical techniques to access data in C# across a wide range of specific coding situations. Fully revised and upgraded for .NET 2.0, this book offers you the best contemporary practice in this core programming area, and youll find yourself using it in nearly all your .NET projects. This book systematically Provides step-by-step instructions on installing and configuring Visual C# and SQL Server Express editions Presents all essential SQL query and update concepts and syntax, so you dont need prior familiarity with relational databases or SQL Describes how to use ADO.NET transactions, exceptions, and events Covers ADO.NET features for handling XML, text, and binary data Explains all concepts through straightforward code examples

Pro Visual Studio .NET (Paperback, Softcover reprint of the original 1st ed.): Kunal Cheda, James Greenwood, Brian Bischof, Rob... Pro Visual Studio .NET (Paperback, Softcover reprint of the original 1st ed.)
Kunal Cheda, James Greenwood, Brian Bischof, Rob Harrop, Colt Kwong, …
R1,421 R1,151 Discovery Miles 11 510 Save R270 (19%) Ships in 10 - 15 working days

Visual Studio is the only suitable environment for professional development of .NET 1.1 and. has retained global high sales, throughout the downturn. It is just about the only choice for developers in Microsoft technology. It is a complex and feature-rich vehicle mainly for C#, VB.NET and Web development and drawing out its full potential can be a challenge for novice and professional programmers alike.This book reveals and demystifies the product to enable programmers to do their job more quickly and with fewer errors. All the authors are well known in each field of .NET development and lever their hands-on experience of making the tool work in the real world. Programmers will understand how to tweak this environment to get the very best out of it and learn by seeing practical tasks put into, and through Studio, to get the best results.

jQuery Mobile (Paperback): Jon Reid jQuery Mobile (Paperback)
Jon Reid
R399 R295 Discovery Miles 2 950 Save R104 (26%) Ships in 12 - 17 working days

Native apps have distinct advantages, but the future belongs to mobile web apps that function on a broad range of smartphones and tablets. Get started with jQuery Mobile, the touch-optimized framework for creating apps that look and behave consistently across many devices. This concise book provides HTML5, CSS3, and JavaScript code examples, screen shots, and step-by-step guidance to help you build a complete working app with jQuery Mobile.

If you're already familiar with the jQuery JavaScript library, you can use your existing skills to build cross-platform mobile web apps right now. This book shows you how.Get a high-level overview of jQuery Mobile: how it works and how to use it Learn about paging and navigation, including dialogs, Ajax content, and history Employ jQuery Mobile's extensive event system to create rich interactions Work with toolbars, buttons, lists, forms, and other UI elements Create a variety of visual designs with jQuery Mobile's sophisticated theming system Use the jQuery Mobile API for finer control over elements and interactions Put everything together and build a mobile app from start to finish

Beginning C# Databases - From Novice to Professional (Paperback, 1st ed.): Scott Allen, Syed Fahad Gilani, Jacob Hammer... Beginning C# Databases - From Novice to Professional (Paperback, 1st ed.)
Scott Allen, Syed Fahad Gilani, Jacob Hammer Pedersen, James Huddleston, Jon Reid, …
R1,291 R1,013 Discovery Miles 10 130 Save R278 (22%) Out of stock

No matter what programs you develop, there always exists a bottom line: you must know how to access and manipulate data. While data can be stored in many places, large quantities of frequently accessed data must be structured appropriately in relational databases like SQL Server. Meanwhile, data access in .NET is achieved through the ADO.NET classes - which essentially replace ActiveX Data Objects (ADO), combining ADO-style ease with the power of XML.Like an easy-to-read ADO.NET tutorial, this book will enhance your understanding of databases. The text reaches out to you, the intermediate-level C# programmer, by explaining data access with heavy reliance on C#. This book's ultimate goal: to marry its content with your existing code knowledge base.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
How To Fix (Unf*ck) A Country - 6 Things…
Roy Havemann Paperback R310 R210 Discovery Miles 2 100
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Cacharel Anais Anais L'original Eau De…
 (1)
R2,317 R992 Discovery Miles 9 920
Docking Edition Multi-Functional…
R1,099 R799 Discovery Miles 7 990
Carbon City Zero - A Collaborative Board…
Rami Niemi Game R656 Discovery Miles 6 560
Wonder Plant Food Stix - Premium Plant…
R49 R41 Discovery Miles 410
Prosperplast Wheaty Pot - White (128 x…
R35 Discovery Miles 350
Amphibious Soul - Finding The Wild In A…
Craig Foster Paperback R380 R255 Discovery Miles 2 550
Cricut Joy Machine
 (6)
R4,751 Discovery Miles 47 510
Microwave Egg Poacher (Yellow)
 (1)
R69 R63 Discovery Miles 630

 

Partners