Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Steve Smith e4af8acd77 Merge branch 'ardalis/bookupdates' 9 years ago
docs Updated to last draft version of eBook 9 years ago
src Implemented CatalogImageMissingException in LocalFileImageService 9 years ago
tests functional tests 9 years ago
.gitignore adding initial project and solution files 9 years ago
README.md Use markdown formatting for links 9 years ago
eShopOnWeb.sln eBook updated - working on testing chapter 9 years ago

README.md

eShopOnWeb

Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a monolithic application architecture and deployment model. This reference application is meant to support the Architecting and Developing Modern Web Applications with ASP.NET Core and Azure eBook

The eShopOnWeb is related to the eShopOnContainers sample application which, in that case, focuses on a microservices/containers based application architecture. However, eShopOnWeb is much simpler in regards its current functionality and focuses on traditional Web Application Development with a single monolithic deployment, no microservices/containers related.

DISCLAIMER

IMPORTANT: The current state of this sample application is ALPHA, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. Feedback with improvements and pull requests from the community are highly appreciated and accepted.

Topics (eBook TOC)

  • Introduction
  • Characteristics of Modern Web Applications
  • Choosing Between Traditional Web Apps and SPAs
  • Architectural Principles
  • Common Web Application Architectures
  • Common Client Side Technologies
  • Developing ASP.NET Core MVC Apps
  • Working with Data in ASP.NET Core Apps
  • Testing ASP.NET Core MVC Apps
  • Development Process for Azure-Hosted ASP.NET Core Apps
  • Azure Hosting Recommendations for ASP.NET Core Web Apps