0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (6)
  • R1,000 - R2,500 (9)
  • -
Status
Brand

Showing 1 - 15 of 15 matches in All Departments

Learning Visual Basic .NET (Paperback): Jesse Liberty Learning Visual Basic .NET (Paperback)
Jesse Liberty
R865 R641 Discovery Miles 6 410 Save R224 (26%) Ships in 12 - 17 working days

Learning Visual Basic .NET is a complete introduction to VB.NET and object-oriented programming. By using hundreds of examples, this book demonstrates how to develop various kinds of applications--including those that work with databases--and web services. Learning Visual Basic .NET will help you build a solid foundation in .NET.

Learning ASP.NET 2.0 with AJAX (Paperback): Jesse Liberty Learning ASP.NET 2.0 with AJAX (Paperback)
Jesse Liberty; Contributions by Dan Hurwitz, Brian MacDonald
R1,117 R784 Discovery Miles 7 840 Save R333 (30%) Out of stock

With this book, web developers can build engaging and interactive sites and applications using Microsoft's latest web development tools - ASP.NET 2.0 and the new ASP.NET AJAX framework. You learn to create applications that have all the great tricks you see on popular commercial web sites, such as order forms and the ability to interact with a database. And you can build pages that display information interactively without a page refresh. This straightforward tutorial explains how. "Learning ASP.NET 2.0 with AJAX" helps you master the concepts and techniques of Microsoft's tools with plenty of annotated examples, review quizzes, web construction exercises and chapter summaries, so you can practice new skills and test your understanding as you go.With it, you'll learn to: Master the fundamental skills of ASP.NET 2.0 to build professional quality web applications; Integrate new Ajax tools and CSS with ASP.NET 2.0 for flashier and more interactive sites; build applications with minimal coding using Visual Studio or its free counterpart, Visual Web Developer; connect your site with a database so that users can retrieve, interact and save data; debug your application, deal with unexpected problems, and protect your site from malicious users; use the community-maintained ASP. NET AJAX Control Toolkit to extend the controls that come with ASP.NET AJAX; and use personalization tools to give your site a customized look for each user.Ideal for beginning web developers, or those who are new to ASP.NET, this book gets you involved with your own learning through hands-on lessons that are clear and to the point. You get the chance to try out new techniques on the spot. Want to join the world of modern web development? This book will get you started.

Windows 8 XAML Primer - Your essential guide to Windows 8 development (Paperback, 1st ed.): Jesse Liberty Windows 8 XAML Primer - Your essential guide to Windows 8 development (Paperback, 1st ed.)
Jesse Liberty
R606 Discovery Miles 6 060 Ships in 10 - 15 working days

Windows 8 XAML Primer is a fast-paced introduction to XAML for Windows 8 developers who are already proficient C# coders. It introduces you specifically to the world of XAML development for Windows 8 apps in a practical, hands-on way - so you'll be building apps from the very first pages. Building on your existing C# knowledge, you're introduced to XAML from the ground up - what it is, what it does, and why it's important in Windows 8 development. You'll quickly learn how to use XAML efficiently within Visual Studio. You'll find practical coding quickstarts to get your XAML hands-on knowledge up to speed, so you'll be ready to progress to your more advanced Windows 8 programming projects with ease. If you're confident in your .NET coding abilities but the jump to XAML and C# in Windows 8 is giving you pause, then Windows 8 XAML Primer will have you coding Windows 8 projects in its first pages, and you'll be ready to start your own apps by the time you're finished. What you'll learn * How to code Windows 8 apps with XAML and C# with your own hands. * Confidence in using XAML within Visual Studio 2012 efficiently. * How to databind to both data sources and other elements.* About the many presentation controls and panels that XAML provides for you, what they do and how to use them to best effect. * How inbuilt resources such as styles, templates and dictionaries can make your code more fluid, terse, and efficient. * How to develop storyboards using the Visual State Manager to create and control XAML animations within your user interface. Who this book is for This book is for new Windows 8 developers who have experience with C# and now want a firm foundation in XAML as they transition to the new world of Windows 8 app development. Table of Contents * Building your first XAML layouts * Data Binding to data and elements * Panels for presenting information * Controls for interacting with users * Using Resources to speed your development * Creating Animations and Managing Visual State

