bingbong9744
✅ Automate test data generation
I want to emulate a database where records get added, updated etc. Thinking about using EF Core to do the migrations and inserts/updates. But how to best orchestrate it? Will mainly be called manually, but maybe ran daily too (to insert x number of rows).
Easiest to build a dotnet console app, and just call it with some arguments? And if I want it to be ran daily, it can just be called from Github actions or any other pipeline runner?
20 replies
Asp.net web api for external 3rd party
Want to make an asp.net web api. the endpoints should be used by external 3rd party (probably through APIM). What is the best way to handle authentication and authorization? Specially in terms of auth flow (oauth2). Api will probably be used to get data into power bi, so any considerations to be taken regarding this?
1 replies