BokoGanga
BokoGanga
CC#
Created by BokoGanga on 1/4/2023 in #help
❔ Logging Sudden Application Shutdown
I will check those out and play around with them. Thanks a lot guys. I really appreciate it
19 replies
CC#
Created by BokoGanga on 1/4/2023 in #help
❔ Logging Sudden Application Shutdown
this seems to only work with .NET6 and above. Mine is on .NET5 unfortunately
19 replies
CC#
Created by BokoGanga on 1/4/2023 in #help
❔ Logging Sudden Application Shutdown
I have already an exception handler that handles most of my app's exceptions, but due to the nature of the app, I need logs for when the source of the crashes is outside the app's logic.
19 replies
CC#
Created by BokoGanga on 1/4/2023 in #help
❔ Logging Sudden Application Shutdown
This is an option I havent seen before. Yes, it is a dotnet app. I will test it and get back to you. Thank you very much.
19 replies
CC#
Created by BokoGanga on 10/24/2022 in #help
EF Core Querying a List of Rows
yeah, that worked perfectly. Thanks a lot
3 replies
CC#
Created by BokoGanga on 10/19/2022 in #help
Setting the id of an object to property in a nested Object on creation
Yes, I meant the QuestionId of the new QuestionText needs to be that of the newly created question. I am using EF but I didn't know it would assign the foreign key value automatically on creation. I will try that and see the results. Thanks for your answer
6 replies
CC#
Created by BokoGanga on 10/7/2022 in #help
EF Core migrations script failing but not enough details!
No, I'm not user Identity. I think I know the migration thats causing the issue and the entity too. I commented the migration's code and still the exception is thrown
14 replies
CC#
Created by BokoGanga on 10/7/2022 in #help
EF Core migrations script failing but not enough details!
Thanks a lot
14 replies
CC#
Created by BokoGanga on 10/7/2022 in #help
EF Core migrations script failing but not enough details!
Didn't add any extra info. Looks like there is no such thing.
14 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
Perfect. Thanks a lot.
18 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
I will look into it. As for the excel parsing libraries im using, they accept streams to parse the data. I don't know if this will be doable or not. Will see how it goes
18 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
That's what I was trying to achieve. Download the file as stream into memory, and then get the data as byte[] without the need to download the file into the root directory.
18 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
I see. That's what I needed to know. Thanks a lot.
18 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
is it mandatory to inject the HttpClient into the service? This is a service linked to an API controller
18 replies
CC#
Created by BokoGanga on 8/29/2022 in #help
Reading file content from Azure Blob Storage
from a URL not a downloaded file in a directory
18 replies
CC#
Created by BokoGanga on 8/22/2022 in #help
Two SwaggerUI for one Solution
yeah I figured it out. it has a property to add a title
20 replies
CC#
Created by BokoGanga on 8/22/2022 in #help
Two SwaggerUI for one Solution
anywhere to change the title of the document?
20 replies
CC#
Created by BokoGanga on 8/22/2022 in #help
Two SwaggerUI for one Solution
@Angius thanks a lot. It worked like a charm. Life saver. 🙇
20 replies