Programming Reactive Extensions and LINQ (Paperback, 1st ed.): Jesse Liberty, Paul Betts Programming Reactive Extensions and LINQ (Paperback, 1st ed.)
Jesse Liberty, Paul Betts
R1,280 Discovery Miles 12 800 Ships in 10 - 15 working days

Pro Reactive Extensions and LINQis a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls. Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it's sometimes referred to as LINQ for Events. Reactive programming hinges on the concept of the observable collection, as opposed to the simple enumerable collection with which we're all familiar. For example, to extract data from a collection and add it to a list box, you would traditionally iterate through the list box, extracting each object in turn. This approach works fine, but it requires significant knowledgeabout the data you're working with, which can be limiting. In Rx programming, you're instead informed about each object in turn and then free to react to each notification however you like, which affords much greater flexibility. What you'll learn How to create, debug and manage reactive extensions in many situations The observer pattern and how it can be applied to your projects How to avoid spaghetti code by using Rx to manage your asynchronous methods How to use SelectMany to explore the heart of the Reactive Extensions How to come to grips with the reactiveuser interface framework for building both small and large applications Who this book is for

This book will be most beneficial to existing .NET developers with a grounding in WPF, Silverlight and C#, who want to take their skills further using the powerful reactive programming approach. Table of Contents

Welcome to LINQ and RX Core LINQ Core Rx Practical Rx Inside Rx and LINQ LINQ to SQL Rx and Javascript Reactive UI: Rx and MVVM Testing Rx

Learning C# 2005 2e (Paperback, 2nd Revised edition): Jesse Liberty Learning C# 2005 2e (Paperback, 2nd Revised edition)
Jesse Liberty; Contributions by Brian MacDonald
R1,003 R740 Discovery Miles 7 400 Save R263 (26%) Ships in 12 - 17 working days

If you're a novice programmer and you want to learn C#, there aren't many books that will guide you. Most C# books are written for experienced C++ and Java programmers. That's why Jesse Liberty, author of the best-selling books "Programming C#" and "Programming ASP.NET," has written an entry-level guide to C#.

Written in a warm and friendly manner, "Learning C#" assumes no prior programming experience, and provides a thorough introduction to Microsoft's premier .NET language. The book helps you build a solid foundation in .NET, and shows you how to apply your skills through the use of dozens of tested examples. You'll learn about the syntax and structure of the C# language, including operators, classes and interfaces, structs, arrays, and strings.

Better yet, this updated edition of "Learning C#" has been completely revised to include the latest additions to the C# language plus a variety of learning aids to help lock-in new knowledge and skills. Here's what's new: Extensive revisions to the text and examples to reflect C# 2005 and .NET 2.0 changes An introduction to Visual Studio 2005, the most popular tool for building Windows and web applications More than 200 questions and fully debugged programming exercises with solutions A greater emphasis on event handling New coverage of generics, generic collections, partial classes, anonymous methods and more.

By the time you've finished "Learning C#," you'll be ready to move on to a more advanced programming guide that will help you create large-scale web and Windows applications.

Whether you have a little object-oriented programming experience or you are new to programming altogether, "Learning C#" will set you firmly onyour way to mastering the essentials of the C# language.

Programming ASP.NET 3.5 4e (Paperback, 4th Revised edition): Jesse Liberty Programming ASP.NET 3.5 4e (Paperback, 4th Revised edition)
Jesse Liberty; Contributions by Dan Maharry, Dan Hurwitz
R825 R764 Discovery Miles 7 640 Save R61 (7%) Out of stock

With "Programming ASP.NET 3.5", you'll quickly learn to create state-of-the-art applications using Microsoft's popular web development technology and Visual Studio 2008. This updated bestseller provides comprehensive and easy-to-understand information to help you use several .NET 3.5 technologies for faster development and better web application performance - including ASP.NET AJAX for interactive user interfaces, LINQ for data access, and Windows Communication Foundation (WCF) for web services."Programming ASP.NET 3.5" includes examples and sample code that let you explore development with ASP.NET in more depth. With this book, you will: learn about AJAX and ASP.NET server controls included with Visual Studio 2008; discover how to use the DataSource and data-bound controls in ADO.NET; use the new LINQ API and learn how to make use of it within ASP.N ET pages; create a uniform look and feel throughout your application with Master Pages; use navigation controls to build site maps, menus, and breadcrumbs quickly and easily; build and use various web services with WCF; detect errors during development and handle them in your production code; and, learn how to configure and deploy your website. Written by Microsoft technology experts Jesse Liberty, Dan Hurwitz, and Dan Maharry, "Programming ASP.NET 3.5" is the best book for learning how to build dynamic, interactive web applications using Microsoft's latest technologies.

