Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

1000 tulosta hakusanalla Mauri Rene

.NET MAUI Cross-Platform Application Development

.NET MAUI Cross-Platform Application Development

Roger Ye

PACKT PUBLISHING LIMITED
2024
nidottu
Build apps using .NET MAUI and Blazor with this comprehensive, revised guide for .NET 8. Purchase of the print or Kindle book includes a free eBook in PDF format. Key Features Handle data effectively with expanded coverage on the MVVM model and data binding Integrate platform-specific code using plugins and custom controls Migrate from Xamarin.Forms to .NET MAUI for the latest hybrid app development capabilities Book DescriptionAn evolution of Xamarin.Forms, .NET MAUI is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that’ll run on Android, iOS, macOS, and Windows from a single shared codebase. In this revised edition of .NET MAUI Cross-Platform Application Development you will be introduced to .NET 8 and get up to speed with app development in no time. The book begins by showing you how to develop a cross-platform application using .NET MAUI, including guidance for migrating from Xamarin.Forms. You’ll gain all the knowledge needed to create a cross-platform application for Android, iOS, macOS, and Windows following an example project step by step. As you advance, you’ll integrate the latest frontend technology into your app using Blazor components, including the new Blazor Bindings feature. After this, you’ll learn how to test and deploy your apps. With new coverage on creating mock .NET MAUI components, you can develop unit tests for your application. You will additionally learn how to perform Razor component testing using bUnit. By the end of this book, you’ll have learned how to develop your own cross-platform applications using .NET MAUI.What you will learn Develop high-performance apps with logical user interfaces Improve the maintainability of apps using the MVVM design pattern Understand the progression from Xamarin.Forms and how to migrate to .NET Delve into templated components and Razor class libraries for crafting Blazor UI elements Publish your creations to major app stores with guidance on preparation and processes Extend your testing repertoire with bUnit for Razor components for reliable unit testing Who this book is forThis book is for mobile developers interested in cross-platform application development with working experience of the .NET Core framework, as well as junior engineers who’ve just begun their career in mobile app development. Native app developers (desktop) or Xamarin developers who want to migrate to .NET MAUI will also benefit from this book. Basic knowledge of modern object-oriented programming languages, such as C#, Java or Kotlin, is assumed.
.NET MAUI Cookbook

.NET MAUI Cookbook

Alexander Russkov

PACKT PUBLISHING LIMITED
2024
nidottu
Build robust cross-platform apps with practical recipes covering UI best practices and performance optimization to authentication, offline data synchronization, and AI integration Key Features Follow step-by-step recipes with best practices for a performant UI and structured business logic Perform essential modern tasks like integration with Web API, Google OAuth, SignalR, and AI Check out additional sections for deep understanding, common pitfalls, and GitHub examples Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionThink about how much time you usually spend building an app in a technology you're still mastering—grasping new concepts, navigating roadblocks, and even rewriting entire modules as you learn. This book saves you that time, helping you create a modern .NET MAUI application like a pro. The chapters address a wide range of tasks and concepts essential for real-world apps, including UI best practices and advanced tips, MVVM, dependency injection, performance, and memory profiling. Since real-world applications often go beyond frontend development, this book also explores integration with backend services for authentication, data processing, synchronization, and real-time updates. Additionally, you’ll learn to implement multiple AI integration strategies, all without any prior machine learning experience. Mastery comes with practice, so the book is organized with step-by-step recipes, each tackling a specific task. Each recipe includes detailed explanations to help you apply what you're learning to your own unique projects. By the end of this book, you'll have developed the skills to build high-performance, interactive cross-platform applications with .NET MAUI, saving valuable time on your future projects.What you will learn Discover effective techniques for creating robust, adaptive layouts Leverage MVVM, DI, cached repository, and unit of work patterns Integrate authentication with a self-hosted service and Google OAuth Incorporate session management and role-based data access Tackle real-time updates, chunked file uploads, and offline data mode Explore AI integration strategies, from local device to cloud models Master techniques to fortify your app with platform-specific APIs Identify and eliminate performance and memory issues Who this book is forThis book is for intermediate developers familiar with .NET MAUI basics, and is perfect for those looking to deepen their understanding and refine their skills for creating cross-platform applications and delivering top-quality applications. The book offers advanced techniques and practical examples for handling real-world development challenges effectively.
.NET MAUI for C# Developers

.NET MAUI for C# Developers

Jesse Liberty; Rodrigo Juarez; Maddy Montaquila (Leger)

