79743739

Date: 2025-08-22 18:31:57
Score: 1
Natty:
Report link

To save the photo path in the database, after capturing the photo with MediaPicker, use photo.FullPath to get the local file path. Store this string in a property bound to your ViewModel (e.g., PhotoPath). Then in your AddAsync command, assign this path to the Photoprofile field and save the entity using SaveChanges(). Ensure Photoprofile is of type string.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hypic APK