

Hero image 0 of Microservices in .NET, Second Edition (Paperback), 0 of 1
Microservices in .NET, Second Edition (Paperback)
(No ratings yet)
Key item features
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services.
Summary
In Microservices in .NET, Second Edition you will learn how to:
Build scalable microservices that are reliable in production
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
Microservices in .NET, 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 ASP.NET. 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET framework and Azure cloud platform enables .NET developers to create and manage microservices efficiently.
About the book
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. It lays out microservice architecture simply, and then guides you through several real-world projects, such as building an ecommerce shopping cart. In this fully revised edition, you’ll learn about scoping microservices, deploying to Kubernetes, and operations concerns like monitoring, logging, and security.
What's inside
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
About the reader
For C# developers. No experience with microservices required.
About the author
Christian Horsdal is an independent consultant with more than 20 years of experience building projects from large-scale microservice systems to tiny embedded systems.
Table of Contents
PART 1 GETTING STARTED WITH MICROSERVICES
1 Microservices at a glance
2 A basic shopping cart microservice
3 Deploying a microservice to Kubernetes
PART 2 BUILDING MICROSERVICES
4 Identifying and scoping microservices
5 Microservice collaboration
6 Data ownership and data storage
7 Designing for robustness
8 Writing tests for microservices
PART 3 HANDLING CROSS-CUTTING CONCERNS: BUILDING A REUSABLE MICROSERVICE PLATFORM
9 Cross-cutting concerns: Monitoring and logging
10 Securing microservice-to-microservice communication
11 Building a reusable microservice platform
PART 4 BUILDING APPLICATIONS
12 Creating applications over microservices
Summary
In Microservices in .NET, Second Edition you will learn how to:
Build scalable microservices that are reliable in production
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
Microservices in .NET, 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 ASP.NET. 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET framework and Azure cloud platform enables .NET developers to create and manage microservices efficiently.
About the book
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. It lays out microservice architecture simply, and then guides you through several real-world projects, such as building an ecommerce shopping cart. In this fully revised edition, you’ll learn about scoping microservices, deploying to Kubernetes, and operations concerns like monitoring, logging, and security.
What's inside
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
About the reader
For C# developers. No experience with microservices required.
About the author
Christian Horsdal is an independent consultant with more than 20 years of experience building projects from large-scale microservice systems to tiny embedded systems.
Table of Contents
PART 1 GETTING STARTED WITH MICROSERVICES
1 Microservices at a glance
2 A basic shopping cart microservice
3 Deploying a microservice to Kubernetes
PART 2 BUILDING MICROSERVICES
4 Identifying and scoping microservices
5 Microservice collaboration
6 Data ownership and data storage
7 Designing for robustness
8 Writing tests for microservices
PART 3 HANDLING CROSS-CUTTING CONCERNS: BUILDING A REUSABLE MICROSERVICE PLATFORM
9 Cross-cutting concerns: Monitoring and logging
10 Securing microservice-to-microservice communication
11 Building a reusable microservice platform
PART 4 BUILDING APPLICATIONS
12 Creating applications over microservices
Specs
- Manual & guide typeInstruction Manual
- Book formatPaperback
- Edition2nd edition, 2nd
- Pages350
- LanguageEnglish
- BrandChristian Gammelgaard
Current price is USD$56.13
Price when purchased online
- Free shipping
Free 30-day returns
How do you want your item?
Columbus, 43215
Arrives between Mar 16 - Mar 20
|Sold and shipped by thebookpros
4.4504682109413505 stars out of 5, based on 4058 seller reviews(4.5)4058 seller reviews
Free 30-day returns
More seller options (1)
Starting from $56.10
About this item
Product details
9781617297922. New condition. Trade paperback. 2nd ed. Language: English. Pages: 350. Trade paperback (US). Glued binding. 350 p. Contains: Illustrations. 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 technologyMicroservice 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 readerThis 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.
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services.
Summary
In Microservices in .NET, Second Edition you will learn how to:
Build scalable microservices that are reliable in production
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
Microservices in .NET, 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 ASP.NET. 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET framework and Azure cloud platform enables .NET developers to create and manage microservices efficiently.
About the book
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. It lays out microservice architecture simply, and then guides you through several real-world projects, such as building an ecommerce shopping cart. In this fully revised edition, you’ll learn about scoping microservices, deploying to Kubernetes, and operations concerns like monitoring, logging, and security.
What's inside
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
About the reader
For C# developers. No experience with microservices required.
About the author
Christian Horsdal is an independent consultant with more than 20 years of experience building projects from large-scale microservice systems to tiny embedded systems.
Table of Contents
PART 1 GETTING STARTED WITH MICROSERVICES
1 Microservices at a glance
2 A basic shopping cart microservice
3 Deploying a microservice to Kubernetes
PART 2 BUILDING MICROSERVICES
4 Identifying and scoping microservices
5 Microservice collaboration
6 Data ownership and data storage
7 Designing for robustness
8 Writing tests for microservices
PART 3 HANDLING CROSS-CUTTING CONCERNS: BUILDING A REUSABLE MICROSERVICE PLATFORM
9 Cross-cutting concerns: Monitoring and logging
10 Securing microservice-to-microservice communication
11 Building a reusable microservice platform
PART 4 BUILDING APPLICATIONS
12 Creating applications over microservices
Summary
In Microservices in .NET, Second Edition you will learn how to:
Build scalable microservices that are reliable in production
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
Microservices in .NET, 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 ASP.NET. 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.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Microservice architectures connect independent components that must work together as a system. Integrating new technologies like Docker and Kubernetes with Microsoft’s familiar ASP.NET framework and Azure cloud platform enables .NET developers to create and manage microservices efficiently.
About the book
Microservices in .NET, Second Edition teaches you to build and deploy microservices using ASP.NET and Azure services. It lays out microservice architecture simply, and then guides you through several real-world projects, such as building an ecommerce shopping cart. In this fully revised edition, you’ll learn about scoping microservices, deploying to Kubernetes, and operations concerns like monitoring, logging, and security.
What's inside
Optimize microservices for continuous delivery
Design event-based collaboration between microservices
Deploy microservices to Kubernetes
Set up Kubernetes in Azure
About the reader
For C# developers. No experience with microservices required.
About the author
Christian Horsdal is an independent consultant with more than 20 years of experience building projects from large-scale microservice systems to tiny embedded systems.
Table of Contents
PART 1 GETTING STARTED WITH MICROSERVICES
1 Microservices at a glance
2 A basic shopping cart microservice
3 Deploying a microservice to Kubernetes
PART 2 BUILDING MICROSERVICES
4 Identifying and scoping microservices
5 Microservice collaboration
6 Data ownership and data storage
7 Designing for robustness
8 Writing tests for microservices
PART 3 HANDLING CROSS-CUTTING CONCERNS: BUILDING A REUSABLE MICROSERVICE PLATFORM
9 Cross-cutting concerns: Monitoring and logging
10 Securing microservice-to-microservice communication
11 Building a reusable microservice platform
PART 4 BUILDING APPLICATIONS
12 Creating applications over microservices
info:
We aim to show you accurate product information. Manufacturers, suppliers and others provide what you see here, and we have not verified it.
Specifications
Manual & guide type
Instruction Manual
Book format
Paperback
Edition
2nd edition, 2nd
Pages
350
Warranty
Warranty information
Please be aware that the warranty terms on items offered for sale by third party Marketplace sellers may differ from those displayed in this section (if any). To confirm warranty terms on an item offered for sale by a third party Marketplace seller, please use the 'Contact seller' feature on the third party Marketplace seller's information page and request the item's warranty terms prior to purchase.
Similar items you might like
Based on what customers bought
Cloud Computing: Implementation, Management, and Security, (Hardcover) $56.84
$5684current price $56.84Cloud Computing: Implementation, Management, and Security, (Hardcover)
Designing and Managing Software Projects with Quality (Paperback) $59.00
$5900current price $59.00Designing and Managing Software Projects with Quality (Paperback)
Preserving Digital Information (Paperback) $56.14
$5614current price $56.14Preserving Digital Information (Paperback)
Learning Network Services for Professional Development (Paperback) $54.99
$5499current price $54.99Learning Network Services for Professional Development (Paperback)
Europäische Hochschulschriften / European University Studies / Publications Universitaires Européenn: Sequential Competitive Location on Networks (Paperback) $60.37
$6037current price $60.37Europäische Hochschulschriften / European University Studies / Publications Universitaires Européenn: Sequential Competitive Location on Networks (Paperback)
Solid Modeling by Computers: From Theory to Applications, (Paperback) $54.99
$5499current price $54.99Solid Modeling by Computers: From Theory to Applications, (Paperback)
Design and Implementation of Linux Based Vsat Monitoring System (Paperback) $57.73
$5773current price $57.73Design and Implementation of Linux Based Vsat Monitoring System (Paperback)
A WCET-Aware Compiler- Design, Concepts and Realization (Paperback) $51.83
$5183current price $51.83A WCET-Aware Compiler- Design, Concepts and Realization (Paperback)
Evaluating the Power of the Parallel MASC Model (Paperback) $66.00
$6600current price $66.00Evaluating the Power of the Parallel MASC Model (Paperback)
Applying DesOps in Your Enterprise: (Handout of Workshop Slides), (Hardcover) $65.52
$6552current price $65.52Applying DesOps in Your Enterprise: (Handout of Workshop Slides), (Hardcover)
Insight into Theoretical and Applied Informatics (Hardcover) $55.98
$5598current price $55.98Insight into Theoretical and Applied Informatics (Hardcover)
Technologies for Advanced Heterogeneous Networks II: Second Asian Internet Engineering Conference, Aintec 2006, Pathumth, (Paperback) $54.99
$5499current price $54.99Technologies for Advanced Heterogeneous Networks II: Second Asian Internet Engineering Conference, Aintec 2006, Pathumth, (Paperback)
Security Analytics for the Internet of Everything, (Paperback) $66.99
$6699current price $66.99Security Analytics for the Internet of Everything, (Paperback)
Software Project Management: A Process-Driven Approach, (Paperback) $82.99
$8299current price $82.99Software Project Management: A Process-Driven Approach, (Paperback)
Giant Molecules, (Hardcover) $58.00
$5800current price $58.00Giant Molecules, (Hardcover)
Artificial Intelligence and Soft Computing: 16th International Conference, Icaisc 2017, Zakopane, Poland, June 11-15, 20, (Paperback) $54.99
$5499current price $54.99Artificial Intelligence and Soft Computing: 16th International Conference, Icaisc 2017, Zakopane, Poland, June 11-15, 20, (Paperback)
Quantum Mechanics on the Personal Computer, (Paperback) $54.99
$5499current price $54.99Quantum Mechanics on the Personal Computer, (Paperback)
Web Programming with PHP and MySQL: A Practical Guide (Paperback) $59.99
$5999current price $59.99Web Programming with PHP and MySQL: A Practical Guide (Paperback)
Internet and Distributed Computing Systems: 6th International Conference, Idcs 2013, Hangzhou, China, October 28-30, 201, (Paperback) $54.99
$5499current price $54.99Internet and Distributed Computing Systems: 6th International Conference, Idcs 2013, Hangzhou, China, October 28-30, 201, (Paperback)
Formal Techniques for Data Base Design, (Paperback) $54.99
$5499current price $54.99Formal Techniques for Data Base Design, (Paperback)
Customer ratings & reviews
0 ratings|0 reviews
This item does not have any reviews yet
