Narrow your search

Library

KBC (27)

Odisee (25)

Thomas More Kempen (25)

Thomas More Mechelen (25)

UCLL (25)

ULiège (25)

VIVES (25)

KU Leuven (23)

UGent (23)

ULB (23)

More...

Resource type

book (35)


Language

English (35)


Year
From To Submit

2021 (35)

Listing 1 - 10 of 35 << page
of 4
>>
Sort by

Book
Test Data Classes for ABAP.
Author:
ISBN: 9781493222179 Year: 2021 Publisher: Boston : Rheinwerk Publishing Inc.,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Essential Java for AP CompSci : from programming to computer science
Author:
ISBN: 1484261836 1484261828 Year: 2021 Publisher: [Place of publication not identified] : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Java challenges : 100+ proven tasks that will prepare you for anything
Author:
ISBN: 1484273958 148427394X Year: 2021 Publisher: New York, New York : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings, arrays, data structures, recursion, and date and time. The APIs and other material included in this book are Java 17 compatible. Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by multiple exercises of varying degrees of difficulty, helping you to improve your programming skills effectively. Detailed sample solutions, including the algorithms used for all tasks, are included to maximize your understanding of each area. Author Michael Inden also describes alternative solutions and analyzes possible pitfalls and typical errors. Three appendices round out the book: one covering JShell, which is often helpful for trying out the code snippets and examples in the book, followed by an introduction to JUnit 5 for unit testing and verifying solutions, while the final appendix explains O-notation for estimating performance. After reading this book, you'll be prepared to take the next step in your career or tackle your next personal project. All source code is freely available for download via the Apress website. What You Will Learn Improve your Java knowledge by solving enjoyable but challenging programming puzzles Solve mathematical problems, recursions, strings, arrays and more Manage data processing and data structures like lists, sets, maps Handle advanced recursion as well as binary trees, sorting and searching Gamify key fundamentals for fun and easier reinforcement Who This Book Is For Professional software developers, makers, as well as computer science teachers and students. At least some prior experience with Java programming is recommended.


Book
2021 28th Asia-Pacific Software Engineering Conference (APSEC)
Author:
ISBN: 1665437847 1665437855 Year: 2021 Publisher: Piscataway, NJ : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Beginning C# and .Net
Authors: ---
ISBN: 1119795834 1119795826 Year: 2021 Publisher: Indianapolis, Indiana : John Wiley and Sons,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Object-oriented design choices
Author:
ISBN: 1003013481 1000338126 1003013481 1000338088 Year: 2021 Publisher: Boca Raton, Florida ; London ; New York : CRC Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Do modern programming languages, IDEs, and libraries make coding easy? Maybe, but coding is not design. Large-scale or expensive apps clearly require evaluation of design choices. Still, software design directly impacts code reuse and longevity even for small-scale apps with limited overhead. This text evaluates and contrasts common object-oriented designs. A given problem may have many solutions. A developer may employ different design techniques - composition, inheritance, dependency injection, delegation, etc. - to solve a particular problem. A skilled developer can determine the costs and benefits of different design responses, even amid competing concerns. A responsible developer documents design choices as a contract with the client, delineating external and internal responsibilities. To promote effective software design, this book examines contractual, object-oriented designs for immediate and sustained use as well as code reuse. The intent of identifying design variants is to recognize and manage conflicting goals such as short versus long-term utility, stability versus flexibility, and storage versus computation. Many examples are given to evaluate and contrast different solutions and to compare C# and C++ effects. No one has a crystal ball; however, deliberate design promotes software longevity. With the prominence of legacy OO code, a clear understanding of different object-oriented designs is essential. Design questions abound. Is code reuse better with inheritance or composition? Should composition rely on complete encapsulation? Design choices impact flexibility, efficiency, stability, longevity, and reuse, yet compilers do not enforce design and syntax does not necessarily illustrate design. Through deliberate design, or redesign when refactoring, developers construct sustainable, efficient code.


Book
Swift 5.3 cookbook : over 60 proven recipes for developing better IOS applications with Swift 5. 3
Authors: ---
ISBN: 1839210621 Year: 2021 Publisher: Birmingham ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Swift 5.3 is a powerful and accessible programming language that offers a variety of features to build robust mobile, desktop, and server-side applications and machine learning models. This book will help you gain a solid understanding of Swift programming using focused recipes for building Swift apps efficiently.


