Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Objektorienteret programmering e-bøger

Hvis du kan lide Objektorienteret programmering e-bøger, så vil du elske disse fremragende valg.
Viser 433 - 456 af 984 resultater
Skip side bar filters
  • C# 3.0 Design Patterns

    Use the Power of C# 3.0 to Solve Real-World Problems

    af Judith Bishop ...
    If you want to speed up the development of your .NET applications, you're ready for C# design patterns -- elegant, accepted and proven ways to tackle common programming problems. This practical guide offers you a clear introduction to the classic object-oriented design patterns, and explains how to use the latest features of C# 3.0 to code them.C# Design Patterns draws on new C# 3.0 language and ... Læs mere

    193,11 kr.

  • Getting Started with Windows 8 Apps

    A Guide to the Windows Runtime

    af 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 ... Læs mere

    89,36 kr.

  • Object-Oriented Computation in C++ and Java

    A Practical Guide to Design Patterns for Object-Oriented Computing

    Serier serie Dorset House eBooks
    This is the digital version of the printed book (Copyright 2007).Virtually all business, scientific, and engineering applications are heavily reliant on numeric data items. C++ and Java offer object-oriented programmers unique flexibility and control over the computations required within such applications.However, most books on object-oriented programming gloss over such numeric data items, ... Læs mere

    120,74 kr.

  • Distributed Caching & Data Management

    Mastering Redis, Memcached, And Apache Ignite Caching

    af Rob Botwright ...
    Supercharge Your Data Systems with Distributed Caching! Unlock the full potential of your applications with "Distributed Caching & Data Management: Mastering Redis, Memcached, and Apache Ignite". This 3-in-1 guide equips you with the essential tools to optimize performance, scalability, and data management for real-time applications.What's Inside? Book 1: Mastering Redis and Memcached for Re... ... Læs mere

    44,96 kr. eller Gratis med Kobo Plus

  • How to Program with Java eBook

    af Trevor J Page ...
    This eBook is designed to teach anyone how to program with Java.  The tutorials contained within were carefully constructed with the beginner programmer in mind.  The lessons are presented step by step, and explained in plain English. It starts with the basics such as: What is a Variable? What is a Control Structure? What is a Data Structure? These are terms that, if never... ... Læs mere

    81,61 kr.

  • Bughunting

    A Four-Course Debugging Feast

    af Rob Botwright ...
    ���� Discover Bughunting: A Four-Course Debugging Feast! ����Are you ready to transform the way you tackle software defects? ����️ Dive into Bughunting, a mouthwatering series of four "courses" designed to make you a debugging master. Each book is packed with practical recipes, real-world examples, and powerful techniques to conquer even the trickiest bugs. Whether you're a junior developer or a ... Læs mere

    71,99 kr.

    FORUDBESTIL

  • C# EBOOK

    af C# ...
    Guide to learning the programming language C#.In this volume we will discuss the main methodologies and techniques of C# programming.Topics covered:✔️ History of C#✔️ Structure of the programme✔️ Types of variables✔️ Input/Output✔️ Conditional constructions (if/else/switch)✔️ Arithmetic and Boolean operations✔️ Iterative cycles (while/for)✔️ Comments✔️ Vectors/Arrays✔️ Matrixes ... Læs mere

    44,56 kr. eller Gratis med Kobo Plus

  • Clojure Cookbook

    Recipes for Functional Programming

    With more than 150 detailed recipes, this cookbook shows experienced Clojure developers how to solve a variety of programming tasks with this JVM language. The solutions cover everything from building dynamic websites and working with databases to network communication, cloud computing, and advanced testing strategies. And more than 60 of the world’s best Clojurians contributed recipes.Each recipe ... Læs mere

    233,49 kr.

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    af 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 ... Læs mere

    233,49 kr.

  • Head First Object-Oriented Analysis and Design

    A Brain Friendly Guide to OOA&D

    "Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner."Ivar Jacobson, Ivar Jacobson Consulting"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great ... Læs mere

    389,24 kr.

  • Modern Systems Programming with Scala Native

    Write Lean, High-Performance Code without the JVM

    Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, ... Læs mere

    259,49 kr.

  • Python in Depth

    A Multipurpose Coder and Programmer's Guide

    af Nathan Venture, D ...
    Step Into the Future of Coding with Python: Your Comprehensive Guide AwaitsDive into the vibrant universe of Python and emerge as a skilled coder and programmer equipped with the knowledge to tackle any challenge the digital world throws your way. Python in Depth: A Multipurpose Coder and Programmer's Guide is not just another programming book; it's a beacon guiding you through the ever-evolving ... Læs mere

    39,55 kr. eller Gratis med Kobo Plus

  • Crystal Programming

    A project-based introduction to building efficient, safe, and readable web and CLI applications

    The ultimate guide to Crystal programming covering all its fundamental concepts such as OOP and concurrent programming to help you write readable and safe code and build fast applicationsKey FeaturesThe book uses an example-based approach for a better demonstration of the underlying conceptsDevelop a thorough appreciation of the roles of the macro API and annotationsLeverage supportive tools – ... Læs mere

    323,99 kr. eller Gratis med Kobo Plus

  • Deciphering Object-Oriented Programming with C++ [WARNING: NOT FOR USE IN OTHER MATERIAL/SEE CONTRACT]

    A practical, in-depth guide to implementing object-oriented design principles to create robust code

    Embrace object-oriented programming and explore language complexities, design patterns, and smart programming techniques using this hands-on guide with C++ 20 compliant examplesKey FeaturesApply object-oriented design concepts in C++ using direct language features and refined programming techniquesDiscover sophisticated programming solutions with nuances to become an efficient programmerExplore ... Læs mere

    289,11 kr. eller Gratis med Kobo Plus

  • Unity Essentials: Your First Steps in Game Development

    Unity Game Development Series

    Serier serie Unity Game Development Series
    "Unity Essentials: Your First Steps in Game Development" is a comprehensive guide designed for aspiring game developers and enthusiasts looking to make their mark in the world of video game creation. This book serves as an essential introduction to Unity, one of the most popular and versatile game development platforms in the industry.Starting with the basics, this guide walks you through the ... Læs mere

    63,35 kr. eller Gratis med Kobo Plus

  • Mastering Flutter and Dart: Elegant Code for Cross-Platform Success

    "Mastering Flutter and Dart: Elegant Code for Cross-Platform Success" is the definitive guide for developers looking to enhance their skills in building visually stunning and functionally robust applications that run seamlessly across multiple platforms. Written by experts in the field, this book delves deep into the nuances of Flutter and Dart, offering readers a comprehensive understanding of ... Læs mere

    63,35 kr. eller Gratis med Kobo Plus

  • Vulkan Fundamentals: A Beginner's Guide

    Vulcan Fundamentals

    Serier serie Vulcan Fundamentals
    "Vulkan Fundamentals: A Beginner's Guide" is your gateway to the exciting world of graphics programming and 3D rendering. Designed for newcomers to the Vulkan API, this comprehensive book takes you on a journey from the basics to the advanced concepts, equipping you with the skills needed to create stunning visual experiences and dive into game development.Discover the inner workings of Vulkan, a ... Læs mere

    95,05 kr. eller Gratis med Kobo Plus

  • Advanced Object-Oriented Programming: Build Scalable, Maintainable, and Robust Code

    af Marcus Vale ...
    Are you stuck writing code that works today but becomes a nightmare to maintain tomorrow? Do you understand classes and inheritance but struggle to design systems that stay flexible as requirements change?Advanced Object-Oriented Programming bridges the gap between knowing syntax and mastering software architecture. This book is your roadmap from intermediate developer to software architect.What ... Læs mere

    31,64 kr. eller Gratis med Kobo Plus

  • Newbies coding html&css

    Think coding is just for geniuses? Think again. "HTML and CSS for Newbies" breaks down the two most essential languages of the web into simple step-by-step lessons. Go from zero to your first webpage in one weekend. No jargon no confusion just the skills you need to build the websites you've always imagined. ... Læs mere

    50,73 kr. eller Gratis med Kobo Plus

  • iOS 12 App Development Essentials

    Learn to Develop iOS 12 Apps with Xcode 10 and Swift 4

    af Neil Smyth ...
    iOS 12 App Development Essentials, the latest edition of this popular book series, has now been fully updated for the iOS 12 SDK, Xcode 10 and the Swift 4 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 12 and programming in Swift 4 is provided, followed by an ... Læs mere

    293,26 kr. eller Gratis med Kobo Plus

  • Programming in D

    af Ali Çehreli ...
    The main aim of this book is to teach D to readers who are new to computer programming. Although having experience in other programming languages is certainly helpful, this book starts from the basics.D is a multi-paradigm system programming language that combines a wide range of powerful programming concepts from the lowest to the highest levels. It has C-like syntax and static typing. It ... Læs mere

    57,01 kr.

  • Object-Oriented JavaScript - Second Edition

    You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice ... Læs mere

    309,36 kr. eller Gratis med Kobo Plus

  • Groovy for Domain-Specific Languages, Second Edition

    Extend and enhance your Java applications with domain-specific scripting in Groovy

    af Fergal Dearle ...
    Extend and enhance your Java applications with domain-specific scripting in GroovyKey FeaturesBook DescriptionThe times when developing on the JVM meant you were a Java programmer have long passed. The JVM is now firmly established as a polyglot development environment with many projects opting for alternative development languages to Java such as Groovy, Scala, Clojure, and JRuby. In this ... Læs mere

    341,99 kr. eller Gratis med Kobo Plus

  • 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

    af 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 ... Læs mere

    542,24 kr. eller Gratis med Kobo Plus