
NEGA
SDE / Blogger / BOT automation / Business development
You may also enjoy
Encrypt and decrypt strings in ASP.NET Core using Data Protection.
9 minute read
1. Introduction The ASP.NET Core data protection provides the cryptographic API to encrypt and decrypt the string with a purpose key that includes key manage...
IHeaderDictionary does not contain a definition for Referrer and no accessible extension method Referrer accepting a first argument of type IHeaderDictionary could be found (are you missing a using directive or an assembly reference
1 minute read
1. Problem statement ‘IHeaderDictionary’ does not contain a definition for ‘Referrer’ and no accessible extension method ‘Referrer’ accepting a first argumen...
Using static files in ASP.NET Core
2 minute read
INDEX Context Static files WWWroot folder Enable the static files in the ASP.NET Core project Reading static files
How to Access the HttpContext in a Class Library in ASP.NET Core?
3 minute read
INDEX Context Using the IHttpContextAccessor Accessing HttpContext via Dependency Injection Accessing HttpContext via Dependency Injection in a stat...
Leave a comment