PACKT PUBLISHING LIMITED
2023
nidottu
A practical guide to mastering C# and .NET MAUI to build native cross-platform apps with a single codebasePurchase of the print or Kindle book includes a free PDF eBookKey FeaturesExtend your skills to build cross-platform native apps for iOS, Android, Windows, and MacLearn by working on a real-world projectGo beyond MAUI and integrate with the .NET ecosystemBook DescriptionWhile UI plays a pivotal role in retaining users in a highly competitive landscape, maintaining the same UI can be tricky if you use different languages for different platforms, leading to mismatches and un-synced pages. In this book, you'll see how .NET MAUI allows you to create a real-world application that will run natively on different platforms. By building on your C# experience, you'll further learn to create beautiful and engaging UI using XAML, architect a solid app, and discover best practices for this Microsoft platform. The book starts with the fundamentals and quickly moves on to intermediate and advanced topics on laying out your pages, navigating between them, and adding controls to gather and display data. You'll explore the key architectural pattern of Model-View-ViewModel: and ways to leverage it. You'll also use xUnit and NSubstitute to create robust and reliable code.By the end of this book, you'll be well-equipped to leverage .NET MAUI and create an API for your app to interact with a web frontend to the backend data using C#.What you will learnExplore the fundamentals of creating .NET MAUI apps with Visual StudioUnderstand XAML as the key tool for building your user interfaceObtain and display data using layout and controlsDiscover the MVVM pattern to create robust appsAcquire the skills for storing and retrieving persistent dataUse unit testing to ensure your app is solid and reliableWho this book is forLearning .NET MAUI is targeted squarely at C# programmers, whether or not they have experience with cross-platform or mobile applications, who wish to learn Microsoft's premier platform for building iOS, Android, Windows and Mac apps using a single C#-based solution.
.NET MAUI Projects

.NET MAUI Projects

Michael Cummings; Daniel Hindrikes; Johan Karlsson; Samantha Houts

PACKT PUBLISHING LIMITED
2024
nidottu
Harness the powerful features of .NET MAUI, the evolution of Xamarin.Forms, to create multi-platform app projects using location services, the weather API, machine learning, and much more Key Features Leverage .NET MAUI through real-world projects, from weather apps to real-time multiplayer games with SignalR and Azure Functions Explore the essential features of .NET MAUI such as Shell, CollectionView, and CarouselView Go beyond the basics with advanced topics like machine learning using TensorFlow and ML.NET Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionThis third edition of .NET MAUI Projects explores the features of .NET MAUI, a lightweight multi-platform development toolkit for building apps with a rich user interface. Updated to cover the latest features of .NET MAUI, including CollectionView and Shell, this book delves into concepts such as machine learning and cloud services. Starting with an overview of .NET Core and how it works, this book shares tips for choosing the right development environment for planning multi-platform apps. You'll then build your first .NET MAUI app and advance to learning how to use Shell to implement app architecture. Progressing in complexity, the projects guide you through creating apps, ranging from a location tracker and weather map to machine learning and multiplayer games. Further, the book will take you through modern mobile development frameworks such as SQLite, .NET Core, and ML.NET, empowering you to customize your apps for Windows, macOS, Android, and iOS platforms for native-like performance. Engaging examples are woven throughout the book so you can grasp essential concepts by writing code rather than extensive theory. By the end of this book, you'll be ready to develop your own native apps using .NET MAUI and associated technologies such as .NET Core, Visual Studio 2022, and C#.What you will learn Set up .NET MAUI to build native apps for multiple platforms using its single project capabilities Understand the core aspects of developing a mobile app, such as layout, UX, and rendering Use custom handlers for platform-specific access Discover how to create custom layouts for your apps with .NET MAUI Shell Implement serverless services in your .NET MAUI apps using Azure SignalR Create a .NET MAUI Blazor application leveraging the power of web technologies Build and train machine learning models using ML.NET and Azure Cognitive Services Who this book is forThis book is for C# and .NET developers who want to learn .NET MAUI and get started with native .NET Core mobile application development from the ground up. Working knowledge of Visual Studio and C# will help you to get the most out of this book.
Exhibiting Maori

Exhibiting Maori

Conal McCarthy

