python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create beans dynamically using a DI framework
requirement is like this: user input is single character followed by an array of integers, such as 'A 1 2', 'B 3 4 5', 'C 1', etc. The single character means which class to construct and integers are ...
LLD
Votes: 0
Answers: 1
How to implement a class dependency injection based on the parameter types?
I have answered a question here about how to implement dependency injection with TypeScript's parameter decorators: Get class constructor argument names
Basically the solution looks like this:
const m...

Guerric P
Votes: 0
Answers: 0
Doubts about concurrency in injected services in ASP.NET Core
I have a service injected into the ASP.NET dotnet framework service container. I inject this service as a Singleton, and its function is to maintain several data structures (Dictionay, List, Queue) in...
Santi
Votes: 0
Answers: 0
Problems with user secrets in .Net console apps
I've created a .Net 6 console app. I added user secrets, but I only get the values defined in the appsettings.json file. I use Visual Studio Professional 2022 version 17.0.4.
Initial steps
Create a n...

Dennis
Votes: 0
Answers: 1