DΣX
DΣX
CC#
Created by walidmostafa77 on 1/17/2025 in #help
Help Integrating email service in .NET
yeah, ive read that. and its all good. your right. just saying it may still work for certain usecases.
18 replies
CC#
Created by walidmostafa77 on 1/17/2025 in #help
Help Integrating email service in .NET
No description
18 replies
CC#
Created by illusioncloud on 1/17/2025 in #help
Copy paste detector
Cloned code 'can' be ok sometimes. Just saying 😁
8 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
you are doing that already?!
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
pass in iconfiguration during startup
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
so you are not really about quarz, but rather about the henn-and-egg problem of creating a database then using that database to extract a connection string in order to use this in another database connection
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
i'd probably extract that db connection string building into a piece of config codeand use this in your db and in your quartz configuration
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
well i mean using the service provider to build everything beforehand is odd.
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
oh
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
you have to do it the other way arround though. let the di create the jobs for you, and then start them
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
quarz can do DI as well
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
but now how to do in quartz. i need to go far back in history ... 😄
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
No description
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
not sure what you are talking about ... basically first sentence is: Hangfire is completely free even for commercial use.
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
let me check the code
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
i just remember that there was barely any migration effort between the two, so i assum u can use di there as well
38 replies
CC#
Created by Maik on 1/17/2025 in #help
DI Service Usage in Quartz.NET registration
when i last used quartz, there was no way to have it sync job execution with multiple app instances, which made it a big no no for any serious app, as scalability is essentially not given. just want to make sure this is not a concern for you, or they have added support for it?! we use hangfire, as the whole job scheduling is done in a database and you can set up jobs to not run in parallel. i am not certain, but i believe hangfire can be used in a way that allows for services to be injected as usual.
38 replies
CC#
Created by illusioncloud on 1/17/2025 in #help
Copy paste detector
ah ok, the CPD website explains it. https://pmd.github.io/pmd/pmd_userdocs_cpd.html it is essentially trying to push u towards the DRY principle. Interesting! what are your problems with integrating the CPD cli?
8 replies
CC#
Created by illusioncloud on 1/17/2025 in #help
Copy paste detector
i have no direct idea, as i have never thought about the problem. are you trying to detect code that is duplicated within the same codebase or do you want to check if the code is also used outside, in open source repos?
8 replies
CC#
Created by walidmostafa77 on 1/17/2025 in #help
Help Integrating email service in .NET
18 replies