Berg Publishers
2007
nidottu
This richly illustrated book presents a comprehensive assessment of the display of Maori culture from the nineteenth century to today. In doing so, Exhibiting Maori traces the long journey from curio to specimen, artefact, art and taonga (treasure). Drawing on extensive and groundbreaking research, Exhibiting Maori reveals for the first time the remarkable story of Maori resistance to, involvement in, and eventual capture of the display of their culture.Ranging across museums, world fairs, fine art and tourism, Exhibiting Maori fuses museum studies, anthropology, and visual and material culture to uncover a history of active Maori engagement with the colonial culture of display.
Favourite Maori Legends

Favourite Maori Legends

Reed A. W.

Oratia Books
2013
nidottu
Māori myths and legends have an important role in transmitting and regenerating traditional knowledge. Yet as Ross Calman points out in his introduction to this new edition, they are also simply great yarns reflective of a time when telling and listening to stories was a key leisure activity in Māori society. "Favourite Māori Legends" is an invitation to enjoy over 30 of the most memorable legends, grouped into themes of the spirit world, patupaiarehe (ghosts), taniwha, supernatural creatures, heroes and deeds of daring.Concise yet complete, these gripping stories are enlivened by the timeless illustrations of Roger Hart."
Spink Maury Catalogue de Timbres de France 2017
The Spink Maury Catalogue has traditionally provided the highest level of detail for the stamps and covers of France and the French colonies, with thousands of top quality illustrations and prices updated every year. It was acquired by Spink in 2015, and the editors have since endeavoured to make this the premium reference work of its kind.
Spink Maury Catalogue de Timbres de France 2020
The Spink Maury Catalogue has traditionally provided the highest level of detail for the stamps and covers of France and the French colonies, with thousands of top quality illustrations and prices updated every year. It was acquired by Spink in 2015, and the editors have since endeavoured to make this the premium reference work of its kind. The catalogue includes stamps on cover, tete-beche issues, blocks, reprints, military mail, specimens, telegraphs, officials, parcel post, booklets, essays, proofs, airmails, precancels, postage dues, imperforate issues, balloon mail, occupation issues, telephone stamps, siege mail and war stamps, and is the authoritative work for any collector of French stamps, or anyone interested in the fascinating area of philately. The 2020 edition showcases a wealth of new pages and is an absolute must for collectors of French stamps.
Spink Maury Catalogue de Timbres de France 2022-2023
This new edition of the SPINK MAURY catalogue, heir to the prestigious Maury, Ceres and Dallay catalogues, continues its research work into stamps from 1849 to 1960, and varieties after 1960. It includes hundreds of changes, new varieties and discoveries, all beautifully presented, with unrivalled levels of detail for each stamp. The monographic studies are continued, each stamp presented on its own page for all known varieties. France has some of the most beautiful stamps in the world, and the Spink Maury catalogue is aims to present these comprehensively to an international audience. 'Layout and coverage are sumptuous ... The trite phrase "mine of information" does not begin to do justice to this immense achievement. To any collector of France beyond the elementary stage, this would be a bargain at twice the official retail price ... Highly recommended ... an absolute must for collectors of French stamps…' - Michael Round, Journal of the France - Colonies Philatelic Society
Mauricio Macri, El Elegido: El Hombre Que Llevara a la Argentina a la Gloria

Mauricio Macri, El Elegido: El Hombre Que Llevara a la Argentina a la Gloria

Marianela Garcet

Createspace Independent Publishing Platform
2017
nidottu
Una mirada diferente para un tema que podr a ser meramente pol tico. Un darnos cuenta de pronto, que la pol tica realmente abarca todo, pues puede cambiarnos la vida por completo. Luego de 12 a os de gobierno Kirchnerista, llega un cambio muy esperado para una inmensa mayor a de los argentinos. Alguien ha tocado el alma de la gente de todos los estratos sociales. La autora, abocada siempre a temas espirituales, metaf sicos y hol sticos, ha sentido la necesidad de apoyar a este candidato en particular, por creer en l y en todo su equipo de colaboradores, y en este libro muestra desde una ptica espiritual y numerol gica, los motivos por los cuales piensa que puede ser el comienzo de una nueva etapa positiva y feliz para un pa s que desde su advenimiento a la democracia, ha sufrido los embates de pol ticas err neas, populistas y en esta ltima etapa, muy corruptas .Mauricio Macri, El Elegido, es efectivamente el Hombre Gris, profetizado por Benjam n n Solari Parravicini.
Illustrated Maori Dictionary

Illustrated Maori Dictionary

A.W. Reed