Migrating to Windows Phone (Paperback, 1st ed.): Jesse Liberty, Jeff Blankenburg Migrating to Windows Phone (Paperback, 1st ed.)
Jesse Liberty, Jeff Blankenburg
R1,287 R1,017 Discovery Miles 10 170 Save R270 (21%) Ships in 10 - 15 working days

This book offers everything you'll need to upgrade your existing programming knowledge and begin to develop applications for the Windows Phone. It focuses on the 75 percent of the material that you will need 95 percent of the time. We're not going to teach you object-oriented programming (OOP) all over again, but we are going to take the time to point out how .NET and C# differ in their execution of the standard OOP concepts from other languages' implementations in order to make your migration as smooth and stress-free as possible. Migrating to Windows Phone will lead you through a tour of the key features of developing for Microsoft's devices. We'll consider everything from data handling to accelerometers, from mapping to WCF. We'll also walk you through monetizing your application through Microsoft's online Windows Phone store.What you'll learn * To get your phone, IDE and other tools set up in an efficient manner * The controls that are available to you in Windows Phone programming and how they can be applied * To apply concepts of a non-trivial demo application to your own application context * To point out the key elements of both the phone and the Visual Studio IDE * The principles of push and pull data and data-binding * To work with the features that make the Windows Phone unique (Bing Maps, WCF, Silverlight) * To monetize your applications through advertising, the Windows Phone Marketplace, and other channels Who this book is for This book is for anyone seeking to develop applications for the Windows Phone. No prior Silverlight or C# knowledge is required, although an understanding of programming in general, and object-oriented programming in particular, is assumed. Notes are used liberally to highlight features and concepts that might be confusing to programmers unfamiliar with .NET and C#.Table of Contents * Get Set Up: Getting all the tools * Get to Work: Building a non-trivial application * Get Control: Exploring the Windows Phone 7 controls * Get the Data: Working with data-bound applications * Get a Life: The Windows Phone 7 life cycle * Get Moving: Enhancing your applications with Animation * Get a Job: Interacting with the Phone, camera, GPS, etc. * Get Pushy: Push notifications * Get Online: Connecting to and browsing the web * Get Lost: GPS, location services and maps * Get Money: The Marketplace and monetizing your application

Visual C# 2005 - A Developer's Notebook (Paperback, 2005 ed.): Jesse Liberty Visual C# 2005 - A Developer's Notebook (Paperback, 2005 ed.)
Jesse Liberty
R310 R269 Discovery Miles 2 690 Save R41 (13%) Out of stock

In the three years since Microsoft made C-sharp available, there have been lots of tweaks to the language. That's because C-sharp is not only essential for making .NET work, it's a big way for Microsoft to attract millions of Java, C and C++ developers to the platform. And C-sharp has definitely made some inroads. Because of its popularity among developers, the language received standardization from ECMA International, making it possible to port C-sharp applications to other platforms. To bolster its appeal, C-sharp 2.0 has undergone some key changes as part of Visual Studio 2005 that will make development with .NET quicker and easier. The updated IDE is not due for official release until summer, but the C-sharp 2.0 beta is available for those who want to take it for a spin and get up to speed. That's precisely what Visual C-sharp 2005: A Developer's Notebook allows you to do. There are some great new features in C-sharp and this unique "all lab, no lecture" guide covers them all with 50 hands-on projects. Each project explores a new feature, with emphasis on changes that increase productivity, simplify programming tasks, and add functionality to applications. C-sharp's component-based design combines the productivity of Microsoft's popular Visual Basic with the raw power of C++ for web-based applications. Many reviewers note a similarity between C-sharp and Java - in fact, a new feature that took the Java development team five years to incorporate into Java is now available in C-sharp 2.0. Called "generics", this feature enables developers to reuse and customize their existing code, so they can dramatically cut down the time it takes to develop new applications. Visual C-sharp 2005: A Developer's Notebook is full of no-nonsense code without the usual page-filling commentary. You'll find suggestions for further experimentation, links to on-line documentation, plus practical notes and warnings. The book also tells developers how to acquire, install and configure Visual Studio .NET 2005. Are you a coder to the core? Learn what C-sharp 2.0 can do for you now.

