CoderJony
Home
Blog
Tags
About
Contact
.NET Core
AWS
Azure
Solution- ConfigurationSettings.GetConfig deprecated
By
Ankush Jain
|
Last Updated On Wednesday, Nov 14, 2018
.NET
Solution:
Just replace
ConfigurationSettings.GetConfig
with
ConfigurationManager.GetSection
Ankush Jain
Software Engineer
Recent Posts
Authenticating users in ASP.NET Core MVC using Amazon Cognito
By Ankush Jain
Mar, 2023
Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch
By Ankush Jain
Mar, 2023
Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections
By Ankush Jain
Jan, 2023
Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs
By Ankush Jain
Oct, 2022
Structured Logging with NLog in AWS Lambda using .NET Core
By Ankush Jain
Sep, 2022
Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance
By Ankush Jain
Aug, 2022
Getting Started with AWS CDK using .NET
By Ankush Jain
Jul, 2022
Determine the right memory for your Lambda using AWS CloudWatch Logs Insights
By Ankush Jain
Jul, 2022
Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core
By Ankush Jain
May, 2022
Logging to AWS CloudWatch using Log4Net in .NET Core
By Ankush Jain
Apr, 2022