@yuriburger@patrickpetersnl Implementing domain driven design van vaughn vernon bedoel je dan denk ik. Vond ik idd oprecht een goed boek. Mét code voorbeelden ook.
Hello Twitter! Any updates on the cookieless era? When does it start? And how will we make sure websites with OAuth tokens in the front-end can still renew their tokens? Is it still a thing? Do we need to implement BFF's in all our websites? Gonna be a lot of work....
Does anyone know? Is service discovery possible in Azure Container Apps without DAPR and without weird, random names for the services? Anything I should read? And if it is possible, is it a good idea? Cheers!
So @gmail stopped supporting SMTP. Wanted to send mails from code but the gMail API is an absolute NIGHTMARE! I thought I could do better. Here's the simplest gMail API I could come up with. Available on NuGet! Might you need it, check it out: https://t.co/VBFtx8sdsP
Don’t forget to implement backward compatible database schema changes when you “blue-green” deploy. If the old instance is up, but the database schema changed, that might break your app! https://t.co/KHkkw5aiSK
hey @aspnet! when I `dotnet new webapi`, is there a reason why my weatherforecast controller isn't resource oriented? I would expect the endpoint to be /weatherforecast instead of /weatherforecast/getweatherforecast
Somebody suggested to use GraphQL to create a BFF. I'll try that soon. Somebody advised me to use https://t.co/gN5NPdcT2Z if you want to build one in .NET. Anybody tried that yet? What's your experience?