Xour
Xour
CC#
Created by Xour on 8/4/2024 in #help
Issues with LINQ query to left join three tables
@Anton , I am open to use other ORMs/alternatives. This is a read-only project, maybe Dapper could be more flexible/useful? (I have zero experience/exposure to Dapper!)
8 replies
CC#
Created by Xour on 8/4/2024 in #help
Issues with LINQ query to left join three tables
@network problem unfortunately, adding navigation properties is not an option
8 replies
CC#
Created by 𝓻𝓸𝓸𝓽𝔂 on 7/2/2024 in #help
βœ… User Input is glitching
Is there anything else in the code? This works: https://dotnetfiddle.net/R19fH5
28 replies
CC#
Created by eid on 6/30/2024 in #help
βœ… await in c#
Isn't await the completion of that thing without blocking the main thread? Unless you do Task.Run the code will be halted, isn't that correct?
47 replies
CC#
Created by Crazyy 999 on 6/27/2024 in #help
What's a good youtube tutorial about C#?
That is why it is a beatiful profession: you are always learning.
81 replies
CC#
Created by Crazyy 999 on 6/27/2024 in #help
βœ… What is more efficient the C# Written course or the videos from dotnet
That is up to you.
7 replies
CC#
Created by UnrealSPh on 6/20/2024 in #help
Do we really need microservices in order to scale out an application horizontally?
"Google uses X technology to scale to millions billions monthly users, so our company that has 267 monthly users should also use it"
You just described the company I work for
18 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
Thank you. I am looking at the code right now.
29 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
Thank you both, truly appreciate it!\
29 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
One more question, that still is not clear to me: where should I define the option classes?
29 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
Thank you. I will attempt to follow that example, still learning πŸ˜…
29 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
29 replies
CC#
Created by Xour on 5/6/2024 in #help
Options pattern in a shared class library
So I need to register the config in both projects, right? Where do I define the option classes?
29 replies