CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agoDebugging in a nutshellprogramming.devimagemessage-square27fedilinkarrow-up1684
arrow-up1684imageDebugging in a nutshellprogramming.devCodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square27fedilink
minus-squareneukenindekeuken@sh.itjust.workslinkfedilinkarrow-up6·1 month 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.