35 resultater (8,48817 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

.NET in Action, Second Edition - Dustin Metzgar - Bog - Manning Publications - Plusbog.dk

Dependency Injection in .NET Core - Steven Van Deursen - Bog - Manning Publications - Plusbog.dk

.NET MAUI in Action - Matt Goldman - Bog - Manning Publications - Plusbog.dk

Microservices in .NET - Christian Gammelgaard - Bog - Manning Publications - Plusbog.dk

Microservices in .NET - Christian Gammelgaard - Bog - Manning Publications - Plusbog.dk

Microservices in .NET Core, Second Edition is a comprehensive guide to building microservice applications using the .NET stack. After a crystal-clear introduction to the microservices architectural style, it teaches you practical microservices development skills using MVC Core and ASP.NET Core. This second edition of the bestselling original has been revised with up-to-date tools for the .NET ecosystem, and more new coverage of scoping microservices and deploying to Kubernetes. about the technology Microservice applications are built by connecting single-capability, autonomous components that communicate via APIs. Microservice architectures boost productivity, support Agile workflows, and decrease the risks of catastrophic failures. However, they can be a big challenge to develop, as they demand clearly defined interfaces and reliable infrastructure. Luckily for developers, Microsoft’s own MVC Core and ASP.NET Core frameworks help manage the tricky API and simplify the task of building microservice-based applications. about the book Microservices in .NET Core, Second Edition provides a complete guide to building microservice applications. You’ll start by getting to grips with the unique architectural style of microservices, explained in a way that’s clear and accessible. You’ll move on quickly to practical development skills for building your own microservices using MVC Core and ASP.NET Core, working on real-world projects such as an ecommerce shopping cart. You''ll design and build individual services in C# and learn how to compose them into a simple but functional application back end. In brand-new coverage for the second edition, you’ll also learn about scoping microservices and how to handle the complexities of deploying to Kubernetes. Along the way, you''ll address production and operations concerns like monitoring, logging, and security. what''s inside - - Build scalable microservices that are reliable in production - - Optimized microservices for continuous delivery - - Design event-based collaboration between microservices - - Deploy microservices to Kubernetes - - Set up Kubernetes in Azure - about the reader This book is written for C# developers. No previous experience with microservices required. about the author Christian Horsdal is an independent consultant with 20 years of experience building systems from large scale microservice systems to tiny embedded systems--and lots of stuff in between. He is a .NET expert, author of the books Microservices in .NET Core and Instant Nancy Web Development , a trainer, and an occasional open source contributor.

DKK 448.00
1

Reactive Extensions in .NET - Tamir Dresher - Bog - Manning Publications - Plusbog.dk

Reactive Extensions in .NET - Tamir Dresher - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Modern applications are constantly sending, receiving, and reacting to streams of data including internal messages, user and system events, and sensor input. Reactive Extensions (Rx) is a .NET library that abstracts away the sources of events and provides tools to effectively manage concerns like concurrency, scalability, error handling, and performance. Rx includes more than 600 operators with variants that can composed together to build reactive client and server-side applications that handle events asynchronously in a way that maximizes responsiveness, resiliency, and elasticity. Reactive Extensions in .NET is a step-by-step guide that shows developers how to build event-driven applications using the Rx library. First, it provides an overview of the design and architecture of Rx-based reactive applications. Then, it looks at the rich query capabilities that Rx provides and the Rx concurrency model that allows developers to control asynchronicity of code and processing of event handlers. The book also discusses consuming event streams, using schedulers to manage time, and working with Rx operators to filter, transform, and group events. Readers new to Rx will be able to learn from the ground up and those using Rx will get a deeper look at how to leverage Rx in existing reactive applications. KEY FEATURES • Step-by-step guide • Real life examples using Rx • Great for readers both new to Rx and those already using Rx AUDIENCE Readers should understand OOP concepts and be comfortable coding in C#. ABOUT THE TECHNOLOGY Reactive Extensions (Rx) is a .NET library that abstracts away the sources of events and provides tools to effectively manage concerns like concurrency, scalability, error handling, and performance. Rx includes more than 600 operators with variants that can composed together to build reactive client and server-side applications that handle events asynchronously in a way that maximizes responsiveness, resiliency, and elasticity.

DKK 406.00
1

Zero to AI - Gianluca Mauro - Bog - Manning Publications - Plusbog.dk

Zero to AI - Gianluca Mauro - Bog - Manning Publications - Plusbog.dk

Summary How can artificial intelligence transform your business? In Zero to AI , you’ll explore a variety of practical AI applications you can use to improve customer experiences, optimize marketing, help you cut costs, and more. In this engaging guide written for business leaders and technology pros alike, authors and AI experts Nicolò Valigi and Gianluca Mauro use fascinating projects, hands-on activities, and real-world explanations to make it clear how your business can benefit from AI. About the technology There’s no doubt that artificial intelligence has made some impressive headlines recently, from besting chess and Go grand masters to producing uncanny deep fakes that blur the lines of reality. But what can AI do for you? If you want to understand how AI will impact your business before you invest your time and money, this book is for you. About the book Zero to AI uses clear examples and jargon-free explanations to show the practical benefits of AI. Each chapter explores a real-world case study demonstrating how companies like Google and Netflix use AI to shape their industries. You begin at the beginning, with a primer on core AI concepts and realistic business outcomes. To help you prepare for the transition, the book breaks down a successful AI implementation, including advice on hiring the right team and making decisions about resources, risks, and costs. What''s inside - - Identifying where AI can help your organization - - Designing an AI strategy - - Evaluating project scope and business impact - - Using AI to boost conversion rates, curate content, and analyze feedback - - Understanding how modern AI works and what it can/can’t do - About the reader For anyone who wants to gain an understanding of practical artificial intelligence and learn how to design and develop projects with high business impact. About the authors Gianluca Mauro and Nicolò Valigi are the cofounders of AI Academy, a company specializing in AI trainings and consulting. Table of Contents: 1. An introduction to artificial intelligence PART 1 - UNDERSTANDING AI 2. Artificial intelligence for core business data 3. AI for sales and marketing 4. AI for media 5. AI for natural language 6. AI for content curation and community building PART 2 - BUILDING AI 7. Ready—finding AI opportunities 8. Set—preparing data, technology, and people 9. Go—AI implementation strategy 10. What lies ahead

DKK 243.00
1

Get Programming with F# - Isaac Abraham - Bog - Manning Publications - Plusbog.dk

Get Programming with F# - Isaac Abraham - Bog - Manning Publications - Plusbog.dk

F# leads to quicker development time and a lower total cost of ownership. Its powerful feature set allows developers to more succinctly express their intent, and encourages best practices - leading to higher quality deliverables in less time. Programming with F#: A guide for .NET developers shows you how to upgrade your .NET development skills by adding a touch of functional programming in F#. In just 43 bite-size chunks, you’ll learn to use F# to tackle the most common .NET programming tasks. You’ll start with the basics of F# and functional programming, building on your existing skills in the .NET framework. Examples use the familiar Visual Studio environment, so you’ll be instantly comfortable. Packed with enlightening examples, real-world use cases, and plenty of easyto-digest code, this easy-to-follow tutorial will make you wonder why you didn’t pick up F# years ago! KEY FEATURES • Hands-on chapters • Practical examples • Bite-size lessons • Try This exercises For intermediate C# and Visual Basic .NET developers who have heard about F# and functional programming and want to understand the benefits and use it as a part of their existing toolbox without having to throw away existing code. ABOUT THE TECHNOLOGY F# is a mature, open-source functional-first language that''s rapidly growing in popularity both inside and outside the .NET ecosystem. AUTHOR BIO Isaac Abraham is an F# MVP and a .NET developer since .NET 1.0 with an interest in cloud computing and distributed data problems. He lives in both the UK and Germany, and is the director of Compositional IT.

DKK 370.00
1

Entity Framework Core in Action - Jon Smith - Bog - Manning Publications - Plusbog.dk

F# in Action - Isaac Abraham - Bog - Manning Publications - Plusbog.dk

Pro ASP.NET Core 7 - Adam Freeman - Bog - Manning Publications - Plusbog.dk

Pro ASP.NET Core 7 - Adam Freeman - Bog - Manning Publications - Plusbog.dk

This industry-leading guide to ASP.NET Core teaches you everything they need to know to create easy, extensible, and cloud-native web applications. For .NET web developers looking to learn about ASP.NET''s key tools and techniques. 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. 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 - Now in its tenth edition, this revised guide has been fully updated to .NET 7, with extensive chapters on Razor Pages, Blazor, MVC Core, and other new features. Plus! The book is filled with engaging hands-on examples show you how each tool works in action. About the technology ASP.NET Core 7 is the latest version of Microsoft''s comprehensive web development framework. It gives C# developers everything they need to create scalable and robust web apps. This powerful framework can handle anything you throw at it—HTTP requests from all clients, delivering raw data responses for RESTful web services, HTML and CSS for round-trip clients, and even WASM code for rich interactions.

DKK 489.00
1

Entity Framework Core in Action, 2E - Jon Smith - Bog - Manning Publications - Plusbog.dk

Entity Framework Core in Action, 2E - Jon Smith - Bog - Manning Publications - Plusbog.dk

Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and scaling your own bookselling web application. Learn from author Jon Smith’s extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, unit testing, and all the book’s code is available on GitHub. about the technology Entity Framework Core is an object-relational mapper (ORM) that bridges the gap between your C# code and the commands required to access relational databases. As Microsoft’s recommended data access technology, it automatically maps your classes and code to the tables and views of a database—making it radically easier to query and write to databases from a .NET application. It allows you to query and write to your database using standard LINQ commands, and it will even automatically generate the model from your database schema. Now that .NET Core 5 is Microsoft’s primary development system, it’s never been more important to master Entity Framework Core. about the book Entity Framework Core in Action, Second Edition is a comprehensive guide to accessing databases from .NET applications. Updated and upgraded with new content, new diagrams, and new examples, this second edition of the bestselling original begins with a clear breakdown of Entity Framework, along with the mental model behind ORM. You’ll discover time-saving patterns and best practices for security, performance tuning, and even unit testing, as well as tips and tricks developed by the author through their extensive experience working on different client applications. As you go, you’ll address common data access challenges and learn how to handle them with Entity Framework. what''s inside - - Read and write databases with Entity Framework Core - - Configure EF Core to define every table and column in your database - - Update your schema as your app grows - - Using EF Core with ASP.NET Core web applications - - Write and test business logic for database access - - Looking at different architectures to use with EF Core - about the reader For .NET developers with beginning-to-intermediate experience using relational databases. about the author Jon P. Smith is an independent principal software developer and architect with a special focus on .NET Core and Azure. He mainly works on the back-end of client applications, typically using EF Core and ASP.NET Core web applications. He is a working developer with clients from the USA and UK, typically designing and writing large sections of an application.

DKK 440.00
1

ASP.NET Core in Action, Third Edition - Andrew Lock - Bog - Manning Publications - Plusbog.dk

ASP.NET Core in Action - Andrew Lock - Bog - Manning Publications - Plusbog.dk

ASP.NET Core in Action - Andrew Lock - Bog - Manning Publications - Plusbog.dk

Fully updated to ASP.NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and .NET skills. Even if you’ve never worked with ASP.NET you’ll start creating productive cross-platform web apps fast. And don’t worry about late-breaking changes to ASP.NET Core. With this Manning Early Access Program edition you’ll get updates right up until it ships to the printer, so you’re always working with the latest version of the technology. about the technology ASP.NET Core is a highly flexible, high performance cross platform web framework that’s entirely free and open source. ASP.NET Core developers enjoy choice without compromise, benefiting from both a mature, well-supported stack and the freedom to develop and deploy from and onto any cloud or on-prem platform. Now in version 5.0, the latest version of ASP.NET Core includes powerful new additions for building server-side apps and background services. about the book ASP.NET Core in Action, Second Edition opens up the world of cross-platform web development with ASP.NET Core. You’ll start with a crash course in .NET Core, immediately cutting the cord between ASP.NET and Windows. Then, you’ll begin to build amazing web applications step by step, systematically adding essential features like logins, configuration, dependency injection, and custom components. Along the way, you’ll mix in important process steps like testing, multiplatform deployment, and security. Fully updated to version 5.0, this new edition fully covers new features such as server-side apps with Razor Pages, and the new ASP.NET Core hosting paradigm. what''s inside - - Covers ASP.NET Core 5.0 - - Dynamic page generation with the Razor templating engine - - Server-side apps with Razor Pages - - Authentication and authorization - - Unit tests and integration tests for ASP.NET Core apps - - Create a Web API for serving JSON to client-side applications - - Developing ASP.NET Core apps for non-Windows servers - about the reader Readers need intermediate experience with C# or a similar language. about the author Andrew Lock is a Microsoft MVP who has been working with ASP.NET Core since before the first release. He has a PhD in digital image processing, and has been developing professionally using .NET for the last 10 years.

DKK 514.00
1

Build a Website with ChatGPT - Paul Mcfedries - Bog - Manning Publications - Plusbog.dk

Elliptic Curve Cryptography for Developers - Michael Rosing - Bog - Manning Publications - Plusbog.dk

Write Powerfull Rust Macros - Sam Overmeire - Bog - Manning Publications - Plusbog.dk

ASP.NET Core in Action - Andrew Lock - Bog - Manning Publications - Plusbog.dk

Blazor in Action - Chris Sainty - Bog - Manning Publications - Plusbog.dk

ASP.NET Core Razor Pages in Action - Mike Brind - Bog - Manning Publications - Plusbog.dk

ASP.NET Core Razor Pages in Action - Mike Brind - Bog - Manning Publications - Plusbog.dk

Razor Pages lets you build, configure, and deploy amazing dynamic ASP.NET websites with ease. In ASP.NET Core Razor Pages in Action you will learn: - - Building, configuring, and publishing a data-driven website - - Creating a complete web application step-by-step - - Forms for collecting and processing user data - - Connecting to databases from a Razor Page - - Protecting areas of a Razor Page from unauthorized access with ASP.NET Identity - - Using Object Relational Mapping tools to work with data in Razor Pages applications - - Generating CRUD pages using scaffolding gestures - - Generating and sending email from your web application - ASP.NET Core Razor Pages in Action teaches you to develop dynamic websites using the powerful Razor Pages framework, .NET 6, and ASP.NET. Razor Pages generates HTML on the server, and is the perfect choice for eCommerce sites, intranet services, content management systems, and other apps that require reliability. In this book, you''ll use Razor Pages to build a complete application for booking city breaks, learning to iterate amazing new features chapter-by-chapter. about the technology Razor Pages sits on top of .NET 6 as a key part of ASP.NET Core, and has become the recommended tool for any developer building websites with Microsoft technologies. The page-focused framework is great for building dynamic websites that change frequently, and simplifies the process of building complex applications. about the book ASP.NET Core Razor Pages in Action shows you how to use Razor Pages to create dynamic websites that are easy to test and scale. You''ll go hands-on to build a complete vacation-booking application, incorporating new framework features and adding complexities as they''re introduced. As the application unfolds, you''ll see how Razor Pages simplifies all the essential tasks of web development, from form creation and data processing, to easy publication and deployment. You''ll also learn to enhance your web applications with the huge ecosystem of C# libraries, and how to locate the perfect tool for your task using centralized repositories.

DKK 459.00
1

C# in Depth, 4E - Jon Skeet - Bog - Manning Publications - Plusbog.dk

Cloud Native - Designing change-tolerant software - Cornelia Davis - Bog - Manning Publications - Plusbog.dk

Secure By Design - Daniel Deogun - Bog - Manning Publications - Plusbog.dk

Cloud Native Spring in Action: With Spring Boot and Kubernetes - Thomas Vitale - Bog - Manning Publications - Plusbog.dk

Silverlight 5 in Action - Pete Brown - Bog - Manning Publications - Plusbog.dk