CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 4 days agoDebugging in a nutshellprogramming.devimagemessage-square27linkfedilinkarrow-up1702arrow-down12
arrow-up1700arrow-down1imageDebugging in a nutshellprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 4 days agomessage-square27linkfedilink
minus-squareneukenindekeuken@sh.itjust.workslinkfedilinkarrow-up6·4 days agoAs long as everything is properly sanitized and parameterized, I agree. Or use an extremely lightweight orm like dapper that basically has you write SQL inline and mostly just does dynamic model binding.
As long as everything is properly sanitized and parameterized, I agree. Or use an extremely lightweight orm like dapper that basically has you write SQL inline and mostly just does dynamic model binding.