Author: Sachin Sharma
Published On: 10 Apr 2023
Views: 337
Comments: 0

How to enable auto redirection to https in dotnet core. use app.UseHttpsRedirection(); in the method Configure in Startup.cs

Author: Sachin Sharma
Published On: 31 Mar 2023
Views: 320
Comments: 0

API versioning is the practice of managing changes to an API and ensuring that these changes are made without disrupting clients. we may create multiple APIs that may be consumed by many clients.

Author: Sachin Sharma
Published On: 06 Dec 2022
Views: 568
Comments: 0

When website deploy on server due to process failure HTTP 502.5 error occur. Generally When deploy website on server and run the website due to process failure this error occur. there can be many reason to occur HTTP 502.5 error.

Author: Sachin Sharma
Published On: 05 Dec 2022
Views: 456
Comments: 0

With the help of Bind method in configuration can map appsetting section keys to a class.