Azure / reliable-web-app-pattern-dotnet

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.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 116 forks source link

Database entities are used as DTO #183

Closed asanjabi closed 1 year ago

asanjabi commented 1 year ago

API uses database entities to send data to the web site, which binds them to the UI. Any change in database schema will affect both the API and UI, and increases risk of unnecessary data being sent over.

KSchlobohm commented 1 year ago

Closing in favor of #31