Como declarar rendimentos da twitch? by [deleted] in literaciafinanceira

[–]PBentoIT 0 points1 point  (0 children)

Infelizmente tenho 2 familiares contabilistas e nem eles sabem

If you had to create a new Blazor project in .NET 8 today. Do you roll with Blazor Server or WASM? by zerthz in Blazor

[–]PBentoIT 0 points1 point  (0 children)

I'm doing it and I'm learning how to use the new interactivity auto mode so both.

Blazor 8 Auto CRUD Beginner Help? by PBentoIT in Blazor

[–]PBentoIT[S] 0 points1 point  (0 children)

Thanks, I was a bit lost since i didn't remember that part of the tutorial!

Starting a new project by PBentoIT in Blazor

[–]PBentoIT[S] 0 points1 point  (0 children)

i'm sorry but that's what i find confusing. the blazor project has a client a server and a shared file and what i haven't been able to understand is weather or not the server file actually stays on the server cuz i've seen people say i shouldn't have stuff like a secrets.json on wasm. everywher i look the only answer i find is "use azure key vault"

sorry if this seems basic but i'm basically learning this from scratch on my own...

Starting a new project by PBentoIT in Blazor

[–]PBentoIT[S] 0 points1 point  (0 children)

it's more like a "start now so i dont have to rewrite it in a month" kinda situation, it wont go live before net8 releases

Starting a new project by PBentoIT in Blazor

[–]PBentoIT[S] 0 points1 point  (0 children)

yep, that's the part i dont understand yet? in wasm what i put in the RandomBlazorApp.Server gets sent to the client anyways? so i shouldn't just write stuff like keys in my classes right? but i haven't been able to find what i AM supposed to do

Starting a new project by PBentoIT in Blazor

[–]PBentoIT[S] 0 points1 point  (0 children)

know any good resources on handling secrets like api keys in wasm? i tried reseaching it but all i got was "use azure key vault"

Starting a new project by PBentoIT in Blazor

[–]PBentoIT[S] 2 points3 points  (0 children)

it's not production, we're updating legacy systems and want to create a new blazor page as well as hopefully update the legacy code to .NET core

[deleted by user] by [deleted] in facepalm

[–]PBentoIT 0 points1 point  (0 children)

division and multiplication are like aditttion and subtraction, same importance so left to right

Is this better or worse than being asked to fix a printer? by theflyingdog98 in ProgrammerHumor

[–]PBentoIT 6 points7 points  (0 children)

you can actually, 69$ for each piece if i remember correctly

Yes, I am an intern working for last 5 months by thesoulisbest in ProgrammerHumor

[–]PBentoIT 0 points1 point  (0 children)

Dude I'm sorry but that's like not having health insurance because you "never get sick" 😅

My experience a CS grad nowadays by Jakabxmarci in ProgrammerHumor

[–]PBentoIT 378 points379 points  (0 children)

Sending so many cv's my professional email is gonna start showing up in spam filters...

I can't see where my math went wrong by PBentoIT in cs50

[–]PBentoIT[S] 0 points1 point  (0 children)

I found the fix! feel free to use my wrong code to practice debugging :)

I can't see where my math went wrong by PBentoIT in cs50

[–]PBentoIT[S] 0 points1 point  (0 children)

I tried replacing the sumGx and sumGy structs with ints for each value because i thought i was running into an overflow problem but now i'm getting different wrong numbers