Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Windows 8 MVVM Patterns Revealed: covers both C# and JavaScript (repost)

    Posted By: interes
    Windows 8 MVVM Patterns Revealed: covers both C# and JavaScript (repost)

    Windows 8 MVVM Patterns Revealed: covers both C# and JavaScript (Expert's Voice in Windows 8) by Ashish Ghoda
    English | ISBN: 1430249080 | 2013 | PDF + EPUB | 172 pages | 3,4 + 1 MB

    The Model-View-View-Model (MVVM) pattern is held in high regard by many developers as an excellent way of creating sophisticated modern applications. It's clear seperation of presentation and business logic produces a clean implementation that promotes speed, scalability and code reuse in applications with a complex UI.

    These strengths have found it favor with WPF and Silverlight developers. It is now increasingly being employed for Windows 8 apps, a purpose to which it is ideally suited as this book will show.

    In this brief, information-rich, guide we will show you how MVVM works with both XAML (C#) and HTML5 (JavaScript) flavors of Windows 8. Beginning with a brief recap of MVVM concepts under .NET - to provide a common frame of reference - we will then delve into the details of how MVVM can best be implemented in Metro-style apps for Windows 8 and show a working application framework in each case.
    What you’ll learn
    How the MVVM pattern can bring elegance, power, speed and reusability to your Windows 8 apps.
    That MVVM implementations under Windows 8 differ from MVVM implementations under .NET.
    Produce fully working Metro-style applications using XAML and HTML5
    How you can use the popular KnockoutJS Framework to speed the development of your HTML5 Metro apps.
    Essential tips, tricks and cautions that will allow you to bring your existing .NET skills to bear quickly in the Windows 8 world.
    Who this book is for

    This is a fast-paced guide for developers comfortable with both .NET programming and the fundamentals of Windows 8 development.
    Table of Contents
    Setting up Windows 8 Application Project
    Implementing the View
    Implementing the Model
    Implementing the ViewModel
    HTML5, JavaScript, and Windows 8 Applications
    View, Model and ViewModel Structures in HTML5 and JavaScript