danno8524
danno8524
CC#
Created by danno8524 on 6/22/2024 in #help
Newbie VSCode Running Locally Problem
No description
21 replies
CC#
Created by danno8524 on 6/28/2023 in #help
❔ Access AppSettings from CSHTML in ASP.NET core
7 replies
CC#
Created by danno8524 on 6/27/2023 in #help
❔ Access AppSettings.json in asp.net core
31 replies
CC#
Created by danno8524 on 5/30/2023 in #help
❔ Accessing StorageConnectionString from AppSettings.json Asp.net core 6.0
Attempting to get access to my Azure Table connection string using CloudStorageAccount storageAccount = CloudStorageAccount.Parse( CloudConfigurationManager.GetSetting("StorageConnectionString")); I am recieving error "System.DllNotFoundException: 'Unable to load DLL 'fusion.dll' or one of its dependencies: The specified module could not be found." What is going on here?
7 replies
CC#
Created by danno8524 on 2/22/2023 in #help
❔ Date Formatting in C#
I have an incoming date of string as 202302220811 and would like to convert this to 02/22/23 08:11 AM. What is the syntax for doing this. Convert.ToDate does not like the string....
6 replies
CC#
Created by danno8524 on 10/19/2022 in #help
Get Environment Variables...
I am trying to get the connection string for my Azure Tables with the following code. TableServiceClient tableServiceClient = new TableServiceClient(Environment.GetEnvironmentVariable("StorageConnectionString")); This is returning a null value... My question is where should I be storing this connection string in a ASP.net core 6.0 app?
27 replies
CC#
Created by danno8524 on 9/22/2022 in #help
Access Azure Table Storage from Asp.net 6.0 core
2 replies