Programming Blog
(Move to ...)
Programming Blogs
Health Blogs
▼
(Move to ...)
Home
▼
Showing posts with label
.net core
.
Show all posts
Showing posts with label
.net core
.
Show all posts
Saturday, 28 December 2024
How to use User-secret to protect secrets in dotnet application.
›
Using user secrets in a .NET Web API project to securely manage your database password is an excellent practice. It keeps sensitive info...
Saturday, 11 September 2021
simple use of Record in c#9 and newer versions
›
c# 9 introduces a new keyword Record which makes an object immutable. Properties in the record can be initialised at the time of creation o...
Thursday, 11 February 2021
How to Enable Cors in .net standard API ( or .net core API) for PUT GET and DELETE Methods
›
Error: Access to fetch at 'https://localhost:44340/api/employee' from origin 'https://localhost:44339' has been blocked by ...
›
Home
View web version