We use optional cookies to improve your experience on our websites, such as through social media connections, and to display personalized advertising based on your online activity. If you reject optional cookies, only cookies necessary to provide you the services will be used. You may change your...
bcrowstoburnaby\.com \bcruisebuyus\.info \bcruiseplannersfranchise\.com \bcruseandassociates\.quora\.com \bcrusher-cone\.net \bcrusher-machine\.com \bcrusherhome\.com \bcrusherline\.com \bcrushermobile\.com \bcrusherplants\.com\b \bcrushersolution\.com \bcrushertrade\.com \bcrushing...
We have a person model with one field Occupation which is a Enum, its throwing error in swagger and , if I change to string ,no error.is there any way I can use the enum as model field and apply required field validation that, user can only enter the values matching to the enum...
I am using the following piece of code to retrieve the SQL to the DTO on the BLL. result.data = _dbContext.Database.SqlQuery<sysmstatusgroup_dto>(sqlFinal).ToList(); but then i get an error which says that i cannot use SqlQuery anymore on the new entity framework. Is there a...
What is the right to handle this? or how to use the refresh token to get a new access token, once the access token expires, without having to submit credentials again.This is what I have so far:Copy public void api() { string token = ""; try { callApi(token); } catch(...