sibber
sibber
CC#
Created by Faker on 3/31/2025 in #help
Resource to learn making GUI in C#
oh
37 replies
CC#
Created by Faker on 3/31/2025 in #help
Resource to learn making GUI in C#
what thing is that
37 replies
CC#
Created by Faker on 3/31/2025 in #help
Resource to learn making GUI in C#
once you understand the basics well you can switch to a modern framework
37 replies
CC#
Created by Faker on 3/31/2025 in #help
Resource to learn making GUI in C#
i recommend starting with WPF because of the amount of online resources
37 replies
CC#
Created by Mauricio on 3/20/2025 in #help
Calendar functionality
i heard good things about nodatime
4 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
id say just do what sounds good to you, and build experience so you can form opinions
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
theres a very highly debated topic
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
there isnt really one "good idea"
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
those are essentially what the slices are
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
and not have them tightly coupled to anything else
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
The big thing was just stopping using repositories and to use the dbContext directly in each feature slice?
no thats unrelated. the big thing is putting things that are directly related to each other, together
81 replies
CC#
Created by Cydo on 3/18/2025 in #help
✅ Vertical Slice Architecture and Shared Code?
thats semi VSA but sure do what works for you
81 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
i dont think ive ever used non generic IEnumerable or any non generic collection
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
good point
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
right
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
ohh
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
why wouldnt it
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
wdym?
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
its covariant
41 replies
CC#
Created by Jasonnn on 3/18/2025 in #help
Nongeneric interfaces and collection classes
but you could always use IEnumerable<object>
41 replies