Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks POO

Si vous aimez les titres POO, vous allez adorer cette sélection.
Affichage de 49 à 72 sur 970 résultats
Skip side bar filters
  • JUnit Pocket Guide

    Quick Look-up and Advice

    par Kent Beck ...
    JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it.While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, ... En savoir plus

    $8.09 CAD

  • C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development

    Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code

    par Mark J. Price ...
    Publisher\\'s Note: Microsoft stops supporting .NET Core 3.1 in December 2022. The newer 7th edition of this book is available that covers .NET 7 (end-of-life May 2024) or .NET 6 (end-of-life November 2024), with C\# 11 and EF Core 7.Key FeaturesBuild modern, cross-platform applications with .NET Core 3.0Get up to speed with C\#, and up to date with all the latest features of C\# 8.0Start creating ... En savoir plus

    $75.19 CAD ou Gratuit avec Kobo Plus

  • Pattern-Oriented Software Architecture, A System of Patterns

    Collections Livre 1 - Wiley Software Patterns Series
    Pattern-oriented software architecture is a new approach to software development. This book represents the progression and evolution of the pattern approach into a system of patterns capable of describing and documenting large-scale applications. A pattern system provides, on one level, a pool of proven solutions to many recurring design problems. On another it shows how to combine individual ... En savoir plus

    $71.99 CAD

  • SysML Distilled

    A Brief Guide to the Systems Modeling Language

    The Systems Modeling Language (SysML) extends UML with powerful systems engineering capabilities for modeling a wider spectrum of systems and capturing all aspects of a system’s design. SysML Distilled is the first clear, concise guide for everyone who wants to start creating effective SysML models.(Drawing on his pioneering experience at Lockheed Martin and NASA, Lenny Delligatti illuminates ... En savoir plus

    $37.99 CAD

  • Object-Oriented Analysis and Design with Applications

    Object-Oriented Design with Applications has long been the essential reference to object-oriented technology, which, in turn, has evolved to join the mainstream of industrial-strength software development. In this third edition--the first revision in 13 years--readers can learn to apply object-oriented methods using new paradigms such as Java, the Unified Modeling Language (UML) 2.0, and .NET.The ... En savoir plus

    $81.99 CAD

  • Learning C# 3.0

    Master the fundamentals of C# 3.0

    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 ... En savoir plus

    $28.99 CAD

  • iOS 7 Programming Fundamentals

    Objective-C, Xcode, and Cocoa Basics

    par Matt Neuburg ...
    If you want to build an app optimized for iPhone or iPad, you need a thorough understanding of the Objective-C language, the Cocoa API, and the Xcode development environment. This practical guide walks you through the fundamentals of these iOS building blocks, complete with easy-to-follow code examples. By learning how to navigate the idiosyncracies of this framework, you’ll be able to create a ... En savoir plus

    $32.99 CAD

  • Continuous Integration

    Improving Software Quality and Reducing Risk

    Collections series Addison-Wesley Signature Series
    For any software developer who has spent days in “integration hell,” cobbling together myriad software components, Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the authors show, is to integrate regularly and often using continuous integration (CI) ... En savoir plus

    $52.19 CAD

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    par Klaus Iglberger ...
    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and ... En savoir plus

    $67.99 CAD

  • Learning Scala

    Practical Functional Programming for the JVM

    par Jason Swartz ...
    Why learn Scala? You don’t need to be a data scientist or distributed computing expert to appreciate this object-oriented functional programming language. This practical book provides a comprehensive yet approachable introduction to the language, complete with syntax diagrams, examples, and exercises. You’ll start with Scala's core types and syntax before diving into higher-order functions and ... En savoir plus

    $28.99 CAD

  • iOS 9 App Development Essentials

    Learn to develop iOS 9 Apps using Xcode 7 and Swift 2

    par Neil Smyth ...
    iOS 9 App Development Essentials is latest edition of this popular book series and has now been fully updated for the iOS 9 SDK, Xcode 7 and the Swift 2 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 9 and programming in Swift is provided, followed by an in ... En savoir plus

    $13.56 CAD

  • C# 10 and .NET 6 - Modern Cross-Platform Development

    Build apps, websites, and services with ASP.NET Core 6, Blazor, and EF Core 6 using Visual Studio 2022 and Visual Studio Code, 6th Edition

    par Mark J. Price ...
    Publisher's Note: The newer 7th edition of this book covers C# 11 and EF Core 7 that can both be used with either .NET 7 or .NET 6. The 7th edition also has errata fixes and improvements suggested by readers of the 6th edition.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 10, the .NET 6 class library, and Entity Framework ... En savoir plus

    $11.99 CAD ou Gratuit avec Kobo Plus

  • Programming Windows Azure

    Programming the Microsoft Cloud

    par Sriram Krishnan ...
    Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services.Chapters in Programming Windows Azure are organized to reflect the platform's buffet of ... En savoir plus

    $35.99 CAD

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    par Stephen Cleary ...
    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in ... En savoir plus

    $47.99 CAD

  • Java Servlet Programming

    Help for Server Side Java Developers

    Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic ... En savoir plus

    $35.99 CAD

  • Java and XML

    Solutions to Real-World Problems

    Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of ... En savoir plus

    $35.99 CAD

  • Dojo: The Definitive Guide

    The Definitive Guide

    Of all the Ajax-specific frameworks that have popped up in recent years, one clearly stands out as the industrial strength solution. Dojo is not just another JavaScript toolkit -- it's the JavaScript toolkit -- and Dojo: The Definitive Guide demonstrates how to tame Dojo's extensive library of utilities so that you can build rich and responsive web applications like never before. Dojo founder Alex ... En savoir plus

    $28.99 CAD

  • Head First Programming

    A learner's guide to programming using the Python language

    Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops, functions, and objects -- which apply regardless of the programming language. This book offers concrete examples and exercises in the dynamic and versatile Python language to ... En savoir plus

    $32.79 CAD

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... En savoir plus

    $76.99 CAD

  • Programming WCF Services

    par Juval Lowy ...
    Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.After ... En savoir plus

    $32.99 CAD

  • Getting Started with Windows 8 Apps

    A Guide to the Windows Runtime

    par Ben Dewey ...
    Get a head start on building apps for Windows 8. With a series of examples, this hands-on guide takes you through the process of creating complete touch-enabled apps that respond to native sensors. Through the course of the book, you’ll learn how to work with the Windows Runtime application model while building a Bing Image Search app.If you’re an experienced .NET developer who wants to get up to ... En savoir plus

    $11.99 CAD

  • Machine Learning For Absolute Begginers A Step By Step Guide

    Algorithms For Supervised And Unsupervised Learning With Real World Applications

    Machine learning occurs primarily through the use of " algorithms" and other elaborate procedures.Whether you're a novice, intermediate or expert this book will teach you all the ins, outs and everything you need to know about machine learning.Instead of spending hundreds or even thousands of dollars on courses/materials why not read this book instead?Its a worthwhile read and the most valuable ... En savoir plus

    $5.42 CAD ou Gratuit avec Kobo Plus

  • C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals

    Start building websites and services with ASP.NET Core 7, Blazor, and EF Core 7, 7th Edition

    par Mark J. Price ...
    An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 11, the .NET 7 class libraries, and Entity Framework Core 7Create ... En savoir plus

    $43.49 CAD ou Gratuit avec Kobo Plus

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    par Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... En savoir plus

    $30.99 CAD