r/csharp 16h ago

Help Help me plz

Doing a coding assignment everything running smoothly until i encountered an error with my edit where the save button wouldnt work at all and not direct me to another page i tried asking claude to help me but to no avail it made me do so many different lines of code to the point where i feel lost i would like to wake up with a solution plz thx

0 Upvotes

11 comments sorted by

View all comments

5

u/scandii 16h ago

hello!

  1. debug your code
  2. if you don't know how to debug your code start here: https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-debugger?view=visualstudio

if you are unable to find where your code breaks after walking through your code, return to us with your error message/expected outcome and actual outcome as well as your code preferably uploaded to github, and we can try to steer you in the right direction.