Book
OCP Oracle certified professional Java SE 11 developer complete practice tests : exam 1Z0-819 and upgrade exam 1Z0-817
Authors: ---
ISBN: 1119696178 1119696194 1119696143 Year: 2021 Publisher: Indianapolis, Indiana : Sybex,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"OCP Oracle Certified Professional Java SE 11 Developer Practice Tests: Exam 1Z0-819 and Upgrade Exam 1Z0-817 offers readers over 1000 practice questions to help them hone their skills for the challenging 1Z0-819 exam as well as the 1Z0-817 upgrade exam. Covering all the objective domains that help readers master the crucial subject areas covered by the exam, OCP Oracle Certified Professional Java SE 11 Developer Practice Tests provides domain-by-domain questions as well as additional bonus practice exams to further solidify the reader’s mastery of its subjects. This book covers topics like: *Understanding Java Technology and Environment *Working with Java Operators, Primitives, and Strings *Creating Methods and Lambda Expressions *Designing Classes, Interfaces, Enums, and Annotations *Writing Functional Interfaces and Streams *Building Modules and Migrating Applications to Modules *Applying I/O, NIO.2, JDBC, Threads, and Concurrency *Secure Coding in Java SE Application *And much more. Perfect for anyone studying for the OCP Java SE 11 Developer and Upgrade exams, as well as all those who wish to brush up on their Java programming skills, OCP Oracle Certified Professional Java SE 11 Developer Practice Tests: Exam 1Z0-819 and Upgrade Exam 1Z0-817 is an indispensable resource that has a place on the bookshelf of every Java enthusiast, professional, and student"--


Book
C# 10 and .NET 6 - Modern Cross-Platform Development - Sixth Edition
Author:
ISBN: 1801077363 Year: 2021 Publisher: Packt Publishing

Loading...
Export citation

Choose an application

Bookmark

Abstract

A comprehensive guide for beginners to learn the key concepts, real-world applications, and latest features of C# 10 and .NET 6 with hands-on exercises using Visual Studio 2022 and Visual Studio CodeKey Features:Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6Create professional websites and services with ASP.NET Core 6 and BlazorBuild cross-platform apps for Windows, macOS, Linux, iOS, and AndroidBook Description:This latest edition is extensively revised to accommodate all the latest features that come with C# 10 and .NET 6.You will learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. The book covers the .NET APIs for performing tasks like managing and querying data, monitoring and improving performance, and working with the filesystem, async streams, serialization, and encryption. It provides examples of cross-platform apps you can build and deploy, such as websites and services using ASP.NET Core.The best application for learning the C# language constructs and many of the .NET libraries does not distract with unnecessary application code. Hence, the C# and .NET topics covered in Chapters 1 to 12 feature console applications. In Chapters 13 to 17, having mastered the basics, you will build practical applications and services using ASP.NET Core, the Model-View-Controller (MVC) pattern, and Blazor.There are also two new online chapters on using .NET MAUI to build cross-platform apps and building services using a variety of technologies, including Web API, OData, gRPC, GraphQL, SignalR, and Azure Functions.What You Will Learn:Build rich web experiences using Blazor, Razor Pages, the Model-View-Controller (MVC) pattern, and other features of ASP.NET CoreBuild your own types with object-oriented programmingWrite, test, and debug functionsQuery and manipulate data using LINQIntegrate and update databases in your apps using Entity Framework Core, Microsoft SQL Server, and SQLiteBuild and consume powerful services using all the latest technologies, including gRPC and GraphQLBuild cross-platform apps using .NET MAUI and XAMLWho this book is for:This book is best for beginners to C# and .NET, or programmers who have worked with C# in the past but feel left behind by the changes in the past few years. This book doesn't expect you to have any C# or .NET experience; however, you should have a general understanding of programming. Students and professionals with a science, technology, engineering, or mathematics (STEM) background can certainly benefit from this book.


Book
Essential TypeScript 4 : from beginner to pro
Author:
ISBN: 1484270118 148427010X Year: 2021 Publisher: [Place of publication not identified] : Apress,

Listing 1 - 10 of 35 << page
of 4
>>
Sort by