Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
An Atypical ASP.NET Core 6 Design Patterns Guide
An Atypical ASP.NET Core 6 Design Patterns Guide

An Atypical ASP.NET Core 6 Design Patterns Guide : A SOLID adventure into architectural principles and design patterns using .NET 6 and C# 10 , Second Edition

eBook
$39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

An Atypical ASP.NET Core 6 Design Patterns Guide

Section 1: Principles and Methodologies

This section focuses on architectural principles and development methodologies that we use throughout the book. These introductory chapters are essential for progressing toward making great architectural decisions.

We first look at how to approach the book itself, explore prerequisites, and see a few helpful topics. Then, we cover automated testing and xUnit, to finally jump into the architectural principles, where we begin our study of the fundamentals of modern software engineering.

This section comprises the following chapters:

  • Chapter 1, Introduction
  • Chapter 2, Automated Testing
  • Chapter 3, Architectural Principles
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Apply the SOLID architectural principles and software design patterns effectively with a focus on dependency injection
  • Discover modern application architectures such as vertical slice, clean architecture, and event-driven microservices
  • Explore full-stack ASP.NET Core with an overview of Blazor

Description

An Atypical ASP.NET Core 6 Design Patterns Guide, Second Edition approaches programming like playing with LEGO®: snapping small pieces together to create something beautiful. Thoroughly updated for ASP.NET Core 6, with further coverage of microservices patterns, data contracts, and event-driven architecture, this book gives you the tools to build and glue reliable components together to improve your programmatic masterpieces. The chapters are organized based on scale and topic, allowing you to start small and build on a strong base, the same way that you would develop a program. You will begin by exploring basic design patterns, SOLID architectural principles, dependency injection, and other ASP.NET Core 6 mechanisms. You will explore component-scale patterns, and then move to higher level application-scale patterns and techniques to better structure your applications. Finally, you'll advance to the client side to connect the dots with tools like Blazor and make ASP.NET Core a viable full-stack web development framework. You will supplement your learning with practical use cases and best practices, exploring a range of significant Gang of Four (GoF) design patterns along the way. By the end of the book, you will be comfortable combining and implementing patterns in different ways, and crafting software solutions of any scale.

Who is this book for?

The book is intended for intermediate software and web developers with an understanding of .NET who want to write flexible, maintainable, and robust code for building scalable web applications. Knowledge of C# programming and an understanding of web concepts like HTTP is necessary.

What you will learn

  • Apply the SOLID principles for building flexible and maintainable software
  • Get to grips with .NET dependency injection
  • Work with GoF design patterns such as strategy, decorator, façade, and composite
  • Explore the MVC patterns for designing web APIs and web applications using Razor
  • Discover layering techniques and tenets of clean architecture
  • Become familiar with CQRS and vertical slice architecture as an alternative to layering
  • Understand microservices patterns and when they can benefit your applications
  • Build ASP.NET user interfaces from server-side to client-side Blazor

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 28, 2022
Length: 678 pages
Edition : 2nd
Language : English
ISBN-13 : 9781803243887
Vendor :
Microsoft
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 28, 2022
Length: 678 pages
Edition : 2nd
Language : English
ISBN-13 : 9781803243887
Vendor :
Microsoft
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 153.97
Software Architecture with C# 10 and .NET 6 – Third Edition
$54.99
An Atypical ASP.NET Core 6 Design Patterns Guide
$48.99
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals
$49.99
Total $ 153.97 Stars icon
Visually different images

Table of Contents

