Morridis
Explore posts from servers✅ I'm looking for performance and load testing data on ConfigureAwait(false)
I cannot find any proper performance and load testing data on ConfigureAwait(false) for .NET 8 API's and azure functions. I want this info in order to make educated decision on using it.
44 replies
❔ How to automatically set version of project to know what version deployed on specific server?
The problem is that there is bunch of clients with different versions of .net core and netfx project. I'm looking for maximally automated way to let us and clients know what version they have.
5 replies
❔ [EF Core] e => locationsIds.Any(id => e.Location.ParentsIds.Contains(id)); could not be translated
Expression type
Expression<Func<Sensor, bool>>
where Sensor
has field Location
. Location
has string field ParentsIds
, containing bunch of Location
ID's.
Code:
Exception:
upd. Found mention of mine issue.
https://stackoverflow.com/a/27295828
No solution2 replies
API Design of login and refresh JWT token endpoint questions
I'm designing Login and refresh token and I have several questions.
This is what I return on any refresh token and login.
Is it a good format to return this data? Is there any standard?
Is there a good values for token and refresh token lifetime?
Should I allow refreshing token if access token inspired but refresh token - not?
1 replies