0
Your cart

Your cart is empty

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

Showing 1 - 11 of 11 matches in All Departments

Learning Visual Basic .NET (Paperback): Jesse Liberty Learning Visual Basic .NET (Paperback)
Jesse Liberty
R831 R602 Discovery Miles 6 020 Save R229 (28%) 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,073 R756 Discovery Miles 7 560 Save R317 (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
R571 Discovery Miles 5 710 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,208 Discovery Miles 12 080 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
R963 R698 Discovery Miles 6 980 Save R265 (28%) 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.

Migrating to Windows Phone (Paperback, 1st ed.): Jesse Liberty, Jeff Blankenburg Migrating to Windows Phone (Paperback, 1st ed.)
Jesse Liberty, Jeff Blankenburg
R1,193 R961 Discovery Miles 9 610 Save R232 (19%) 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

Learning C# 3.0 (Paperback, 3rd Revised edition): Jesse Liberty Learning C# 3.0 (Paperback, 3rd Revised edition)
Jesse Liberty
R973 R708 Discovery Miles 7 080 Save R265 (27%) 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,332 Discovery Miles 13 320 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.

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
R792 R714 Discovery Miles 7 140 Save R78 (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

Programming .NET 3.5 (Paperback): Jesse Liberty Programming .NET 3.5 (Paperback)
Jesse Liberty; Contributions by Alex Horovitz
R1,071 R754 Discovery Miles 7 540 Save R317 (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
R965 R691 Discovery Miles 6 910 Save R274 (28%) 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...
Acqua Di Parma Acqua Di Parma Magnolia…
R4,261 R3,441 Discovery Miles 34 410
An Evening With Silk Sonic
Bruno Mars, Anderson .Paak, … CD  (2)
R286 Discovery Miles 2 860
PU Auto Pop-Up Card Holder
R199 R159 Discovery Miles 1 590
Surfacing - On Being Black And Feminist…
Desiree Lewis, Gabeba Baderoon Paperback R395 R309 Discovery Miles 3 090
Ravensburger Marvel Jigsaw Puzzles…
R299 R250 Discovery Miles 2 500
Folding Table (Black) (1.8m)
 (1)
R1,299 R699 Discovery Miles 6 990
Konix Naruto Gamepad for Nintendo Switch…
R699 R599 Discovery Miles 5 990
Bostik Clear on Blister Card (25ml)
R38 Discovery Miles 380
Loot
Nadine Gordimer Paperback  (2)
R383 R310 Discovery Miles 3 100
Pet Mall Pet Bed Rectangle Fur 100cm X…
R2,950 Discovery Miles 29 500

 

Partners