Oratia Media
2022
nidottu
This is a true classic: a Māori to English dictionary by the great A.W. Reed with two fine illustrations per page by Roger Hart. First published in 1965, the book used macronised vowels years before these became standard. This facsimile edition updates the text to give a more contemporary context to the headwords, meanings and derivations, but the retro feel remains.
Le Mari de la Danseuse

Le Mari de la Danseuse

Ernest Feydeau

Hachette Livre - BNF
2013
pokkari
Le Mari de la danseuse, par Ernest FeydeauDate de l'edition originale: 1863Ce livre est la reproduction fidele d une uvre publiee avant 1920 et fait partie d une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d un partenariat avec la Bibliotheque nationale de France, offrant l opportunite d acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.Les uvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.En entreprenant de redonner vie a ces ouvrages au travers d une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.Nous avons cherche a concilier la reproduction fidele d un livre ancien a partir de sa version numerisee avec le souci d un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.Pour plus d informations, rendez-vous sur www.hachettebnf.fr
Le Mari de la Reine, 1542-1546. Tome 1

Le Mari de la Reine, 1542-1546. Tome 1

Guerin-E

Hachette Livre - BNF
2013
pokkari
Le Mari de la reine, 1542-1546, par E.-L. Guerin, .... Tome 1Date de l'edition originale: 1835Ce livre est la reproduction fidele d'une oeuvre publiee avant 1920 et fait partie d'une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d'un partenariat avec la Bibliotheque nationale de France, offrant l'opportunite d'acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.Les oeuvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.En entreprenant de redonner vie a ces ouvrages au travers d'une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.Nous avons cherche a concilier la reproduction fidele d'un livre ancien a partir de sa version numerisee avec le souci d'un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.Pour plus d'informations, rendez-vous sur www.hachettebnf.fr
Le Mari de la Reine, 1542-1546. Tome 2

Le Mari de la Reine, 1542-1546. Tome 2

Guerin-E

Hachette Livre - BNF
2013
pokkari
Le Mari de la reine, 1542-1546, par E.-L. Guerin, .... Tome 2Date de l'edition originale: 1835Ce livre est la reproduction fidele d'une oeuvre publiee avant 1920 et fait partie d'une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d'un partenariat avec la Bibliotheque nationale de France, offrant l'opportunite d'acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.Les oeuvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.En entreprenant de redonner vie a ces ouvrages au travers d'une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.Nous avons cherche a concilier la reproduction fidele d'un livre ancien a partir de sa version numerisee avec le souci d'un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.Pour plus d'informations, rendez-vous sur www.hachettebnf.fr
Le Mari de Charlotte (Éd.1875)

Le Mari de Charlotte (Éd.1875)

Hector Malot

Hachette Livre - BNF
2013
pokkari
Le Mari de Charlotte, par Hector MalotDate de l'edition originale: 1875Ce livre est la reproduction fidele d'une oeuvre publiee avant 1920 et fait partie d'une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d'un partenariat avec la Bibliotheque nationale de France, offrant l'opportunite d'acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.Les oeuvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.En entreprenant de redonner vie a ces ouvrages au travers d'une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.Nous avons cherche a concilier la reproduction fidele d'un livre ancien a partir de sa version numerisee avec le souci d'un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.Pour plus d'informations, rendez-vous sur www.hachettebnf.fr
Le Mari de Charlotte (Éd.1873)

Le Mari de Charlotte (Éd.1873)

Hector Malot

Hachette Livre - BNF
2013
pokkari
Le Mari de Charlotte, par Hector MalotDate de l'edition originale: 1873Ce livre est la reproduction fidele d'une oeuvre publiee avant 1920 et fait partie d'une collection de livres reimprimes a la demande editee par Hachette Livre, dans le cadre d'un partenariat avec la Bibliotheque nationale de France, offrant l'opportunite d'acceder a des ouvrages anciens et souvent rares issus des fonds patrimoniaux de la BnF.Les oeuvres faisant partie de cette collection ont ete numerisees par la BnF et sont presentes sur Gallica, sa bibliotheque numerique.En entreprenant de redonner vie a ces ouvrages au travers d'une collection de livres reimprimes a la demande, nous leur donnons la possibilite de rencontrer un public elargi et participons a la transmission de connaissances et de savoirs parfois difficilement accessibles.Nous avons cherche a concilier la reproduction fidele d'un livre ancien a partir de sa version numerisee avec le souci d'un confort de lecture optimal. Nous esperons que les ouvrages de cette nouvelle collection vous apporteront entiere satisfaction.Pour plus d'informations, rendez-vous sur www.hachettebnf.fr