Narrow your search

Library

Odisee (5)

Thomas More Kempen (5)

Thomas More Mechelen (5)

UCLL (5)

VIVES (5)

KU Leuven (4)

ULB (4)

ULiège (4)

KBC (1)

LUCA School of Arts (1)


Resource type

book (5)


Language

English (5)


Year
From To Submit

2021 (1)

2014 (1)

2012 (1)

2011 (2)

Listing 1 - 5 of 5
Sort by

Book
Windows 8 XAML Primer : Your essential guide to Windows 8 development
Author:
ISBN: 1430249110 1430249129 Year: 2012 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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.

Keywords

Application software -- Development. --- Document markup languages. --- Microsoft Windows (Computer file). --- Application software --- Document markup languages --- XML (Document markup language) --- Engineering & Applied Sciences --- Computer Science --- Development --- Information Technology --- Computer Science (Hardware & Networks) --- General and Others --- User interfaces (Computer systems) --- Microsoft .NET Framework. --- Development. --- Microsoft Windows (Computer file) --- Development of application software --- Interfaces, User (Computer systems) --- Windows (Computer file) --- Chicago (Computer file) --- Microsoft Windows 95 --- Windows 95 --- Microsoft Windows CE --- Windows CE --- Pegasus (Computer file) --- Windows for workgroups --- Microsoft Windows for workgroups --- Windows 98 --- Microsoft Windows 98 --- Windows 2000 professional --- Windows 2000 --- Microsoft Windows 2000 --- Microsoft Windows Me millennium edition --- Windows Me --- Microsoft Windows XP (Computer file) --- Windows XP --- Microsoft Windows Vista --- Windows Vista --- Microsoft Windows 7 --- Windows 7 --- Windows 8 --- Windows 10 --- Computer science. --- Computer Science. --- Computer Science, general. --- Informatics --- Science --- Human-machine systems --- Human-computer interaction --- Microsoft software. --- Software engineering. --- Microsoft and .NET. --- Software Engineering/Programming and Operating Systems. --- Computer software engineering --- Engineering --- Computer software


Book
Programming Reactive Extensions and LINQ
Authors: ---
ISBN: 1430237473 1430237481 9786613570239 1280392312 Year: 2011 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Pro Reactive Extensions and LINQ is 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 knowledge about 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. This book shows you how reactive programming can be applied to a range of situations—from WPF applications to Windows Phone apps—to improve coding efficiency and boost performance.


Book
Migrating to Windows Phone
Authors: ---
ISBN: 143023816X 1430238178 9786613570314 1280392398 Year: 2011 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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.


Book
Git for Programmers
Authors: ---
ISBN: 1801075735 Year: 2021 Publisher: Packt Publishing

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn to track, branch, merge, and manage code revisions for real-world development scenariosKey Features:Master Git and understand the significance of version controlGet to grips with Git's typical workflows, advanced functions, and their implementationsUnderstand important Git commands to manage your repositoryBook Description:Git is the most popular version control system in the world. It allows developers to keep up with frequent code changes in a project, ensures there are no code conflicts between the developers, and reverts to an older version of code when required.Git for Programmers comprehensively equips you with actionable insights on advanced Git concepts in an engaging and straightforward way. This book will help you gain expertise on Git with many practical use cases as you progress through the chapters.The book begins with a quick history of Git and instructions on how to get it and install it, after which you'll dive into the creation and cloning of your repository. As you progress through the book, you'll explore Git places, branching, and GUIs.Once you understand the fundamentals, you'll learn how to handle merge conflicts, rebase, amend, interactive rebase, and use the log. You'll also explore important Git commands for managing your repository. Finally, the book concludes with coverage of bisect, blame, and several other problem handling techniques.By the end of this book, you'll be able to use Git with confidence; saving, sharing, and managing files as well as undoing mistakes and rewriting history.What You Will Learn:Create and clone repositoriesUnderstand the difference between local and remote repositoriesUse, manage, and merge branches back into the main branchUtilize tools to manage merge conflictsManage commits on your local machine through interactive rebasingUse the log to gain control over all the data in your repositoryUse bisect, blame, and other tools to undo Git mistakesWho this book is for:If you have basic understanding of Git and want to strengthen your command over advanced techniques and navigate different functions, this book is for you.

Keywords

Mathematics


Book
Pro Windows 8.1 Development with XAML and C#
Authors: --- ---
ISBN: 1430240482 1430240474 1322131805 Year: 2014 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Windows 8.1 apps are revolutionizing development on the Windows platform. Fast, fluid, tactile and chrome-free, they provide a brand-new look and feel for Windows users. These apps rely on Microsoft's Windows 8 modern UI to provide their rich and engaging user experiences for both desktop and tablet users. The new UI in turn relies upon the Windows Runtime (WinRT) to give its apps unparalleled flexibility and power. Understanding this stack of new technologies and how they tie in to the proven C# language and the XAML standard is the subject of this book. Experienced writers Jesse Liberty, Phil Japikse, and Jon Galloway explain how you can get the most from Windows 8.1 by focusing on the features that you need for your project and bringing your existing C# coding knowledge to bear. They begin with a nuts-and-bolts examination of how the technologies fit together and show you everything you need to get up and running with the new platform. Once you have a good understanding on the basics, you progress to more advanced topics steadily increasing your understanding as a whole. This holistic knowledge is essential to truly master Windows 8.1 development. Each topic is covered clearly and concisely and is packed with the details you need to code effectively. The most important features are given a no-nonsense, in-depth treatment and chapters contain examples that demonstrate both the power and the subtlety of Windows 8.1.

Listing 1 - 5 of 5
Sort by