dotnut
dotnut
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
But it’s the same blueprint
11 replies
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
I want to construct it in a way that can be reused by other classes where some bits and pieces will be different
11 replies
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
One requires getting some data from a file
11 replies
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
Some data from a property is used in instantiation of another
11 replies
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
Around 10
11 replies
CC#
Created by dotnut on 8/9/2023 in #help
❔ comples object creation
All of the properties are objects
11 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Exactly
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Yeah it doesnt 😅
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Ah good point
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Hence I believe they just meant a collection of things
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
You said it already a set would have distinct items
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Just because of the mentioning of Distinct
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
I think they mean collection
27 replies
CC#
Created by Alex Frost on 8/9/2023 in #help
❔ Get list of indices from a List
Something like collection.DistinctBy(item => item.Name).Select(item, index => new { Name = item.Name, Index = index})
27 replies
CC#
Created by dotnut on 12/16/2022 in #help
✅ Design decision over multiple inserts in a single command
not sure how that can be achieved though.. if I managed to write in 2 tables but not on the other 2.. how do I revert the previous 2 writes?
15 replies
CC#
Created by dotnut on 12/16/2022 in #help
✅ Design decision over multiple inserts in a single command
very interesting thank you, I appreciate your input
15 replies
CC#
Created by dotnut on 12/16/2022 in #help
✅ Design decision over multiple inserts in a single command
I mean it does feel right just after a confirmation
15 replies
CC#
Created by dotnut on 12/16/2022 in #help
✅ Design decision over multiple inserts in a single command
so essentially if at any point something fails I have to fail the entire request right
15 replies