Encrypt and decrypt strings in ASP.NET Core using Data Protection.
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...
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...
1. Problem statement ‘IHeaderDictionary’ does not contain a definition for ‘Referrer’ and no accessible extension method ‘Referrer’ accepting a first argumen...
INDEX Context Static files WWWroot folder Enable the static files in the ASP.NET Core project Reading static files
INDEX Context Using the IHttpContextAccessor Accessing HttpContext via Dependency Injection Accessing HttpContext via Dependency Injection in a stat...
INDEX What is a recursion? Simple recursion Example: Power Example: Factorial Download samples
INDEX What is an array? What is a multidimensional array? 2d and 3d arrays Examples
ASP.NET Core Creating a new ASP.NET Core Web Application on choosing an empty template will leave you with the empty configuration in the startup class fi...
If you are getting the below error when try to use the Task<>, The type or namespace name ‘Task<>’ could not be found (are you missing a using di...
You might be getting this error when trying to convert the Enumerable to List using ToList. It means the namespace to import the LINQ has been missed in your...