Timeline for Directly query database vs. Using web service
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 16, 2020 at 10:01 | history | edited | CommunityBot |
Commonmark migration
|
|
| Nov 28, 2019 at 11:53 | comment | added | rasmus91 | I have had the exact same problem as the @markostate asks about. And I would say this answer is the correct one. There are exceptions where connecting directly would likely be the responsible thing, but they are not many, and I would say this does not sound like one. I'd whip up a web API in .NET Core, using EF core for database interaction and identity for security (since you're using MS stuff) it's generally very easy to make a web service like that 'the right way' and shouldn't take too long. Good luck | |
| Nov 27, 2019 at 15:42 | history | edited | Flater | CC BY-SA 4.0 |
deleted 1 character in body
|
| Nov 27, 2019 at 15:32 | history | answered | Flater | CC BY-SA 4.0 |