27 Chapters
Section 1: Principles and Methodologies Chevron down icon Chevron up icon
Introduction Chevron down icon Chevron up icon
Automated Testing Chevron down icon Chevron up icon
Architectural Principles Chevron down icon Chevron up icon
Section 2: Designing for ASP.NET Core Chevron down icon Chevron up icon
The MVC Pattern Using Razor Chevron down icon Chevron up icon
The MVC Pattern for Web APIs Chevron down icon Chevron up icon
Understanding the Strategy, Abstract Factory, and Singleton Design Patterns Chevron down icon Chevron up icon
Deep Dive into Dependency Injection Chevron down icon Chevron up icon
Options and Logging Patterns Chevron down icon Chevron up icon
Section 3: Designing at Component Scale Chevron down icon Chevron up icon
Structural Patterns Chevron down icon Chevron up icon
Behavioral Patterns Chevron down icon Chevron up icon
Understanding the Operation Result Design Pattern Chevron down icon Chevron up icon
Section 4: Designing at Application Scale Chevron down icon Chevron up icon
Understanding Layering Chevron down icon Chevron up icon
Getting Started with Object Mappers Chevron down icon Chevron up icon
Mediator and CQRS Design Patterns Chevron down icon Chevron up icon
Getting Started with Vertical Slice Architecture Chevron down icon Chevron up icon
Introduction to Microservices Architecture Chevron down icon Chevron up icon
Section 5: Designing the Client Side Chevron down icon Chevron up icon
ASP.NET Core User Interfaces Chevron down icon Chevron up icon
A Brief Look into Blazor Chevron down icon Chevron up icon
Assessment Answers Chevron down icon Chevron up icon
Acronyms Lexicon Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.7
(18 Ratings)
5 star 88.9%
4 star 5.6%
3 star 0%
2 star 0%
1 star 5.6%
Filter icon Filter
Top Reviews

Filter reviews by




Mosharaf Hossain Apr 09, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book touched on many parts of a .NET developer's day-to-day work starting from basic to advanced level concepts. I am impressed with all the working examples in C# and how they are related to my daily work. Amazing to see the second edition.If you are looking for material that talks not only about the academic stuff but also the practical industry-level project work, then this is the material for you. I see a very few people touch the level like CQRS pattern which is a pretty common pattern for large-scale projects - you will get that explained in this book.
Amazon Verified review Amazon
spinodal Jul 16, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Nowadays, you have to touch too many concepts and information to give a good amount of progress for someone trying to learn to step up in software development. This book takes ASP.Net Core and design patterns as two central points and builds a considerable amount of information around them.Design patterns are solutions to common problems and are very important for any experienced developer. And this book is doing a good job introducing those patterns to intermediate software and web developers with some understanding of .Net. While presenting the things you should do author also touches on anti-patterns which are the opposite side of the design patterns. It uses easy-to-understand code samples to show both positive (design patterns) and negative (anti-patterns) edges.If you want to learn to write maintainable and robust code for building scalable web applications using design patterns, you should read this type of book. The latest edition is published at the end of March 2022, so it uses the latest versions and approaches possible. It may not be for you if you are a total beginner or a very experienced seasoned developer, but for everyone in between, it is a very good resource.
Amazon Verified review Amazon
Lisa Jan 25, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book arrived early, in good condition. The author has clearly written ideas, with relatable examples that aren't overly technical, but get his point across. There's a Discord channel if you have questions or get stuck, which is nice, and the code is available if you want to follow along/see how to do it in more depth. I'd recommend this book to anyone wanting to learn more about Design Patterns without using the standard, hard to understand examples that aren't applicable in the real world.
Amazon Verified review Amazon
Almino Malaza Jul 13, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book explains the design pattern of the code you see or use everyday. Most ASP.NET design pattern book I have read in the past talks about the usual design pattern but it never connects on the typical code you will find in asp.net. If you are a little out of touch with the latest technology or latest .net framework then this book is for you since it talks about a little of everything and gives you reference for further reading. Message Queue is not something new but it covers the latest one and most relevant today. I also love the part where it covers a little of razor and blazor. If you are using any node.js based javascript frameworks then it is easy to get out of touch with the regular razor asp.net
Amazon Verified review Amazon
Neha Seth Aug 10, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I got the e-book for this one and this being a seasoned developer I must say that this has explained most of the core concepts in a simple way. It’s a handy novel to refer back to concepts and have an overall overview of all the design patterns in one place.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.