KidKai25
KidKai25
CC#
Created by KidKai25 on 7/19/2024 in #help
Advantage of async
Makes sense thanks!
14 replies
CC#
Created by KidKai25 on 7/19/2024 in #help
Advantage of async
You can see my code I am not doing any other tasks in between. You didn't really say anything I didn't know and answered the question what's wrong with my current code.
14 replies
CC#
Created by KidKai25 on 7/19/2024 in #help
Advantage of async
Just deprecated practice? That's it?
14 replies
CC#
Created by KidKai25 on 7/10/2024 in #help
What causes these 2 packages? How to fix this.
Does it uses web.config info or .csproj to decide on the version?
14 replies
CC#
Created by KidKai25 on 7/10/2024 in #help
What causes these 2 packages? How to fix this.
Yup and when I publish in the bin folder the DLL doesn't get updated with the latest version
14 replies
CC#
Created by KidKai25 on 7/10/2024 in #help
What causes these 2 packages? How to fix this.
This is the packages folder.
14 replies
CC#
Created by KidKai25 on 7/10/2024 in #help
What causes these 2 packages? How to fix this.
When I published and created the build it didn't update to newer version in the bin folder.
14 replies
CC#
Created by KidKai25 on 7/10/2024 in #help
What causes these 2 packages? How to fix this.
How to fix this?
14 replies
CC#
Created by KidKai25 on 6/28/2024 in #help
✅ Is it a good idea to store CSS class as a property in my C# model?
Hi @TeBeCo
I just didn't like code duplication on back end and front end. Code duplication? How? Otherwise I again then have to check in .js
if(status === "Online") //this check again
var styleClass == "green-circle";
if(status === "Online") //this check again
var styleClass == "green-circle";
I had need to maintain a list of Status in FE and BE and keep them in sync I could avoid this check if I just store it in the back end. and then I just do
<div id="${row.UserGuid}"> <i class="${row.StatusName}" style="margin-right:4px"'></i>"${row.Status.SyleClass}"</div>
<div id="${row.UserGuid}"> <i class="${row.StatusName}" style="margin-right:4px"'></i>"${row.Status.SyleClass}"</div>
14 replies
CC#
Created by KidKai25 on 6/28/2024 in #help
✅ Is it a good idea to store CSS class as a property in my C# model?
I ask this again because I would like more opinions
14 replies
CC#
Created by C1Ph3R on 6/13/2024 in #help
what is the easiest and fastest way to improve problem solving skills?
@C1Ph3R Hear the advice from a fellow like me who suffers from the same conundrum. It's a journey. There is no fastest way. Heck, there is no easy way either at times. :Hmmm: It's a good old pokemon journey.
10 replies
CC#
Created by Cykotech on 6/6/2024 in #help
Extension Methods
"So if I need to supply an additional parameter, do I just add it like I would a normal method?" Yes
8 replies
CC#
Created by KidKai25 on 3/28/2024 in #help
No way to back to the Try block?
*To go back to the Try{} block again. Do I need to re-run the app?
4 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
This makes so much sense ❤️ Thank you
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
makes sense makes sense :HmmCouncilRTX3:
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
why do they give so much emphasis then? Like we have books as well on the topic
30 replies
CC#
Created by KidKai25 on 3/11/2024 in #help
Must know design pattern?
what do you mean mtreit. 🙂
30 replies
CC#
Created by KidKai25 on 11/30/2023 in #help
How to go back to code line in try after Exception occurs?
No description
6 replies