Tuesday, 12 April 2022

core issues

   var result=  GetEmployee(id);


   var result= await    GetEmployee(id); 


without await called the method getting error like this.

after giving await issue resolved

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/samples?view=aspnetcore-6.0
https://code-maze.com/password-reset-aspnet-core-identity/

https://stackoverflow.com/questions/67087107/rest-api-hide-password-field-on-response

https://docs.microsoft.com/en-us/ef/ef6/modeling/designer/keyboard-shortcuts




No comments:

Post a Comment

Car pooling app

 I'll create a car pooling app with real-time vehicle tracking, pickup/drop time estimates, and a list of onboard users. Since we don...