adoma
adoma
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
I feel dumb now, don't know how I missed that. Done it on all the other methods except this.🤦‍♂️
16 replies
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
Tyvm, you're the best pepehands
16 replies
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
16 replies
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
16 replies
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
the result should be, when I search for the game it should show all the info like title, description, release date, genre and image url.
16 replies
CC#
Created by adoma on 4/28/2023 in #help
❔ Why is my deserialize not working here:
im doing a Get request to this static readonly HttpClient httpClient = new HttpClient() { BaseAddress = new Uri("http://localhost:5000/api/") }; and it workes but the problem is that all the values is shown as null here WriteLine($"Id: {game.Id}");
WriteLine($"Title: {game.Title}"); WriteLine($"Description: {game.Description}"); WriteLine($"Release Date: {game.ReleaseDate}"); WriteLine($"Genre: {game.Genre}"); WriteLine($"Image URL: {game.ImageUrl}");
16 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
Took me time but i fixed the issue. Thanks for the assistance tho 🙂
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
it's Asp.net core MVC
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
what u mean m8? hahaha
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
don't see it 😛
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
yea sure give me a sec
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
how i understand this is that the id for the game i choose is 1 and the gameId it's setting is 0
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Scores_Games_GameId". The conflict occurred in database "Highscore", table "dbo.Games", column 'Id'.
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
i will show the exception
39 replies
CC#
Created by adoma on 3/23/2023 in #help
✅ Asp.Net Help
im not sure if there is a problem with the html ive written
39 replies