Keyvan
Keyvan
CC#
Created by Keyvan on 7/1/2024 in #help
✅ Issues logging in from frontend via backend API
No description
11 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
okok thanks!
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
How can i make it fit for multipage
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
routing?
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
I guess if i want multipage i need to make changes in APP then?
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
so essentially the App.tsx will be the main thing since <App/> is inside the root.render
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
Just for the Developer i guess?
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
but nothing impacting the webpage performace itself
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
Faster in what
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
I have done slim to none coding in frontend
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
should i start over with vite? or can i just keep going
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
hahahahhahah
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
the backend was not a rabbithole compared to this
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
Its such a huge rabbit hole
40 replies
CC#
Created by Keyvan on 5/28/2024 in #help
Creating react TS frontend for my C# .net backend
I used the create-react-project thing and not vite
40 replies
CC#
Created by Keyvan on 5/9/2024 in #help
Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
but how can i parse it before it reaches the deserializer?
22 replies
CC#
Created by Keyvan on 5/9/2024 in #help
Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
yeah so the datetime format given to the UserModels field "LastOnlineTime" is converted wrong?
22 replies
CC#
Created by Keyvan on 5/9/2024 in #help
Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
it says valid json
22 replies
CC#
Created by Keyvan on 5/9/2024 in #help
Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
public async Task<ActionResult> UserEdit([FromBody] UserModel user, string password) I am sending the user, then why is it saying user field is required
22 replies
CC#
Created by Keyvan on 5/9/2024 in #help
Testing my UserEdit Api endpoint using swagger fails and throws a code 400 response
i am new to this so i dont see any problem
22 replies