Learning C# 3.0 (Paperback, 3rd Revised edition): Jesse Liberty Learning C# 3.0 (Paperback, 3rd Revised edition)
Jesse Liberty
R1,013 R750 Discovery Miles 7 500 Save R263 (26%) Ships in 12 - 17 working days

If you're new to C#, this popular book is the ideal way to get started. Completely revised for the latest version of the language, Learning C# 3.0 starts with the fundamentals and takes you through intermediate and advanced C# features -- including generics, interfaces, delegates, lambda expressions, and LINQ. You'll also learn how to build Windows applications and handle data with C#. No previous programming experience is required -- in fact, if you've never written a line of code in your life, bestselling authors Jesse Liberty and Brian MacDonald will show you how it's done. Each chapter offers a self-contained lesson to help you master key concepts, with plenty of annotated examples, illustrations, and a concise summary. With this book, you will: Learn how to program as you learn C# Grasp the principles of object-oriented programming through C# Discover how to use the latest features in C# 3.0 and the .NET 3.5 Framework--including LINQ and the Windows Presentation Foundation (WPF) Create Windows applications and data-driven applications

You'll also find a unique Test Your Knowledge section in each chapter, with practical exercises and review quizzes, so you can practice new skills and test your understanding. If you're ready to dive into C# and .NET programming, this book is a great way to quickly get up to speed.

Git for Programmers - Master Git for effective implementation of version control for your programming projects (Paperback):... Git for Programmers - Master Git for effective implementation of version control for your programming projects (Paperback)
Jesse Liberty; Foreword by Jon Galloway
R1,411 Discovery Miles 14 110 Ships in 10 - 15 working days

Learn to track, branch, merge, and manage code revisions for real-world development scenarios Key Features Master Git and maintain your projects better through version control Get to grips with Git's typical workflows, advanced functions, and their implementations Learn the key Git commands to better manage your repository Book DescriptionWhether you're looking for a book to deepen your understanding of Git or a refresher, this book is the ultimate guide to Git. Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. As you progress through the chapters, you'll gain expertise (and confidence) on Git with lots of practical use cases. After a quick refresher on git history and installation, you'll dive straight into the creation and cloning of your repository. You'll explore Git places, branching, and GUIs to get familiar with the fundamentals. Then you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log, as well as explore important Git commands for managing your repository. The troubleshooting part of this Git book will include detailed instructions on how to bisect, blame, and several other problem handling techniques that will complete your newly acquired Git arsenal. By the end of this book, you'll be using Git with confidence. Saving, sharing, managing files as well as undoing mistakes and basically rewriting history will be a breeze. What you will learn Create remote and local repositories and learn how to clone them Understand the difference between local and remote repositories Use, manage, and merge branches back into the main branch Utilize tools to manage merge conflicts Manage commits on your local machine through interactive rebasing Use the log to gain control over all the data in your repository Use bisect, blame, and other tools to undo Git mistakes Who this book is forIf you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you. Knowing the fundamentals of Git will help you get the most out of this book, but beginners willing to invest some extra effort will be able to follow along as well.

Programming C# 3.0 5e (Paperback, 5th Revised edition): Jesse Liberty Programming C# 3.0 5e (Paperback, 5th Revised edition)
Jesse Liberty
R590 R554 Discovery Miles 5 540 Save R36 (6%) Out of stock

This thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsoft's popular C# language (C# 3.0) and the new .NET 3.5 platform for developing Windows and web applications. Now in its fifth edition, our bestselling "Programming C# 3.0" teaches the essentials of the C# and the .NET Framework Class Libraries, and explains how to use these tools to create applications for Windows, as well as for the Web. This book not only teaches the basics of programming with C# 3.0, but doubles as a reference.It includes new chapters to teach you how to use new LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasks. It explains how to create Windows applications using .NET and the Windows Presentation Foundation (WPF) for both Vista and legacy operating systems. It teaches you how to create web applications with ASP.NET 2.0 and ASP.NET AJAX, and how to consume web services with Windows Communication Foundation (WCF). This new edition of "Programming C# 3.0" is for working programmers who want to develop proficiency in Microsoft's hottest and most important language. No prior .N ET experience is required for you to get started, as long as you understand the basics of object-oriented programming with languages such as C++ or Java. There's no time like the present to work with C# - and no book like this one to teach you the intricacies.

