Gør som tusindvis af andre bogelskere
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.Du kan altid afmelde dig igen.
Make your organization more productive and simplify your workflow by using Microsoft Power Automate for business process automationPurchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesLearn the latest in Power Automate with updated user interface visuals and new technology includedApply practical knowledge like managing user inputs, documents, approvals, and database storageCreate flows that integrate with services both inside and outside the Microsoft 365 ecosystemBook DescriptionMS Power Automate is a workflow automation tool built into MS 365 to help businesses automate repetitive tasks or trigger business processes without user intervention. It is a low-code tool that is part of the Microsoft applications framework, the Power Platform.If you are new to Power Automate, this book will give you a comprehensive introduction and a smooth transition from beginner to advanced topics to help you get up to speed with business process automation. Complete with hands-on tutorials and projects, this easy-to-follow guide will show you how to configure automation workflows for business processes between hundreds of applications, using examples within Microsoft and including third-party apps like Dropbox and Twitter. Once you understand how to use connectors, triggers, and actions to automate business processes, you'll learn how to manage user input, documents, and approvals, as well as interact with databases. This edition also introduces new Power Automate features such as using robotic process automation (RPA) to automate legacy applications, interacting with the Microsoft Graph API, and working with artificial intelligence models to do sentiment analysis.By the end of this digital transformation book, you'll have mastered the basics of using Power Automate to replace repetitive tasks with automation technology.What you will learnLearn the basic building blocks of Power Automate capabilitiesExplore connectors in Power Automate to automate email workflowsDiscover how to make a flow for copying files between cloud servicesConfigure Power Automate Desktop flows for your business needsBuild on examples to create complex database and approval flowsConnect common business applications like Outlook, Forms, and TeamsLearn the introductory concepts for robotic process automationDiscover how to use AI sentiment analysisWho this book is forThis book is excellent for information workers and Power users who are looking to automate repetitive tasks for their organizations or for projects they are undertaking. To make the most of this book you should have some basic exposure to the MS 365 platform.Table of ContentsIntroducing Microsoft Power AutomateGetting Started with Power AutomateWorking with EmailCopying filesCreating Button FlowsGenerating Push NotificationsWorking with Shared FlowsWorking with ConditionsGetting Started with ApprovalsWorking with Multiple ApprovalsPosting Approvals to TeamsUsing a DatabaseWorking with Microsoft FormsAccepting User InputAutomating Azure ADIntroducing Robotic Process AutomationIntroducing AI ModelsExporting, Importing, and Distributing FlowsMonitoring and Troubleshooting Flows
Build robust, scalable web applications using ASP.NET Core 8, Angular, and Entity Framework CorePurchase of the print or Kindle book includes a free PDF eBookKey FeaturesCombine ASP.NET Core and Angular to build highly versatile web applicationsCreate a production-ready Single-Page Application (SPA) or Progressive Web Application (PWA)Adopt a full-stack approach to handle data management, API documentation, Web APIs, end-to-end testing, security, and deploymentBook DescriptionIf you want to learn how to use ASP.NET Core with Angular effectively, this hands-on guide is for you.Improve the way you create, debug, and deploy web applications while keeping up to date with the latest developments in .NET 8 and modern Angular, including .NET Minimal APIs and the new Angular standalone API defaults.You'll begin by setting up SQL Server 2022 and building a data model with Entity Framework Core. You'll progress to fetching and displaying data, handling user input with Angular reactive forms, and implementing front-end and back-end validators for maximum effect. After that, you will perform advanced debugging and explore unit testing features with xUnit for .NET, and Jasmine and Karma for Angular. You'll use Identity API endpoints in ASP.NET Core and functional route guards in Angular to add authentication and authorization to your apps. Finally, you'll learn how to deploy to Windows, Linux, and Azure.By the end of this book, you will understand how to tie together the front-end and back-end to build and deploy secure and robust web applications.What you will learnExplore the new Angular and ASP.NET Core template with Visual Studio 2022Use modern interfaces and patterns such as the HTML5 pushState API, webhooks, and UI data bindingsAdd real-time capabilities to Angular apps with SignalR and gRPCImplement authentication and authorization using JWTsPerform DBMS structured logging using providers such as SeriLogConvert a standard web application to a progressive web application (PWA)Deploy an Angular app to Azure Static Web AppsAdd GraphQL support to back-end and front-end using HotChocolate and Apollo AngularWho this book is forThis book is for developers who have some familiarity with ASP.NET Core and Angular and want to learn how to use them effectively together.Table of ContentsIntroducing ASP.NET and AngularGetting ReadyLooking AroundFront-End and Back-End InteractionsData Model with Entity Framework CoreFetching and Displaying DataForms and Data ValidationCode Tweaks and Data ServicesBack-End and Front-End DebuggingASP.NET Core and Angular Unit TestingAuthentication and AuthorizationProgressive Web AppsBeyond REST - Web API with GraphQLReal-Time Updates with SignalRWindows, Linux, and Azure Deployment
Write sophisticated C# code with this complete guide to using diverse data structures and algorithms, featuring ready-to-use code snippets, detailed explanations, and illustrationsKey Features:- Master lists, stacks, queues, dictionaries, sets, and trees, among other data structures- Delve into effective design and implementation techniques to meet your software requirements- Visualize data structures and algorithms through illustrations for a clearer understanding of their analysis- Purchase of the print or Kindle book includes a free PDF eBookBook Description:Building your own applications is exciting but challenging, especially when tackling complex problems tied to advanced data structures and algorithms. This endeavor demands profound knowledge of the programming language as well as data structures and algorithms. C# Data Structures and Algorithms, armed with critical knowledge from an entrepreneur, author, industry expert, and seasoned developer with significant international experience, offers just that to C# developers.Starting with an introduction to algorithms, this book gradually immerses you in the world of arrays, lists, stacks, queues, dictionaries, and sets. Real-world examples, enriched with code snippets and illustrations, provide a practical understanding of these concepts. You'll also learn how to sort arrays using various algorithms, setting a solid foundation for your programming expertise. As you progress, you'll venture into more complex data structures - trees and graphs - and discover algorithms for tasks such as determining the shortest path in a graph before advancing to see various algorithms in action, such as solving Sudoku.By the end of this book, you'll be able to use the C# language to build algorithmic components that are not only easy to understand and debug but also seamlessly applicable in various apps, spanning web and mobile platforms.What You Will Learn:- Understand the fundamentals of algorithms and their classification- Store data using arrays and lists, and explore various ways to sort arrays- Build enhanced applications with stacks, queues, hashtables, dictionaries, and sets- Create efficient applications with tree-related algorithms, such as for searching in a binary search tree- Boost solution efficiency with graphs, including finding the shortest path in the graph- Implement algorithms solving Tower of Hanoi and Sudoku games, generating fractals, and even guessing the title of this bookWho this book is for:This book is for developers looking to learn data structures and algorithms in C#. While basic programming skills and C# knowledge is useful, beginners will find value in the provided code snippets, illustrations, and detailed explanations, enhancing their programming skills. Advanced developers can use this book as a valuable resource for reusable code snippets, instead of writing algorithms from scratch each time.Table of Contents- Data Types- Introduction to Algorithms- Array and Sorting- Variants of Lists- Stacks and Queues- Dictionaries and Sets- Variants of Trees- Exploring Graphs- See in Action- Conclusion
An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C# 12 and .NET 8, with hands-on exercises using Visual Studio 2022 and Visual Studio Code.Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore the latest additions to C# 12, the .NET 8 class libraries, and Entity Framework Core 8Create professional websites and services with ASP.NET Core 8 and BlazorBuild your confidence with step-by-step code examples and tips for best practicesBook DescriptionThis latest edition of the bestselling Packt series will give you a solid foundation to start building projects using modern C# and .NET with confidence.You'll learn about object-oriented programming; writing, testing, and debugging functions; and implementing interfaces. You'll take on .NET APIs for managing and querying data, working with the fi lesystem, and serialization. As you progress, you'll explore examples of cross-platform projects you can build and deploy, such as websites and services using ASP.NET Core.This latest edition integrates .NET 8 enhancements into its examples: type aliasing and primary constructors for concise and expressive code. You'll handle errors robustly through the new built-in guard clauses and explore a simplified implementation of caching in ASP.NET Core 8.If that's not enough, you'll also see how native ahead-of-time (AOT) compiler publish lets web services reduce memory use and run faster. You'll work with the seamless new HTTP editor in Visual Studio 2022 to enhance the testing and debugging process. You'll even get introduced to Blazor Full Stack with its new unified hosting model for unparalleled web development flexibility.What you will learnDiscover C# 12's new features, including aliasing any type and primary constructorsTry out the native AOT publish capability for ASP.NET Core 8 Minimal APIs web servicesBuild rich web experiences using Blazor Full Stack, Razor Pages, and other ASP.NET Core featuresIntegrate and update databases in your apps using Entity Framework Core modelsQuery and manipulate data using LINQBuild and consume powerful services using Web API and Minimal APIWho this book is forThis book is for beginners as well as intermediate-level C# and .NET programmers who have worked with C# in the past and want to catch up with the changes made in the last few years.Prior exposure to C# or .NET is not a prerequisite. A general understanding of programming will help you to work through the book more comfortably, though the content is suitable for those completely new to programming.If you already have some C# and .NET skills and want to focus on developing practical apps, you can pick up Mark's other .NET book, Apps and Services with .NET 8, instead.Table of ContentsHello, C#! Welcome, .NET!Speaking C#Controlling Flow, Converting Types, and Handling ExceptionsWriting, Debugging, and Testing FunctionsBuilding Your Own Types with Object-Oriented ProgrammingImplementing Interfaces and Inheriting ClassesPackaging and Distributing .NET TypesWorking with Common .NET TypesWorking with Files, Streams, and SerializationWorking with Data Using Entity Framework CoreQuerying and Manipulating Data Using LINQIntroducing Web Development Using ASP.NET CoreBuilding Websites Using ASP.NET Core Razor PagesBuilding and Consuming Web ServicesBuilding User Interfaces Using Blazor
"In this hands-on guidebook, Windows security expert and bug hunter Forshaw distills his knowledge and describes the system in great depth. Readers learn the core components and features of the Microsoft Windows threat-mitigation system with in-depth technical discussions and real-world examples"--
"When you have questions about C# 12 or .NET 8, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, and with its continual growth, there's always so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today."--Page [4] of cover.
Welcome to this step-by-step guide for Excel users, data analysts, and finance specialists. It is designed to take you through practical report and development scenarios, including both the approach and the technical challenges. This book will equip you with an understanding of the overall Power Platform use case for addressing common business challenges. While Power BI continues to be an excellent tool of choice in the BI space, Power Platform is the real game changer. Using an integrated architecture, a small team of citizen developers can build solutions for all kinds of business problems. For small businesses, Power Platform can be used to build bespoke CRM, Finance, and Warehouse management tools. For large businesses, it can be used to build an integration point for existing systems to simplify reporting, operation, and approval processes.The author has drawn on his15 years of hands-on analytics experience to help you pivot from the traditional Excel-based reporting environment. By using different business scenarios, this book provides you with clear reasons why a skill is important before you start to dive into the scenarios. You will use a fast prototyping approach to continue to build exciting reporting, automation, and application solutions and improve them while you acquire new skill sets. The book helps you get started quickly with Power BI. It covers data visualization, collaboration, and governance practices. You will learn about the most practical SQL challenges. And you will learn how to build applications in PowerApps and Power Automate.The book ends with an integrated solution framework that can be adapted to solve a wide range of complex business problems.What You Will LearnDevelop reporting solutions and business applicationsUnderstand the Power Platform licensing and development environmentApply Data ETL and modeling in Power BIUse Data Storytelling and dashboard design to better visualize dataCarry out data operations with SQL and SharePoint listsDevelop useful applications using Power AppsDevelop automated workflows using Power AutomateIntegrate solutions with Power BI, Power Apps, and Power Automate to build enterprise solutionsWho This Book Is ForNext-generation data specialists, including Excel-based users who want to learn Power BI and build internal apps; finance specialists who want to take a different approach to traditional accounting reports; and anyone who wants to enhance their skill set for the future job market.
Learn C# programming from scratch using Unity as a fun and accessible entry point with this updated edition of the bestselling series.Includes invitation to join the online Unity Game Development community to read the book alongside peers, Unity developers/C# programmers and Harrison Ferrone.Key FeaturesDevelop a strong foundation of programming concepts and the C# languageBecome confident with Unity fundamentals and features in line with Unity 2023Build a playable game prototype in Unity-a working first-person shooter game prototypeBook DescriptionIt's the ability to write custom C# scripts for behaviors and game mechanics that really takes Unity the extra mile. That's where this book can help you as a new programmer!Harrison Ferrone, in this seventh edition of the bestselling series will take you through the building blocks of programming and the C# language from scratch while building a fun and playable game prototype in Unity.This book will teach you the fundamentals of OOPs, basic concepts of C#, and Unity engine with lots of code samples, exercises and tips to go beyond the book with your work.You will write C# scripts for simple game mechanics, perform procedural programming, and add complexity to your games by introducing intelligent enemies and damage-dealing projectiles. You will explore the fundamentals of Unity game development, including game design, lighting basics, player movement, camera controls, collisions, and more with every passing chapter. Note: The screenshots in the book display the Unity editor in full-screen mode for a comprehensive view. Users can easily reference color versions of images by downloading them from the GitHub repository or the graphics bundle linked in the book. What you will learnUnderstanding programming fundamentals by breaking them down into their basic partsComprehensive explanations with sample codes of object-oriented programming and how it applies to C#Follow simple steps and examples to create and implement C# scripts in UnityDivide your code into pluggable building blocks using interfaces, abstract classes, and class extensionsGrasp the basics of a game design document and then move on to blocking out your level geometry, adding lighting and a simple object animationCreate basic game mechanics such as player controllers and shooting projectiles using C#Become familiar with stacks, queues, exceptions, error handling, and other core C# conceptsLearn how to handle text, XML, and JSON data to save and load your game dataWho this book is forIf you're a developer, programmer, hobbyist, or anyone who wants to get started with Unity and C# programming in a fun and engaging manner, this book is for you. You'll still be able to follow along if you don't have programming experience, but knowing the basics will help you get the most out of this book.Table of ContentsGetting to Know Your EnvironmentThe Building Blocks of ProgrammingDiving into Variables, Types, and MethodsControl Flow and Collection TypesWorking with Classes, Structs, and OOPGetting Your Hands Dirty with UnityMovement, Camera Controls, and CollisionsScripting Game MechanicsBasic AI and Enemy BehaviorRevisiting Types, Methods, and ClassesSpecialized Collection Types and LINQSaving, Loading, and Serializing DataExploring Generics, Delegates, and BeyondThe Journey Continues
A book for the aspiring .NET software architect - design scalable and high-performance enterprise solutions using the latest features of C# 12 and .NET 8Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesGet introduced to software architecture fundamentals and begin applying them in .NETExplore the main technologies used by software architects and choose the best ones for your needsMaster new developments in .NET with the help of a practical case study that looks at software architecture for a travel agencyBook DescriptionSoftware Architecture with C# 12 and .NET 8 puts high-level design theory to work in a .NET context, teaching you the key skills, technologies, and best practices required to become an effective .NET software architect.This fourth edition puts emphasis on a case study that will bring your skills to life. You'll learn how to choose between different architectures and technologies at each level of the stack. You'll take an even closer look at Blazor and explore OpenTelemetry for observability, as well as a more practical dive into preparing .NET microservices for Kubernetes integration.Divided into three parts, this book starts with the fundamentals of software architecture, covering C# best practices, software domains, design patterns, DevOps principles for CI/CD, and more. The second part focuses on the technologies, from choosing data storage in the cloud to implementing frontend microservices and working with Serverless. You'll learn about the main communication technologies used in microservices, such as REST API, gRPC, Azure Service Bus, and RabbitMQ. The final part takes you through a real-world case study where you'll create software architecture for a travel agency.By the end of this book, you will be able to transform user requirements into technical needs and deliver highly scalable enterprise software architectures.What you will learnProgram and maintain Azure DevOps and explore GitHub ProjectsManage software requirements to design functional and non-functional needsApply architectural approaches such as layered architecture and domain-driven designMake effective choices between cloud-based and data storage solutionsImplement resilient frontend microservices, worker microservices, and distributed transactionsUnderstand when to use test-driven development (TDD) and alternative approachesChoose the best option for cloud development, from IaaS to ServerlessWho this book is forThis book is for engineers and senior software developers aspiring to become architects or looking to build enterprise applications with the .NET stack.Basic familiarity with C# and .NET is required to get the most out of this software architecture book.Table of ContentsUnderstanding the Importance of Software ArchitectureNon-Functional RequirementsManaging RequirementsBest Practices in Coding C# 12Implementing Code Reusability in C# 12Design Patterns and .NET 8 ImplementationUnderstanding the Different Domains in Software SolutionsUnderstanding DevOps Principles and CI/CDTesting Your Enterprise ApplicationDeciding on the Best Cloud-Based SolutionApplying a Microservice Architecture to Your Enterprise ApplicationChoosing Your Data Storage in the cloudInteracting with Data in C# - Entity Framework CoreImplementing Microservices with .NETApplying Service-Oriented Architectures with .NETWorking with Serverless - Azure FunctionsPresenting ASP.NET Core(N.B. Please use the Look Inside option to see further chapters)
Catapult your C# journey with this guide to crafting standout resumes, mastering advanced concepts, and navigating job offers with real-world insights for unparalleled success in programming and interviewsKey FeaturesAcquire a strong foundation in syntax, data types, and object-oriented programming to code confidentlyDevelop strategies for addressing behavioral questions, tackle technical challenges, and showcase your coding skillsAugment your C# programming skills with valuable insights from industry expertsPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionIf you're gearing up for technical interviews by enhancing your programming skills and aiming for a successful career in C# programming and software development, the C# Interview Guide is your key to interview success.Designed to equip you with essential skills for excelling in technical interviews, this guide spans a broad spectrum, covering fundamental C# programming concepts to intricate technical details. As you progress, you'll develop proficiency in crafting compelling resumes, adeptly answering behavioral questions, and navigating the complexities of salary negotiations and job evaluations. What sets this book apart is its coverage, extending beyond technical know-how and incorporating real-world experiences and expert insights from industry professionals. This comprehensive approach, coupled with guidance on overcoming challenges, ranging from interview preparation to post-interview strategies, makes this guide an invaluable resource for those aspiring to advance in their C# programming careers.By the end of this guide, you'll emerge with a solid understanding of C# programming, advanced technical interview skills, and the ability to apply industry best practices.What you will learnCraft compelling resumes and cover letters for impactful job applicationsDemonstrate proficiency in fundamental C# programming concepts and syntaxMaster advanced C# topics, including LINQ, asynchronous programming, and design patternsImplement best practices for writing clean, maintainable C# codeUse popular C# development tools and frameworks, such as .NET and .NET CoreNegotiate salary, evaluate job offers, and build a strong C# portfolioApply soft skills for successful interactions in C# development rolesWho this book is forThis book is for individuals aspiring to pursue a career in C# programming or software development. Whether you are a beginner or experienced professional, this guide will enhance your technical interview skills and C# programming knowledge.Table of ContentsCrafting a Compelling Résumé and Cover Letter, Online Presence, and Interview PreparationAcing the Interview - Mastering Behavioral Questions and Interview TechniquesFundamentals of C# ProgrammingAdvanced C# ConceptsFundamentals Governing Maintainable and Efficient C# ProgrammingDeep Dive into C# Libraries and FrameworksOvercoming Challenges in C# Technical Interviews and Tips for Tackling Coding Challenges during InterviewsBuilding Soft Skills and Expanding Your NetworkNegotiating Your Salary and Evaluating Job OffersGaining Expert Insights, Following Up Effectively, and Taking ActionLaunching Your C# Career - Insights
This book is for enterprise and solution architects, systems integrators, and anyone managing enterprise-scale, multi-cloud or hybrid IT landscapes. The book examines usage of Azure Arc for governance and systems management with security as an overarching theme. It is not an implementation manual but provides high-level guidance on best practices and links to detailed guidance. It offers insight into the types of problems that Azure Arc can solve, and will help you determine whether it is the right choice for your organization.Modern enterprise computing is an astonishing luxury land filled with never-before-seen hosting options on commercial clouds as well as advancements in the areas of private cloud and edge computing. The challenge with this plethora of choices is to manage and coordinate large IT estates which may bridge multiple public clouds and private datacenters. Visibility of operations to achieve security, cost control, and efficiency is often difficult to achieve. Data management is another area which is particularly fraught with complexity and risk.Industry leaders have made serious investments in the design of control plane products to address these gaps with varying approaches and degrees of success. Azure Arc is designed to provide a consolidated view of assets such as databases and Kubernetes installations across major cloud providers, edge locations, and customer-owned datacenters. It facilitates deployment of new infrastructure, patching and upgrades, monitoring, policy, and security controls for assets living on-premises or in competitor clouds as if they were native to Azure. While competitive products exist, at this writing none have the flexibility and reach of Arc to effectively manage very large hybrid estates.Readers will appreciate the author¿s approach of walking through typical enterprise computing scenarios while listing industry- or scenario-specific challenges that are difficult to overcome, and then reinforcing understanding by restating the challenges while explaining how Azure Arc can be utilized to remediate them.What You Will LearnDiscover what Azure Arc is, the types of problems it is intended to solve, and how to map your requirements to its capabilitiesStreamline and secure large Arc-enabled Kubernetes deployments via modern GitOps practicesUse Azure Arc to consolidate management across a broad range of hybrid and multi-cloud ecosystems through policy-driven governanceApply monitoring and automation to defend systems against security threats that are beyond the ability of manual administration to deflectUncover practical guidance that is written in a way that makes basic precepts approachable to non-technical stakeholders and then branches out into areas that will offer advanced readers new insights and consolidate a broad topic into a usable directionWho This BookIs ForEnterprise and solution architects, systems integrators, and anyone else looking to solve enterprise-scale administration problems across a multi-cloud or hybrid architecture
Microsoft Defender for IoT helps organizations identify and respond to threats aimed at IoT devices, increasingly becoming targets for cyberattacks. This book discusses planning, deploying, and managing your Defender for IoT system. The book is a comprehensive guide to IoT security, addressing the challenges and best practices for securing IoT ecosystems.The book starts with an introduction and overview of IoT in Azure. It then discusses IoT architecture and gives you an overview of Microsoft Defender. You also will learn how to plan and work with Microsoft Defender for IoT, followed by deploying OT Monitoring. You will go through air-gapped OT sensor management and enterprise IoT monitoring. You also will learn how to manage and monitor your Defender for IoT systems with network alerts and data. After reading this book, you will be able to enhance your skills with a broader understanding of IoT and Microsoft Defender for IoT-integrated best practices to design, deploy, and manage a secure enterprise IoT environment using Azure.What You Will LearnUnderstand Microsoft security services for IoTGet started with Microsoft Defender for IoTPlan and design a security operations strategy for the IoT environmentDeploy security operations for the IoT environmentManage and monitor your Defender for IoT SystemWho This Book Is ForCybersecurity architects and IoT engineers
Analyze system crashes and freezes, navigate kernel and complete memory spaces, and diagnose patterns of abnormal software behavior using the WinDbg debugger.
Analyze crashes and freezes, navigate through user space and diagnose heap corruption, memory and handle leaks, CPU spikes, blocked threads, deadlocks, wait chains, and more using WinDbg debugger.
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 moreKey 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 eBookBook 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 ServicesWho 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.Table of Contents- Introduction to .NET MAUI- Building Our First .NET MAUI App- Converting a Xamarin.Forms App to .NET MAUI- Building a News App Using .NET MAUI Shell- Building a Matchmaking App with a Rich UX Using Animations- Building a Photo Gallery App Using CollectionView and CarouselView- Building a Location Tracking App Using GPS and Maps- Building a Weather App for Multiple Form Factors- Setting Up a Backend for Sticks and Squares Using Azure Services- Building a Real-Time Game- Building a Calculator Using .NET MAUI Blazor- Hot Dog or Not Hot Dog Using Machine Learning
Unlock game development mastery with Unity 2023! This book takes you from conception to publication, equipping you with the key tools and techniques you need to bring your gaming vision to life.Key FeaturesLearn the fundamentals of Unity 2023 and create your dream gameExplore the world of augmented reality (AR) to create captivating mobile gamesPropel game performance and player experience to new heights with Data-Oriented Technology Stack (DOTS) insightsBook DescriptionTake your game development skills to the next level. Dive into the world of game creation confidently by elevating your game development skills. This book is your definitive and practical guide to unlocking the full potential of Unity 2023. Every chapter is designed to empower you to customize your own game, not just replicate what's in the book. This new edition includes immersive Augmented Reality (AR) experiences and performance optimization with Data-Oriented Technology Stack (DOTS).From Scene Creation to seamless Assert Integration, dive into C# programming and Visual Scripting with step-by-step guidance for beginners. Implement dynamic gameplay elements, including movement, spawning, physics, and health systems. Delve deeper into the magic of Game AI through sensor-driven decision-making with Finite State Machines (FSMs). Elevate your visuals with materials, shaders, textures, and particle systems. Optimize performance with Profiler insights and debug your game for a polished final product. Whether you're a beginner or a seasoned pro, this book will equip you with the skills needed to bring your game ideas to life.What you will learnBuild a game that includes gameplay, player and non-player characters, assets, animations, and moreLearn C# and Visual Scripting to customize player movements, the UI, and game physicsImplement Game AI to build a fully functional enemy capable of detecting and attackingUse Universal Render Pipeline (URP) to create high-quality visuals with UnityCreate win-lose conditions using design patterns such as Singleton and Event ListenersImplement realistic and dynamic physics simulations with the new Physics SystemWho this book is forBoth game and non-game developers looking to migrate or start building 3D games in Unity will find this Unity game development book useful. While you can still follow along without prior programming experience, knowing C# fundamentals will help you make the most of this book.Table of ContentsEmbark on Your Unity JourneyCrafting Scenes and Game ElementsFrom Blueprint to Reality: Building with Terrain and ProBuilderSeamless Integration: Importing and Integrating AssetsUnleashing the Power of C# and Visual ScriptingDynamic Motion: Implementing Movement and SpawningCollisions and Health: Detecting Collisions AccuratelyVictory or Defeat: Win and Lose ConditionsStarting Your AI Journey: Building Intelligent Enemies for Your GameMaterial Alchemy: Using URP and Shader Graph for Stunning VisualsCaptivating Visual Effects: Harnessing Particle Systems and Visual Effect GraphEnlightening Worlds: Illuminating Scenes with the Universal Render PipelineImmersive Realism: Achieving Fullscreen Effects with Post-ProcessingHarmonious Soundscapes: Integrating Audio and MusicInterface Brilliance: Designing User-Friendly UINext-Gen UI: Creating Dynamic Interfaces with UI ToolkitAnimated Realities: Creating Animations with Animator, Cinemachine, and Timeline(N.B. Please use the Look Inside option to see further chapters)
One thing that makes you truly stand out as a software engineer is a good knowledge of design patterns. Knowing them makes you quicker at solving problems. It makes you much better at understanding architecture. And it significantly improves your chances of landing a good job, as it makes you better at solving problems during technical interviews.However, the biggest problem with the design patterns is that they are hard to learn. Most of them are not very intuitive. Therefore getting to understand them at the level where you can use them usually takes a long time. Many developers just give up, which prevents them from unlocking their full potential.This book aims to solve this problem. It takes a very different approach from how design patterns are normally taught. It does it by providing sufficient context first. Instead of jumping into the UML diagrams and code samples, the book provides descriptions of real-life software engineering challenges that developers can easily relate to. For each of these scenarios, appropriate design patterns are listed with a summary of how each of them can solve a given problem. Only then, when sufficient context has been provided, we jump into the code examples.The process of effective learning is not about memorization. It's about adding new associations to the existing knowledge. And this is the approach this book has taken.Because of its structure, this book can also be effectively used as a reference source. It allows you to look up an appropriate design pattern as you are facing a problem of a particular type.
Ability to automate repetitive tasks, chatgpt can help you save time and focus on what really matters. This comprehensive guide takes a beginner-friendly approach to using chatgpt effectively, and will show you how to access the Open-air API and GPT-3 Playground, train your own models, and fine-tune models for specific tasks. Not only that, but "Catgut Book for Beginners" also covers advanced features like language translation and text summarization, and provides real-world examples to help you get started.In this book, you'll learn:The fundamentals of AI language models like GPT-3 and GPT-4Techniques for designing effective prompts and optimizing model performanceHow to address ethical considerations, including bias, privacy, and transparencyReal-world applications and use cases across different industriesInterdisciplinary approaches and the future of AI and human collaborationFeaturing real-world examples, effective prompts, and practical instructions on "training" and fine-tuning your AI model, this guide empowers you to seamlessly integrate ChatGPT into various productivity tools and improve your everyday tasks. Explore in-demand jobs of the future, learn pathways to success, and adapt to the changing job landscape with the help of AI.
"Secure Coding: Protecting Windows and C Web Applications" is a comprehensive guide that focuses on the importance of secure coding practices in both Windows and web applications developed with C#. This book covers a wide range of topics including user authentication and authorization, secure communication, access control, secure configuration, and hardening in the Windows environment. It also delves into web application security basics such as web application architecture, input validation, preventing injection attacks, cross-site scripting (XSS) prevention, and session management. Additionally, the book explores secure authentication and authorization methods, secure communication and data protection techniques, secure error handling and logging, secure database access, secure file and resource handling, secure coding practices for web APIs, secure deployment and configuration, secure coding for mobile applications, and best practices for secure coding. With practical examples and real-world scenarios, this book equips developers with the knowledge and skills to build secure and robust applications.
Explore techniques, patterns, and practices to develop effective large-scale .NET web apps Key Features:Get to grips with standard guidelines for every phase of the SDLC, encompassing pre-coding, coding, and post-coding stagesBuild high-quality software by employing industry best practices throughout the development processApply proven techniques to improve your coding, debugging, and deployment processes for websitesPurchase of the print or Kindle book includes a free PDF eBookBook Description:As .NET 8 emerges as a long-term support (LTS) release designed to assist developers in migrating legacy applications to ASP.NET, this best practices book becomes your go-to guide for exploring the intricacies of ASP.NET and advancing your skills as a software engineer, full-stack developer, or web architect.This book will lead you through project structure and layout, setting up robust source control, and employing pipelines for automated project building. You'll focus on ASP.NET components and gain insights into their commonalities. As you advance, you'll cover middleware best practices, learning how to handle frontend tasks involving JavaScript, CSS, and image files. You'll examine the best approach for working with Blazor applications and familiarize yourself with controllers and Razor Pages. Additionally, you'll discover how to leverage Entity Framework Core and exception handling in your application. In the later chapters, you'll master components that enhance project organization, extensibility, security, and performance.By the end of this book, you'll have acquired a comprehensive understanding of industry-proven concepts and best practices to build real-world ASP.NET 8.0 websites confidently.What You Will Learn:Explore the common IDE tools used in the industryIdentify the best approach for organizing source control, projects, and middlewareUncover and address top web security threats, implementing effective strategies to protect your codeOptimize Entity Framework for faster query performance using best practicesAutomate software through continuous integration/continuous deploymentGain a solid understanding of the .NET Core coding fundamentals for building websitesHarness HtmlHelpers, TagHelpers, ViewComponents, and Blazor for component-based developmentWho this book is for:This book is for developers who have working knowledge of ASP.NET and want to advance in their careers by learning best practices followed in developer communities or corporate environments. Beginners can use this book as a springboard for integrating best practices into their learning journey, and as a reference to gain clarity on advanced ASP.NET topics at a later time.
Bestselling author Mark Price is back to guide you through the latest and most common technologies a .NET developer should know: Blazor Full Stack, ASP.NET Core MVC, ASP.NET Core Minimal APIs, .NET MAUI, gRPC, GraphQL, SQL Server, Cosmos DB, SignalR, Azure Functions, and more!Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesUse specialized libraries to improve all aspects of your apps, including performance, security, and localizationHarness the full potential of .NET using cloud-native data stores like Cosmos DB, and unlock scalability, performance, and resilience in your service implementationsUnleash the capabilities of Blazor Full Stack and.NET MAUI to develop stunning, truly cross-platform apps for web and mobileBook DescriptionElevate your practical C# and .NET skills to the next level with this new edition of Apps and Services with .NET 8.With chapters that put a variety of technologies into practice, including Web API, gRPC, GraphQL, and SignalR, this book will give you a broader scope of knowledge than other books that often focus on only a handful of .NET technologies. You'll dive into the new unified model for Blazor Full Stack and leverage .NET MAUI to develop mobile and desktop apps.This new edition introduces the latest enhancements, including the seamless implementation of web services with ADO.NET SqlClient's native Ahead-of-Time (AOT) support. Popular library coverage now includes Humanizer and Noda Time. There's also a brand-new chapter that delves into service architecture, caching, queuing, and robust background services.By the end of this book, you'll have a wide range of best practices and deep insights under your belt to help you build rich apps and efficient services.What you will learnFamiliarize yourself with a variety of technologies to implement services, such as gRPC and GraphQLStore and manage data locally and cloud-natively with SQL Server and Cosmos DBUse ADO.NET SqlClient to implement web services with native AOT publish supportLeverage Dapper for improved performance over EF CoreImplement popular third-party libraries such as Serilog, FluentValidation, Humanizer, and Noda TimeExplore the new unified hosting model of Blazor Full StackWho this book is forThis book is for .NET developers interested in exploring more specialized libraries and implementation fundamentals behind building services and apps.You'll need to know your way around .NET and C# quite well before you can dive in, so if you want to work your way up to this book, you can pick up Mark's other .NET book, C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals, first.Table of ContentsIntroducing Apps and Services with .NETManaging Relational Data Using SQL ServerBuilding Entity Models for SQL Server Using EF CoreManaging NoSQL Data Using Azure Cosmos DBMultitasking and ConcurrencyUsing Popular Third-Party LibrariesHandling Dates, Times, and InternationalizationBuilding and Securing Web Services Using Minimal APIsCaching, Queuing, and Resilient Background ServicesBuilding Serverless Nanoservices Using Azure FunctionsBroadcasting Real-Time Communication Using SignalRCombining Data Sources Using GraphQLBuilding Efficient Microservices Using gRPCBuilding Web User Interfaces Using ASP.NET CoreBuilding Web Components Using BlazorBuilding Mobile and Desktop Apps Using .NET MAUI
Criar aplicações empresariais em C: Um guia passo-a-passo para o desenvolvimento de aplicações empresariais é um livro abrangente que fornece uma abordagem detalhada e prática à criação de aplicações empresariais utilizando C# e .NET. Este guia passo-a-passo conduz o leitor ao longo de todo o processo de desenvolvimento de uma aplicação de linha de negócio, abrangendo tópicos essenciais como o planeamento de modelos e arquitetura de dados, a conceção de interfaces de utilizador com Windows Forms e o trabalho com bases de dados SQL Server e estruturas ORM como Entity Framework.O livro também aborda a implementação de lógica e validação empresarial, a geração de relatórios utilizando RDLC ou bibliotecas de terceiros e a implementação de aplicações baseadas na Web no IIS. Ele enfatiza a importância de proteger aplicativos comerciais com autenticação/autorização e integração com APIs da Web. Além disso, o livro abrange as melhores práticas de teste e depuração, bem como a implantação de atualizações e o gerenciamento de versões.Além disso, " Criar aplicações empresariais em C " explora a criação de funcionalidades empresariais comuns, tais como processamento de encomendas, gestão de inventário, funções de RH e contabilidade. Também fornece informações sobre a criação de aplicações empresariais robustas e seguras, abordando a escalabilidade, o desempenho, as melhores práticas de segurança, a concorrência e o tratamento de transacções. O livro conclui com uma revisão dos principais conceitos, sugestões de recursos adicionais e orientações sobre as próximas etapas na criação de aplicativos comerciais em C# e .NET.
Solid C and C++ knowledge is a must to fully understand Windows diagnostic artifacts such as memory dumps and do diagnostic, forensic, and root cause analysis beyond listing stack traces, DLL, and driver information. This full-color reference book is a part of the Accelerated C & C++ for Windows Diagnostics training course organized by Software Diagnostics Services. The text contains slides, brief notes highlighting particular points, and replicated source code fragments that are easy to copy into your favorite IDE. The book's detailed Table of Contents makes the usual Index redundant. We hope this reference is helpful for the following audiences: C and C++ developers who want to deepen their knowledgeSoftware engineers developing and maintaining products on Windows platformsTechnical support, escalation, DevSecOps, cloud and site reliability engineers dealing with complex software issuesQuality assurance engineers who test software on Windows platformsSecurity and vulnerability researchers, reverse engineers, malware and memory forensics analysts
Implement industry best practices to identify vulnerabilities and protect your data, models, environment, and applications while learning how to recover from a security breachKey Features:Learn about machine learning attacks and assess your workloads for vulnerabilitiesGain insights into securing data, infrastructure, and workloads effectivelyDiscover how to set and maintain a better security posture with the Azure Machine Learning platformPurchase of the print or Kindle book includes a free PDF eBookBook Description:With AI and machine learning (ML) models gaining popularity and integrating into more and more applications, it is more important than ever to ensure that models perform accurately and are not vulnerable to cyberattacks. However, attacks can target your data or environment as well. This book will help you identify security risks and apply the best practices to protect your assets on multiple levels, from data and models to applications and infrastructure.This book begins by introducing what some common ML attacks are, how to identify your risks, and the industry standards and responsible AI principles you need to follow to gain an understanding of what you need to protect. Next, you will learn about the best practices to secure your assets. Starting with data protection and governance and then moving on to protect your infrastructure, you will gain insights into managing access and securing your Azure ML workspace. This book introduces DevOps practices to automate your tasks securely and explains how to recover from ML attacks. Finally, you will learn how to set a security benchmark for your scenario and best practices to maintain and monitor your security posture.By the end of this book, you'll be able to implement best practices to assess and secure your ML assets throughout the Azure Machine Learning life cycle.What You Will Learn:Explore the Azure Machine Learning project life cycle and servicesAssess the vulnerability of your ML assets using the Zero Trust modelExplore essential controls to ensure data governance and compliance in AzureUnderstand different methods to secure your data, models, and infrastructure against attacksFind out how to detect and remediate past or ongoing attacksExplore methods to recover from a security breachMonitor and maintain your security posture with the right tools and best practicesWho this book is for:Machine learning book; Ai and machine learning for coders; Cybersecurity; Hand-on machine learning; Cybersecurity booksThis book is for anyone looking to learn how to assess, secure, and monitor every aspect of AI or machine learning projects running on the Microsoft Azure platform using the latest security and compliance, industry best practices, and standards. This is a must-have resource for machine learning developers and data scientists working on ML projects. IT administrators, DevOps, and security engineers required to secure and monitor Azure workloads will also benefit from this book, as the chapters cover everything from implementation to deployment, AI attack prevention, and recovery.
"C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 12.0 and .NET 8 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET 8 and the latest C# 11.0 and 12.0 additions, including generic math, new polymorphism options, enhanced pattern matching, and new features designed to improve productivity. This book helps you: Understand how .NET has changed in recent releases and learn what it means for application development; Select the appropriate C# language features for any task; Learn when to use the new features and when to stick with older ones; Examine the range of functionality in .NET's class libraries; Apply these class libraries to practical programming tasks; Explore numerous small additions to .NET that improve expressiveness"--
Learn how to use C# 11 to build apps for any platform, from the ground upC# 11 is the latest version of C#, a popular programming language for building cloud, web, and desktop applications. It is a powerful and versatile language that can create a wide range of applications, from simple command-line tools to complex enterprise systems.This book teaches you how to use C# 11, the latest version of C#, to build real-world applications. It introduces the new language features in C# 11, such as global using directives, file-scoped namespaces, and top-level statements. Then, it shows you how to use these features to write code that is more concise and expressive. Next, the book teaches you how to build various applications using C# 11, including web apps, mobile apps, desktop apps, and machine learning models. You'll learn to use ASP.NET Core, gRPC, Blazor, Angular, WPF, WinUI 3, .NET MAUI, and ML.NET. Throughout the book, you'll also learn the best practices for writing clean, efficient, and maintainable codes.By the end of the book, you will have a deep understanding of C# 11 and how to use it to build a wide range of cloud, web, and desktop applications.WHAT YOU WILL LEARN¿ Get an overview of the new language enhancements in C# 11.¿ Create simple applications from start to finish using a built-in project template step-by-step.¿ Learn related concepts, and be aware of the nuances, pitfalls, and workarounds while creating each application.¿ Reflect on the testing and deployment strategies for each application type.¿ Challenge yourself to think deeper and learn more with end-of-chapter exercises.WHO THIS BOOK IS FORThis book is for experienced C# programmers who want to learn about the latest enhancements to the language, project types, tools, technologies, and design approaches. The book assumes readers are familiar with C# and can build applications using the .NET Platform in Visual Studio.
Learn and explore the capabilities of Microsoft Fabric, the latest evolution in cloud analytics suites. This book will help you understand how users can leverage Microsoft Office equivalent experience for performing data management and advanced analytics activity. The book starts with an overview of the analytics evolution from on premises to cloud infrastructure as a service (IaaS), platform as a service (PaaS), and now software as a service (SaaS version) and provides an introduction to Microsoft Fabric. You will learn how to provision Microsoft Fabric in your tenant along with the key capabilities of SaaS analytics products and the advantage of using Fabric in the enterprise analytics platform. OneLake and Lakehouse for data engineering is discussed as well as OneLake for data science. Author Ghosh teaches you about data warehouse offerings inside Microsoft Fabric and the new data integration experience which brings Azure Data Factory and Power Query Editor of Power BI together in a single platform. Also demonstrated is Real-Time Analytics in Fabric, including capabilities such as Kusto query and database. You will understand how the new event stream feature integrates with OneLake and other computations. You also will know how to configure the real-time alert capability in a zero code manner and go through the Power BI experience in the Fabric workspace. Fabric pricing and its licensing is also covered.After reading this book, you will understand the capabilities of Microsoft Fabric and its Integration with current and upcoming Azure OpenAI capabilities.What You Will LearnBuild OneLake for all data like OneDrive for Microsoft OfficeLeverage shortcuts for cross-cloud data virtualization in Azure and AWSUnderstand upcoming OpenAI integrationDiscover new event streaming and Kusto query inside Fabric real-time analyticsUtilize seamless tooling for machine learning and data scienceWho This Book Is ForCitizen users and experts in the data engineering and data science fields, along with chief AI officers
Are you ready to take your Unity game development skills to the next level? Look no further! The "Unity Cookbook 2023, 5th Edition" is your essential guide to mastering the latest features of Unity 2023, packed with over 140 recipes to empower your game development journey.Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesExplore VR and AR development to create immersive experiences that redefine gamingCraft captivating mobile games with optimized performance and user-friendly controlsElevate gameplay with expertly composed music, dynamic sound effects, and seamless audio integrationBook DescriptionUnleash your game development potential with Unity Cookbook, 5th Edition, designed to equip you with the skills and knowledge needed to excel in Unity game development. With over 160 expertly crafted recipes empowering you to pioneer VR and AR experiences, excel in mobile game development, and become a master of audio techniques.In this latest edition, we've meticulously curated a collection of recipes that reflect the latest advancements in Unity 2023, ensuring you stay at the forefront of game development. You'll discover dedicated recipes for First/Third Person (Core) templates, create engaging mobile games, delve into Virtual and Augmented Reality, and go further with audio by exploring advanced techniques. Additionally, the book has been fully updated to incorporate the new input system and TextMeshPro, essential elements for modern game development.From exploring C# scripting to crafting stylish UIs, creating stunning visual effects, and understanding shader development through Shader Graph, every chapter is designed to take you closer to your goal of becoming a proficient Unity developer.So, whether you're aiming to develop the next hit game, enhance your portfolio, or simply have fun building games, this book will be your trusted companion on your journey to Unity proficiency.What you will learnCraft stylish user interfaces, from power bars to radars, and implement button-driven scene changes effortlesslyEnhance your games with AI controlled characters, harnessing Unity's navigation meshes, surfaces, and agentsDiscover the power of Cinemachine in Unity for intelligent camera movementsElevate games with immersive audio, including background music and dynamic sound effectsBring your games to life with captivating visual effects, from smoke and explosions to customizable particle systemsBuild your own shaders using Unity's Shader Graph toolWho this book is forIf you're a Unity developer looking for better ways to resolve common recurring problems, then this book is for you. Programmers dipping their toes into multimedia features for the first time will also find this book useful. Before you get started with this book, you'll need a solid understanding of Unity's functionality and experience with programming in C#.Table of ContentsDisplaying Data with Core UI ElementsResponding to User Events for Interactive UIsInventory and Advanced UIsPlaying and Manipulating SoundsTextures, Materials and 3D objectsCreating 3D environments with TerrainsCreating 3D geometry with ProBuilder2D Animation and PhysicsAnimated CharactersSaving and Loading DataControlling and Choosing PositionsNavigation Meshes and AgentsCameras, Lighting, and Visual EffectsShader Graphs and Video PlayersParticle Systems and Other Visual EffectsMobile Games and ApplicationsAugmented Reality (AR)(N.B. Please use the Look Inside option to see further chapters)
Unlock your creativity with this part-color guide to VR projects in Unity, crafting immersive games, refining VR experiences, and leading XR developmentKey Features:- Understand the fundamentals and build a solid foundation in XR development- Develop technical skills for building VR experiences in Unity, including assets, GameObjects, scripts, and components- Create engaging and innovative virtual reality projects using the Unity game engine- Purchase of the print or Kindle book includes a free PDF eBookBook Description:Virtual reality (VR) has emerged as one of the most transformative mediums of the 21st century, finding applications in various industries, including gaming, entertainment, and education.Enhancing Virtual Reality Experiences with Unity 2022 takes you into the fascinating realm of VR, where creativity meets cutting-edge technology to bring tangible real-world applications to life. This immersive exploration not only equips you with the essential skills needed to craft captivating VR environments using Unity's powerful game engine but also offers a deeper understanding of the philosophy behind creating truly immersive experiences.Throughout the book, you'll work with practical VR scene creation, interactive design, spatial audio, and C# programming and prepare to apply these skills to real-world projects spanning art galleries, interactive playgrounds, and beyond. To ensure your VR creations reach their full potential, the book also includes valuable tips on optimization, guaranteeing maximum immersion and impact for your VR adventures.By the end of this book, you'll have a solid understanding of VR's versatility and how you can leverage the Unity game engine to create groundbreaking projects.What You Will Learn:- Harness the power of the Unity game engine to explore VR- Understand VR and how to integrate Unity into the general workflow- Build and test a variety of VR experiences for headsets, computers, and mobile devices- Integrate traditional game and animation tools into VR experiences- Explore worldbuilding techniques to create expansive VR environments- Integrate optimization techniques to improve the performance of your VR experiencesWho this book is for:This book is for individuals who are familiar with the Unity game engine and want to explore virtual reality. If you're a game developer, VR developer, or creator with Unity experience, this is your guide to learning the essential principles and techniques for VR development in Unity 2022. A basic understanding of the Unity user interface, navigation, and C# will help you make the most of the book.Table of Contents- Philosophy of Building Immersive Experiences- Building Virtual Reality Scenes in Unity- Working with Inputs and Interactions- Using GameObjects, Materials, and Prefabs- Implementing Animation - Physics and Colliders- Lighting Your Worlds and Experiences- Creating Immersion with Sound- Working with C#, Unity Events, and Input Assets- Unlocking the Power of Render Pipelines- Design Thinking for Virtual Reality Experiences- Adding Audio to a Virtual Reality World- Building an Art Gallery- Animating a Virtual Reality Experience- Recording Virtual Reality Videos- Enhancing Virtual Reality Rigs- Triggering Actions in Virtual Reality- Destroying Objects in Virtual Reality- Optimizing Your Virtual Reality Experiences
Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.
Ved tilmelding accepterer du vores persondatapolitik.