redlotus2908
redlotus2908
CC#
Created by dimitrij on 4/27/2024 in #help
ASP.NET Controller API + Blazor Client UI resources and help
If it is how the .NET and Blazor work, it's the best to use the Microsoft document, although the docuement/blog from microsoft is good too. Learn the syntax from microsoft, try to understand why the syntax is designed like that, try to know what's problem it's solved. From microsoft blog, try to understand and learn how to use those function.
5 replies
CC#
Created by dimitrij on 4/27/2024 in #help
ASP.NET Controller API + Blazor Client UI resources and help
And about your question, I was used Telerik library for component in application. I think it quite useful. But I think you will need to understand about the frontend, how to design to generate those components multiple time but still make sense when viewing in client side.
5 replies
CC#
Created by dimitrij on 4/27/2024 in #help
ASP.NET Controller API + Blazor Client UI resources and help
I'm planning to make a school website using blazor. I'm looking a project to join. If it's big and good, I want to ask for view it in my CV. Is it ok with you?
5 replies
CC#
Created by dimitrij on 4/27/2024 in #help
ASP.NET Controller API + Blazor Client UI resources and help
Hi, I'm learning blazor too. Can I join your project?
5 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I want to keep this post a little longer, until I think I know someone will share what am I feeling right now. It's hard to accept that you cannot complete what you have done. My heart feel so strange at this point. Future is so dark and calm. Hope you don't read this message.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
Although I'm in Vietnam and don't follow any religion, but I hope god bless you. Thanks for your help to this point. I'm really appreciate that.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I will try to explain evreything in the wiki of repository. I hope it will help my project a little better in my CV.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
At this point, I'm thinking about give up. I don't know what really the issue here. I think i will add it to my cv and note that it isn't complete. Hope the recruiter will accept that.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I really need help at this point.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
So can I ask for some 30 minutes of you?
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
Yes, i understand. For new, i have fixed the error that i posted. Now I struggling with an other error, not runtime but the semantics, I think. The code don't give me expected result.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I'm still finding what is the issue here. I hope you can help me find that issue too. Please ask if you want to know anything.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
Now when I try to run the test, i get blue screen window with code about memory management. In my calculation, the tree will be expanded with 543 node because there is 4 moves was played and for each played move, the next possible move reduce by 1 and I only design so that the height of tree won't pass (3-2)*2+1=2 height which 3 is the number of moves need to complete a line and that formula is needed move to look ahead to block any fork move in future. I design the computer so it can only look that far.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
In the new code, I design it so that the Growth method only be called iff _predictedNextMoves field is null which also mean _predictedNextMove isn't completely initialized. (Sr, my eng is bad)
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
Yes, i see that too. I realize that in the old code, the get method of property PredictedNextMoves have call to another method call Growth which call to get method of PredictedNextMoves property. This is the reason why the old code meet the stackoverflow error.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I'm very fresh so I don't understand what are you trying to say for me but I will search on google and update information to ask help soon
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
Thanks a lot!
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
I hope I can find what is the issue to solve it.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
No it's ok. Thanks for your look at my code.
45 replies
CC#
Created by redlotus2908 on 4/7/2024 in #help
I need help to my tic-tac-toe code, which is meeting error when try to run test
not live test
45 replies