C++ in 24 Hours, Sams Teach Yourself (Paperback, 6th edition): Rogers Cadenhead, Jesse Liberty C++ in 24 Hours, Sams Teach Yourself (Paperback, 6th edition)
Rogers Cadenhead, Jesse Liberty
R824 R741 Discovery Miles 7 410 Save R83 (10%) Ships in 9 - 15 working days

Sams Teach Yourself C++ in 24 Hours is a hands-on guide to the C++ programming language. Readers are provided with short, practical examples that illustrate key concepts, syntax, and techniques. Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you've created, to what's new in C++14. Step-by-step instructions carefully walk you through the most common C++ programming tasks Quizzes and exercises at the end of each chapter help you test yourself to make sure you're ready to go on Learn how to... Install and use a C++ compiler for Windows, Mac OS X, or Linux Build object-oriented programs in C++ Master core C++ concepts such as functions and classes Add rich functionality with templates and lambda expressions Debug your programs for flawless code Learn exception and error-handling techniques Put to use the new features in C++14, the latest version of the language Create and use templates Control program flow with loops Store information in arrays and strings Declare and use pointers Use operator overloading Extend classes with inheritance Use polymorphism and derived classes Employ object-oriented analysis and design

Learning ASP.NET 3.5 (Paperback, 2nd Revised edition): Jesse Liberty, Dan Hurwitz, Brian MacDonald Learning ASP.NET 3.5 (Paperback, 2nd Revised edition)
Jesse Liberty, Dan Hurwitz, Brian MacDonald
R1,125 R792 Discovery Miles 7 920 Save R333 (30%) Out of stock

The book has complete, up-to-date coverage of ASP.NET 3.5, Microsoft's newest release of the world's most popular web development technology; AJAX is taught as an integrated facet of ASP.NET from the very start. With this book, you will learn how to create engaging and interactive web applications using the latest version of the world's most popular web development platform: ASP.NET with AJAX, built on the productivity-enhancing features of Visual Studio 2008. All you need to get started is a basic knowledge of HTML and a desire to produce professional quality websites. "Learning ASP.NET 3.5" introduces new skills in each new chapter and offers fully annotated and fully functional examples that you can put to work immediately. Each chapter adds detailed summaries, practice questions to ensure comprehension, and exercises so you can apply what you've learned to new situations.Written by the bestselling author team of Jesse Liberty, Dan Hurwitz, and Brian MacDonald, "Learning ASP.NET 3.5" offers complete, up-to-date coverage of ASP.NET 3.5 and AJAX. The book includes chapters that are designed as a series of tutorials on different aspects of web development; and examples in each chapter that illustrate how a new concept works. Different chapters feature either a single running example with several stages, or a series of smaller examples. A single large example in the final chapter offers information that uses everything the reader has learned. It includes VB, JavaScript, and SQL Cheat Sheet sidebars to help readers with no little or no background with those topics. AJAX-style is fully integrated into ASP.NET programming - the way it should be taught and used. If you want to get up to speed with the world's most popular web development technology, "Learning ASP.NET 3.5" is the best resource for the job.

Programming .NET 3.5 (Paperback): Jesse Liberty Programming .NET 3.5 (Paperback)
Jesse Liberty; Contributions by Alex Horovitz
R1,115 R782 Discovery Miles 7 820 Save R333 (30%) Out of stock

