Jimmacle
Jimmacle
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
if you have a choice, don't use that version because it's pretty old
20 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
"everything" is an extremely large amount of information
20 replies
CC#
Created by Cydo on 3/27/2025 in #help
✅ When and when not to use a DTO?
the main goal is to avoid accidentally changing your API surface when you change deeper parts of your application
4 replies
CC#
Created by Cydo on 3/27/2025 in #help
✅ When and when not to use a DTO?
generally the projection is the DTO
4 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
what underline color are suggestions then
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
weird
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
:kekw:
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
what did you do to your IDE
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
suggestions are green and don't really mean anything, they're just options for something you can do
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
warnings are yellow, though
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
green is a suggestion, technically
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
for (;;) is valid code
171 replies
CC#
Created by ElectricTortoise on 3/25/2025 in #help
scope of a for loop
it doesn't "know" anything, all 3 expressions inside a for loop's parentheses are optional
171 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
if this means having an API in front of your database to abstract that, that's a pretty common application design
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
if you have something so complex it needs to be an SP, it should be in your application's business logic
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
personal opinion, never use SPs
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
and you can typically add indexes on json data one way or another too
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
i mean, in a relational db you can dump json in a row just like you can in nosql except you also have all the relational features available
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
if your data is even partially relational i would pick a relational db
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
it has really fallen out of favor now that relational databases have pretty widespread json support
39 replies