Vi bøger
Levering: 1 - 2 hverdage

Programmering: .NET

Her finder du spændende bøger om Programmering: .NET. Nedenfor er et flot udvalg af over 52 bøger om emnet.
Vis mere
Filter
Filter
Sorter efterSorter Populære
  • af Marcin Jamro
    512,95 kr.

    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 FeaturesMaster lists, stacks, queues, dictionaries, sets, and trees, among other data structuresDelve into effective design and implementation techniques to meet your software requirementsVisualize data structures and algorithms through illustrations for a clearer understanding of their analysisPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionBuilding 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 - precisely what this book offers 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 through the book, 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 the book, you'll have learned how to use the C# language to build algorithmic components that are not only easy to understand and debug but also seamlessly applicable in various applications, spanning web and mobile platforms.What you will learnUnderstand the fundamentals of algorithms and their classificationStore data using arrays and lists, and explore various ways to sort arraysBuild enhanced applications with stacks, queues, hashtables, dictionaries, and setsCreate efficient applications with tree-related algorithms, such as for searching in a binary search treeBoost solution efficiency with graphs, including finding the shortest path in the graphImplement algorithms solving Tower of Hanoi and Sudoku games, generating fractals, and even guessing the title of this bookWho this book is forThis 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 ContentsData TypesIntroduction to AlgorithmsArray and SortingVariants of ListsStacks and QueuesDictionaries and SetsVariants of TreesExploring GraphsSee in ActionConclusion

  • af Mark J. Price
    607,95 kr.

    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

  • af Gabriel Baptista
    500,95 kr.

    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)

  • af Valerio de Sanctis
    550,95 kr.

    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

  • af Konstantin Semenenko
    512,95 kr.

    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

  • af Michael Cummings
    627,95 kr.

    Harness the powerful features of .NET MAUI to create multi-platform app projects using location services, the weather API, machine learning, and much moreKey Features:Learn from real-world examples and develop multi-platform apps and games using AR and services of varying complexityExplore the essential features of .NET MAUI such as Shell, CollectionView, and CarouselViewGet to grips with advanced concepts such as machine learning and cloud services for mobile developmentPurchase of the print or Kindle book includes a free PDF eBookBook Description:This 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 capabilitiesUnderstand the core aspects of developing a mobile app, such as layout, UX, and renderingUse custom handlers for platform-specific accessDiscover how to create custom layouts for your apps with .NET MAUI ShellImplement serverless services in your .NET MAUI apps using Azure SignalRCreate a .NET MAUI Blazor application leveraging the power of web technologiesBuild and train machine learning models using ML.NET and Azure Cognitive ServicesWho this book is for:This 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.

  • af Nicolas Alejandro Borromeo
    577,95 kr.

    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)

  • af Fiodar Sazanavets
    467,95 kr.

    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.

  • af Américo Moreira
    157,95 kr.

    "Coding Fun: Learn C Programming with Games, Animations, and Mobile Apps" is an engaging and interactive book designed to introduce kids and teens to the world of programming using C#. Through a series of fun projects, including games, animations, and mobile apps, readers will learn core programming concepts in a hands-on and enjoyable way.The book starts with an introduction to programming, explaining what it is and why it is important to learn. It then guides readers through setting up the development environment and introduces the basic concepts of C#, such as variables, data types, control flow, and functions.As readers progress, they will learn how to create their first game, build animations, and develop mobile apps. The book also covers advanced C# concepts, including object-oriented programming, exception handling, and file handling. Additionally, it explores game development techniques, such as physics and collision detection, AI and pathfinding, and multiplayer game development.With a focus on interactivity, the book teaches readers how to create interactive animations, handle user input and events, and add gestures and touch controls. It also delves into advanced mobile app development topics, such as working with databases, integrating APIs and services, implementing push notifications, and monetizing apps.Throughout the book, readers will learn essential debugging and troubleshooting techniques, as well as how to showcase and collaborate on their projects. The final chapters provide guidance on exploring other programming languages, diving into advanced topics, and continuing the programming journey with additional resources and further learning.Whether readers are new to programming or have some experience, "Coding Fun: Learn C Programming with Games, Animations, and Mobile Apps" offers an exciting and comprehensive approach to learning C# that will inspire creativity and foster a lifelong passion for coding.

  • af Américo Moreira
    157,95 kr.

    "Diversão em codificação Aprenda a programar em C com jogos, animações e aplicações móveis" é um livro envolvente e interativo concebido para introduzir as crianças e os adolescentes no mundo da programação utilizando C#. Através de uma série de projectos divertidos, incluindo jogos, animações e aplicações móveis, os leitores aprenderão os principais conceitos de programação de uma forma prática e agradável.O livro começa com uma introdução à programação, explicando o que é e porque é importante aprender. Em seguida, guia os leitores através da configuração do ambiente de desenvolvimento e introduz os conceitos básicos do C#, tais como variáveis, tipos de dados, fluxo de controlo e funções.À medida que os leitores progridem, aprenderão a criar o seu primeiro jogo, a construir animações e a desenvolver aplicações móveis. O livro também abrange conceitos avançados de C#, incluindo programação orientada a objectos, tratamento de excepções e tratamento de ficheiros. Além disso, explora técnicas de desenvolvimento de jogos, tais como física e deteção de colisão, IA e pathfinding, e desenvolvimento de jogos para vários jogadores.Com um enfoque na interatividade, o livro ensina os leitores a criar animações interactivas, a lidar com entradas e eventos do utilizador e a adicionar gestos e controlos tácteis. Também aborda tópicos avançados de desenvolvimento de aplicações móveis, como trabalhar com bases de dados, integrar APIs e serviços, implementar notificações push e rentabilizar aplicações.Ao longo do livro, os leitores aprenderão técnicas essenciais de depuração e resolução de problemas, bem como a forma de apresentar e colaborar nos seus projectos. Os capítulos finais fornecem orientações sobre como explorar outras linguagens de programação, mergulhar em tópicos avançados e continuar a jornada de programação com recursos adicionais e mais aprendizagem.Quer os leitores sejam novos na programação ou tenham alguma experiência, "Diversão em codificação Aprenda a programar em C com jogos, animações e aplicações móveis" oferece uma abordagem emocionante e abrangente para a aprendizagem de C# que irá inspirar a criatividade e fomentar uma paixão ao longo da vida pela programação.

  • af Jonathan R. Danylko
    482,95 kr.

    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.

  • af Mark J. Price
    607,95 kr.

    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

  • af Ian Griffiths
    692,95 kr.

    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. 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

  • af Arun Gupta
    497,95 kr.

    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.

  • af Matt Smith
    607,95 kr.

    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)

  • af Steven Antonio Christian
    672,95 kr.

    Unlock your creativity with this guide to VR projects in Unity, crafting immersive games, refining VR experiences, and leading XR developmentKey FeaturesUnderstand the fundamentals and build a solid foundation in XR developmentDevelop technical skills for building VR experiences in Unity, including assets, GameObjects, scripts, and componentsCreate engaging and innovative virtual reality projects using the Unity game enginePurchase of the print or Kindle book includes a free PDF eBookBook DescriptionVirtual 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 learnHarness the power of the Unity game engine to explore VRUnderstand VR and how to integrate Unity into the general workflowBuild and test a variety of VR experiences for headsets, computers, and mobile devicesIntegrate traditional game and animation tools into VR experiencesExplore worldbuilding techniques to create expansive VR environmentsIntegrate optimization techniques to improve the performance of your VR experiencesWho this book is forThis 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 ContentsPhilosophy of Building Immersive ExperiencesBuilding Virtual Reality Scenes in UnityWorking with Inputs and InteractionsUsing GameObjects, Materials, and PrefabsImplementing Animation - Physics and CollidersLighting Your Worlds and ExperiencesCreating Immersion with SoundWorking with C#, Unity Events, and Input AssetsUnlocking the Power of Render PipelinesDesign Thinking for Virtual Reality ExperiencesAdding Audio to a Virtual Reality WorldBuilding an Art GalleryAnimating a Virtual Reality ExperienceRecording Virtual Reality VideosEnhancing Virtual Reality RigsTriggering Actions in Virtual RealityDestroying Objects in Virtual RealityOptimizing Your Virtual Reality Experiences

  • af Ronaldo Cesar E. Dos Santos
    147,95 kr.

    O "C# Essencial - Um Guia para iniciantes no desenvolvimento de software" é uma experiência inovadora na aprendizagem da programação com C#, .NET Framework e o IDE Visual Studio. O livro foi pensado para fazer com que o leitor supere os pequenos óbices na hora de compilar e executar os código de exemplo do livro, coisa que muitas vezes faz com os usuários iniciantes se frustrem e tenham arrefecida a vontade de continuar com programação. Logo de início, você será apresentado a linguagem C#, conhecerá a sua evolução histórica e saberá o porquê você deve aprender C#. Depois você terá acesso a uma abordagem completa para a instalação e configuração do ambiente de desenvolvimento. Terá acesso a um ótimo conteúdo sobre aplicações com banco de dados e conhecerá detalhadamente os fundamentos do C#, onde aprenderá sobre sintaxe básica, variáveis e tipos de dados, operadores, controle de fluxo, arrays e listas, métodos e funções e orientação a objetos em C#. Você já deve ter ouvido falar em Polimorfismo, mas você já viu um código polimórfico? Você vera! Você aprenderá sobre Aplicações Windows Form, Aplicações Console, criará aplicações para a Internet com ASP .NET, aprenderá a desenvolver Web Services e, para fixar o conhecimento, consumirá um serviço web gratuito. Um novo horizonte surgirá com a ciação de aplicações para dispositivos móveis com .NET MAUI, um framework para a construção de aplicações nativas para diversos dispositivos, como Windows, macOS, iOS e Android, utilizando uma única base de código. E tudo isso com exemplos de código que você será capaz de implementar e fazer funcionar! O livro termina com foco no Visual Studio Code e no Linux, onde você criará uma aplicação console que, com o mesmo código, rodará no Windows e no Linux. E como o C# é o nosso mote, você aprenderá a usá-lo no Linux Mint. Esta edição cobre o C#, .NET 7.0 (ou superior) e o Visual Studio 2022.

  • af Joseph Albahari
    607,95 kr.

    "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.

  • af Adam Seebebeck
    632,95 kr.

    This "Course in a book" was designed by a higher education Instructor for teaching C# to students. Get started quickly by learning C# concepts, following along with examples, taking mini quizzes, and completing activities.

  • af Ahmad Mozaffar
    542,95 kr.

    Leverage the power of WebAssembly with .NET 7 and C# to develop cutting-edge frontend web applications systematically with this comprehensive guidePurchase of the print or Kindle book includes a free PDF eBookKey Features:Explore Blazor WebAssembly through a systematic, step-by-step approachDiscover the concepts essential to develop and deploy real-world SPAsCreate robust components and develop efficient unit tests by using the bUnit frameworkBook Description:Blazor WebAssembly is a revolutionary technology in software development that enables you to develop web applications with a rich user interface using C# without JavaScript. It can be run natively in the browser and soon on mobile apps with .NET MAUI, making it a superweapon in the .NET developer's toolbox. This capability has opened the doors for the JavaScript community to have a stable framework to build single page applications (SPAs) maintained by Microsoft and driven by the community.Mastering Blazor WebAssembly is a complete resource that teaches you everything you need to build client-side web applications using C# & .NET 7.0. Throughout this book, you'll discover the anatomy of a Blazor WebAssembly project, along with the build, style, and structure of the components. You'll implement forms to catch user input and collect data, as well as explore the topics of navigating between the pages in depth. The chapters will guide you through handling complex scenarios like RenderTrees, writing efficient unit tests, using variant security methods, and publishing the app to different providers, all in a practical manner.By the end of this book, you'll have the skills necessary to build web apps with Blazor WebAssembly, along with the basics for a future in mobile development with .NET MAUI and Blazor.What You Will Learn:Develop basic and advanced components in Blazor to meet your application's specific requirementsUtilize Blazor forms to efficiently collect user input and handle data validationEnhance your app with JavaScript logic, integrating it smoothly within your Blazor applicationCall RESTful APIs in Blazor, enabling seamless integration with external servicesExplore advanced identity and security techniques in Blazor ensuring robust authentication and authorization mechanismsBuild reliable apps by implementing unit testing and effective error handling strategiesWho this book is for:This book is for existing .NET developers eager to leverage their C# skills to build single page applications without relying on JavaScript frameworks, as well as for JavaScript developers curious about Blazor's capabilities and its user-friendly approach to web development. Tech enthusiasts seeking an in-depth understanding of Blazor's inner workings will also find this guide useful for discovering and mastering Blazor's powerful and intuitive web development capabilities.

  • af Adam Seebeck
    467,95 kr.

  • af Einar Ingebrigtsen
    542,95 kr.

    Master advanced techniques for dynamic .NET programming and accelerate productivity by automating tasks, generating adaptable code, and morePurchase of the print or Kindle book includes a free PDF eBookKey Features:Employ metaprogramming to automate your tasks and increase your productivityWrite maintainable, scalable, and adaptable code using metaprogramming techniquesLeverage the .NET runtime for complex problem-solvingBook Description:Metaprogramming is an advanced technique that helps developers to automate repetitive tasks, generate scalable code, and enhance productivity in software development. Metaprogramming in C# is a comprehensive guide that will help you reap the full potential of metaprogramming in .NET runtime.You'll start by learning about the .NET runtime environment and how you can use it to become a more productive developer. You'll learn how to infer types using reflection, use attributes, and create dynamic proxies. You'll also explore the use of expressions to create and execute code and how to take advantage of Dynamic Language Runtime.But that's not all! You'll also learn to go beyond inheritance and use method signature conventions to create easily maintainable code. Finally, you'll dive into the world of compiler magic with Roslyn, where you'll discover how to use Roslyn to generate code, perform static code analysis, and write your own compiler extensions.By the end of this book, you'll have a deep understanding of metaprogramming concepts and how to apply them to your C# code. You'll be able to think about types, use attributes and expressions to generate code, and apply crosscutting concerns to improve code quality.What You Will Learn:Explore how to leverage the .NET runtimeImprove code quality and increase productivityWrite adaptable code for changing requirementsLearn Roslyn for code generation and static analysisMaster metaprogramming and its practical implementationsUse Dynamic Language Runtime for flexible and expressive programmingWho this book is for:This book is for C# developers interested in learning about the .NET runtime and how to leverage it for writing maintainable, scalable, and secure code. Software architects who are responsible for designing and managing complex software solutions will also benefit from the book.

  • af Andy Watt
    542,95 kr.

    Embark on a tech-tastic adventure and build Software as a Service (SaaS) applications using the Microsoft tech stackPurchase of the print or Kindle book includes a free PDF eBookKey Features:Understand the core concepts of Software as a Service and their importance in building modern applicationsBuild a wide array of key elements for SaaS applications using practical examplesLearn to test, deploy, upgrade, and maintain a SaaS applicationBook Description:There are several concepts that must be mastered to deliver functional and efficient SaaS applications. This book is perfect for developers and teams with experience in traditional application development looking to switch to SaaS and deliver slick and modern applications. You'll start with a general overview of SaaS as a concept and learn with the help of an example throughout the book to bring life to the technical descriptions. You'll use the Microsoft .NET tech stack for development and C# as the programming language to develop your desired SaaS application.Delivering SaaS requires a deep understanding of all layers in the application stack. As you progress, you'll learn how to approach the database layer, the API, and the UI to confidently approach application development using the SaaS model. Additionally, you'll explore how to test, deploy, maintain, and upgrade each component of the application.By the end of this book, you will be well equipped to approach all aspects of delivering software using the SaaS paradigm.What You Will Learn:Explore Software as a Service and understand its importance in modern application developmentDiscover multi-tenancy and its impact on design decisions for SaaSBuild, test, and deploy a database, API, and UI for a SaaS applicationApproach authentication and authorization like a proScale a SaaS applicationEmploy C# and .NET to build SaaS applicationsWho this book is for:If you are a software developer with an interest in developing apps using the 'SaaS' paradigm, or a tech lead, scrum master, or a director and founder - this book will help you understand how to build a SaaS application. If you are a Java developer looking to start fresh with distributed systems, this book is for you. A basic understanding of Java, Spring/Spring Boot, and Web services will help you get the most out of this book.

  • af Joseph Albahari
    227,95 kr.

    Looking for quick answers for using C# 12? This tightly focused and practical guide tells you exactly what you need to know without long intros or bloated samples. Succinct and easy to browse, this pocket reference is an ideal quick source of information. If you know Java, C++, or an earlier C# version, this guide will help you get rapidly up to speed. All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results without needing to set up projects in Visual Studio.

  • af Adam Freeman
    604,95 kr.

    Now in its tenth edition, this industry-leading guide to ASP.NET Core teaches everything you need to know to create easy, extensible, and cloud-native web applications.Inside Pro ASP.NET Core 7 you will learn how to: Configure the ASP.NET Core request pipeline to handle requests Create RESTful web services with MVC controllers Create HTML responses with Razor and Razor Pages Create richly interactive web applications with Blazor Access data using Entity Framework Core Authenticate requests using ASP.NET Core Identity Pro ASP.NET Core is an acclaimed bestseller, and a bible for .NET web developers. Tens of thousands of readers have benefited from its comprehensive coverage of ASP.NET’s key tools and techniques. Now in its tenth edition, this revised guide has been fully updated to .NET 7, with extensive chapters on Razor Pages, Blazor, and the MVC framework. It maintains the style and structure of popular previous editions, with content updated for ASP.NET Core’s latest evolution. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology ASP.NET Core 7 gives you everything you need to create awesome web apps in C#. This powerful framework handles anything you throw at it, from high-volume HTTP requests and RESTful web services, to efficient HTML and CSS round trips and WebAssembly for rich user interactions. About the book Pro ASP.NET Core 7 is the industry-leading guide to building web applications with ASP.NET Core. In it, you’ll build a realistic online store as you learn about web services, authentication and authorization, container deployment, and more. Author Adam Freeman’s comfortable style mentors you through advanced topics like RESTful web services, Razor Pages for HTML responses, and data access with Entity Framework Core. Engaging hands-on examples show you how each tool works in action. What's inside The ASP.NET Core request pipeline RESTful web services with MVC controllers Rich interactive applications with Blazor Authenticate requests using ASP.NET Core Identity About the reader For web developers experienced with C# and the basics of .NET. About the author Adam Freeman has written over a dozen bestselling books on software development. He has held numerous senior IT positions, most recently as CTO and COO of a global bank. The technical editor on this book is Fabio Claudio Ferracchiati. Table of Contents 1 Putting ASP.NET Core in context Part 1 2 Getting started 3 Your first ASP.NET Core application 4 Using the development tools 5 Essential C# features 6 Testing ASP.NET Core applications 7 SportsStore: A real application 8 SportsStore: Navigation and cart 9 SportsStore: Completing the cart 10 SportsStore: Administration 11 SportsStore: Security and deployment Part 2 12 Understanding the ASP.NET Core platform 13 Using URL routing 14 Using dependency injection 15 Using the platform features, part 1 16 Using the platform features, part 2 17 Working with data Part 3 18 Creating the example project 19 Creating RESTful web services 20 Advanced web service features 21 Using controllers with views, part I 22 Using controllers with views, part II 23 Using Razor Pages 24 Using view components 25 Using tag helpers 26 Using the built-in tag helpers 27 Using the forms tag helpers 28 Using model binding 29 Using model validation 30 Using filters 31 Creating form applications Part 4 32 Creating the example project 33 Using Blazor Server, part 1 34 Using Blazor Server, part 2 35 Advanced Blazor features 36 Blazor forms and data 37 Using Blazor WebAssembly 38 Using ASP.NET Core Identity 39 Applying ASP.NET Core Identity

  • af Steve Love
    473,95 kr.

    "Modern C# is a comprehensive guide to the best practices for effectively using C# to create value types and write better programs. The book explores the core features of the memory and object models of C#, using practical examples and real-world context"--

  • af Joel Murach
    527,95 kr.

  • af Toi B. Wright
    432,95 kr.

    Build exciting web apps following step-by-step instructions and video examples.Purchase of the print or Kindle book includes a free eBook in PDF format.Key Features:Explore and build complete, easy-to-follow web projects using Blazor. Each project includes a video example too.Test your skills in building a weather app, an expense tracker, and a Kanban board with real-world applications.Develop a deeper understanding on how to work with Blazor WebAssembly without spending too much time focusing on the theory.Book Description:Blazor WebAssembly helps developers build web applications without the need for JavaScript, plugins, or add-ons. With its continued growth in popularity, getting started with Blazor now can open doors to new career paths and exciting projects - and Blazor WebAssembly by Example will make your first steps easier. This is a project-based guide that will teach you how to build single-page web applications with Blazor, focusing heavily on the practical over the theoretical by providing detailed step-by-step instructions for each project. The author also includes a video for each project showing her following the step-by-step instructions, so readers can use them if they're unsure about any particular step.In this updated edition, you'll start by building simple standalone web applications and gradually progress to developing more advanced hosted web applications with SQL Server backends. Each project will cover a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, security, event handling, debugging on the client, application state, and dependency injection. The book's projects get more challenging as you progress, but you don't have to complete them in order, which makes this book a valuable resource for beginners as well as those who just want to dip into specific topics.By the end of this book, you will have experience and lots of know-how on how to build a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#.What You Will Learn:Discover the power of the C# language for both server-side and client-side web developmentBuild your first Blazor WebAssembly application with the Blazor WebAssembly App project templateLearn how to debug a Blazor WebAssembly app, and use ahead-of-time compilation before deploying it on Microsoft's cloud platformUse templated components and the Razor class library to build and share a modal dialog boxLearn how to use JavaScript with Blazor WebAssemblyBuild a progressive web app (PWA) to enable native app-like performance and speedSecure a Blazor WebAssembly app using Azure Active DirectoryGain experience with ASP.NET Web APIs by building a task manager appWho this book is for:This book is for .NET web developers who want to leverage the power of .NET and C# to write single-page web applications using Blazor WebAssembly without using JavaScript frameworks. To get started with this book, you'll need at least beginner-level knowledge of the C# language, .NET framework, Microsoft Visual Studio, and web development concepts.

  • af Trevoir Williams
    477,95 kr.

    Learn to be deliberate and intentional in your design, technology, and pattern choices when developing an application using a microservices architecture.Key Features:Tackle common design problems when developing a microservices application using .NET CoreExplore applying S.O.L.I.D development principles in developing a stable microservice applicationUse your knowledge to solve common microservice application design challengesBook Description:Are you a developer who needs to fully understand the different patterns and benefits that they bring to designing microservices? If yes, then this book is for you. Microservices Design Patterns in .NET will help you appreciate the various microservice design concerns and strategies that can be used to navigate them.Making a microservice-based app is no easy feat and there are many concerns that need to be addressed. As you progress through the chapters of this guide, you'll dive headfirst into the problems that come packed with this architectural approach, and then explore the design patterns that address these problems. You'll also learn how to be deliberate and intentional in your architectural design to overcome major considerations in building microservices.By the end of this book, you'll be able to apply critical thinking and clean coding principles when creating a microservices application using .NET Core.What You Will Learn:Use Domain-Driven Design principles in your microservice designLeverage patterns like event sourcing, database-per-service, and asynchronous communicationBuild resilient web services and mitigate failures and outagesEnsure data consistency in distributed systemsLeverage industry standard technology to design a robust distributed applicationFind out how to secure a microservices-designed applicationUse containers to handle lightweight microservice application deploymentWho this book is for:If you are a .NET developer, senior developer, software architect, or DevOps engineer who wants to explore the pros and cons, intricacies, and overall implementation of microservice architecture, then this book is for you. You'll also get plenty of useful insights if you're seeking to expand your knowledge of different design patterns and supporting technologies.Basic experience with application and API development with .NET Core (2+) and C# will help you get the most out of this book.

  • af Harrison Ferrone
    477,95 kr.

    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

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.