.NET 3.5 will help you create better Windows applications, build Web Services that are more powerful, implement new Workflow projects and dramatically enhance the user's experience. But it does so with what appears to be a collection of disparate technologies. In Programming .NET 3.5, bestselling author Jesse Liberty and industry expert Alex Horovitz uncover the common threads that unite the .NET 3.5 technologies, so you can benefit from the best practices and architectural patterns baked into this newest generation of Microsoft frameworks. While single-topic .NET 3.5 books delve into Windows Presentation Foundation and the other frameworks in greater detail, Programming .NET 3.5 offers a Grand Tour of the release that describes how the four principal technologies can be used together, with Ajax, to build modern n-tier and service-oriented applications. Developers have struggled to implement these patterns with previous versions of the .NET Framework, but this hands-on guide uses real-world examples and fully annotated source code to demonstrate how .NET 3.5 can make it easy. The concepts and technologies that this book covers include: XAML -- Microsoft's new XML-based markup language for UI, used with WPF Windows Presentation Foundation (WPF) -- a new presentation framework and graphics subsystem for Windows that puts Vista-like effect in your grasp Ajax Windows Communication Foundation (WCF) - a new standards-based framework that enables applications to communicate across a network using a variety of protocols Workflow Foundation (WF) -- framework for defining, executing, and managing workflows CardSpace -- framework for managing the identities of your users You'll learn how to use each of the four frameworks alone and in concert to build a series of meaningful example applications. Examples are written in C#, and all of the source code will be available for download at both the O'Reilly and the authors' site, which offers access to a free support forum. Between them, authors Jesse Liberty and Alex Horovitz have nearly forty years of experience in delivering commercial applications for companies such as Citibank, Apple, AT&T, NeXt, PBS, Ziff Davis, and dozens of smaller organizations. Their combined experience is valuable for telling the story of .NET 3.5 and how it will shorten the development life cycle for applications developers, and enhance your productivity.

Programming Visual Basic 2005 (Paperback, 2005 ed.): Jesse Liberty Programming Visual Basic 2005 (Paperback, 2005 ed.)
Jesse Liberty
R500 R469 Discovery Miles 4 690 Save R31 (6%) Out of stock

This newest programming guide by bestselling author Jesse Liberty isn't your typical Visual Basic book. It's not a primer on the language, and it won't dull your brain with arguments hyping .NET either. Its goal, rather, is to make you immediately productive, creating Windows and Web applications using Visual Basic 2005 and Visual Studio 2005.

Written for VB6 and novice programmers, the book shows how Visual Basic 2005 can be used to rapidly build modern Windows and web applications.

What makes this book different is what's "not" included. There's no introduction to Visual Basic, no explanation of how it fits into the .NET world. Why waste time reading about something you'll learn for yourself as soon as you start creating applications? You won't even write a "Hello World" program. With Programming Visual Basic 2005 you'll get started building something meaningful, right away.

The book is divided into three parts--Building Windows Applications, Building Web Applications, and Programming with Visual Basic--each of which could be a book on its own. The author shares his thorough understanding of the subject matter through lucid explanations and intelligently designed lessons that guide you to increasing levels of expertise. By the time you've finished the book, you'll know how to program both Windows and web applications with VB 2005.

The support for this book extends beyond its covers. Jesse offers a FAQ, Errata, complete source code and a link to a free private support discussion center on his web site: LibertyAssociates.com - just click on books.

Jesse Liberty, Microsoft .NET MVP, is the best-selling author of O'Reilly Media's "Programming ASP.NET"and over a dozen other books on web and object-oriented programming. Jesse is a frequent contributor to many industry publications and websites, and has spoken at numerous industry events. He is a former Distinguished Software Engineer at AT&T and Vice President for technology development at CitiBank.

Jesse Liberty's books have successfully guided thousands of programmers into the world of .NET programming, and "Programming Visual Basic 2005" is no exception.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Cadac Burger Press
R263 Discovery Miles 2 630
Moon Bag [Black]
R57 Discovery Miles 570
Bullsh!t - 50 Fibs That Made South…
Jonathan Ancer Paperback  (1)
R270 R180 Discovery Miles 1 800
Medalist Mini American Football (Green)
R122 Discovery Miles 1 220
Professor Snape Wizard Wand - In…
 (8)
R832 Discovery Miles 8 320
Dare To Believe - Why I Could Not Stay…
Mmusi Maimane Paperback R350 R249 Discovery Miles 2 490
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Cacharel Noa Eau De Toilette Spray…
R2,328 R1,154 Discovery Miles 11 540
Gold 3-in-1 Charging Cable
R69 Discovery Miles 690
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300

 

Partners