Bøger af Valerio de Sanctis
-
571,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
- Bog
- 571,95 kr.
-
- A Minimalistic Role-Playing Game System (RPG)
78,95 kr. EVENT is a game system designed to collectively manage the actions and interactions of a variable number of characters played by players and / or the master from a given event. The combination of these factors will lead to the natural definition of a story within the context of reference, which is called the setting. The manual contains the main rules that allow you to start playing. None of these should be intended as mandatory or mandatory and each one of them can be modified or reviewed by mutual agreement between master and players: it is however advisable to play at least one or two games (which we'll call sessions from now on) with the standard rules in order to fully understand the basic game mechanics.At the end of each paragraph you'll find a text box containing a concrete example (actual play) of the rule explained above. In order to play Event you're going to need a group of friends, a handful of 6-sided dice, some paper sheets and at least one pencil. One of the players, known as the master, will take care of the core elements of the story, while the others, to whom we'll refer as players, will play the role of a single character apiece.This is the EVENT presentation & tutorial video, which illustrates some of the most original and innovative aspects of the game system: https: //youtu.be/DAIR374gDKAKEY FEATURESThe ruleset is based upon three distinctive design goals ("the 3S"): - Simple, as something that could be played with children who couldn't withstand complex systems (yet!).- Smart, i.e. which could be easily translated in any language.- Swift, as being playable within a single evening.These are EVENT's most distinctive features: - A narrative premise (the event) that will motivate the players to act as a group, providing their characters a common goal.- A brand-new character creation system (the Three Questions) that will allow players and gamemasters to build PCs and NPCs in few minutes using a narrative-based approach.- Solid action's and interaction's outcome ruleset that can be used by the players to partially take control of the story, thus becoming the gamemaster for a short while to conceive and narrate what happens.- Innovative contest resolution mechanics (aka showdowns) that will force players to choose between winning a contest or narrating its outcome (or try to do both things), similar to those featured in most auction-based Board Games.CROWFUNDINGIn order to support the project's development the EVENT authors recently started a crowfunding campaign on the Kickstarter platform, which is expected to undergo until September 30, 2018. Among the many rewards reserved for the backers, there is the chance to: insert your name or nickname on the thank you page within the game manual; give a custom name to a sample character or player in the many Actual Play examples contained in the manual; write your very own Actual Play example; pre-purchase a copy of the Event Paperback Edition, which will also contains original artwork and pictures, and more.If you want to support the crowfunding, you can do that from this link.https: //www.kickstarter.com/projects/darkseal/event-a-minimalistic-tabletop-role-playing-game/
- Bog
- 78,95 kr.
-
573,95 kr. - Bog
- 573,95 kr.
-
- Full-stack web development with .NET 5 and Angular 11, 4th Edition
798,95 kr. By covering the impressive capabilities of ASP.NET Core 5 and Angular 11, right from project setup through to the deployment phase, this fully revised and updated edition will help you develop your skills effectively.
- Bog
- 798,95 kr.
-
518,95 kr. Discover how you can leverage the impressive capabilities of ASP.NET Core 2 and Angular 5 from project setup to deployment. Work confidently with both the frontend and backend of an application by getting to grips with server configuration, data storage and retrieval, database interactions, user authentication, and much more.
- Bog
- 518,95 kr.
-
448,95 kr. Create powerful applications for the modern webKey Features Build a complete single page application with two of the most impressive frameworks in modern development Find out how to bring together the capabilities and features of both Angular 2 and ASP.NET Core From managing data, to application design, through to SEO optimization and security - take a comprehensive approach to building your next web projectBook DescriptionWriting code is about striking a balance between maintainability and productivity-how quickly you can write it against how much more you have to write in the future. This is a guide to doing just that by combining the impressive capabilities of ASP.NET Core and Angular 2. It shows you how to successfully manage an API and use it to support and power a dynamic single-page application.We'll show you how to construct your data model and manage routing and redirects before wrapping it up and styling it, all with the help of ASP.NET and Angular 2. You'll also learn how to optimize your application for SEO, check and secure any vulnerabilities, implement a viable authentication mechanism and, last but not least, use the proper tools and strategies for successful deployment. From readable URIs to OData retrieval and authentication patterns, we'll make sure you have all the technical knowledge you need and, more importantly, bring it all together so you can focus on what's important: a high-quality application that performs for users.What you will learn Find out how ASP.NET Core's and Angular 2's features perfectly complement each other Learn how to set up the resources you need and configure the MVC 6 interface Handle requests and actions using server-side and client-side Routing Create the Data Model using Entity Framework Core Learn how to use Angular 2 components and master directives Implement a token-based authorization and authentication flow supporting external login providers such as Facebook, Google, Twitter and more Create responsive, mobile-friendly views using Bootstrap and LESS Setup and optimize your production environment using IIS and SQL Server Secure your application against a diverse range of dangerous security threats
- Bog
- 448,95 kr.