The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
There's a callback handler that is triggered when the user logs in to add the user to the database. if this fails then the user isn't added to the user table and the FK is violated when they try to buy a ticket.
a better experience would be to add the user to the user table as needed during ticket purchase to prevent this error from impacting the demo
There's a callback handler that is triggered when the user logs in to add the user to the database. if this fails then the user isn't added to the user table and the FK is violated when they try to buy a ticket.
a better experience would be to add the user to the user table as needed during ticket purchase to prevent this error from impacting the demo