Use Google Less Secure Apps
As we know Google’s low secure apps are discontinued on May 30, 2022. If you are using this feature, start considering switching to an app password to prevent any disruption in email delivery.
As we know Google’s low secure apps are discontinued on May 30, 2022. If you are using this feature, start considering switching to an app password to prevent any disruption in email delivery.
The same-origin configuration prevents a malicious location from reading sensitive data from another location.
Hello, in this blog we will write a program in a C# console application that accepts three parameters: the day, month, and year of a given date and returns the first date of the week based on that date.
By default, IIS does not work with the ASP.NET runtime when static content like images, ZIP files, and PDFs are requested. By bypassing the ASP.NET runtime for static content, any URL authorization rules specified in ASP.NET are ignored. As a result, it is possible for unauthorized users to view static content that resides in folders that are protected via ASP.NET’s URL authorization. To protect our static content from unauthorized access, this is one of the way to implement it.
In order to avoid using in-line middleware in the Program.cs file, we will now create a custom middleware.
Hello guys, In this article, we will learn about What is response headers in .net core with an example.
Unit testing using xUnit and Moq will be covered in full here, step by step. For a fundamental grasp of unit test cases, I recommend reading my blog post below.
Often while writing business logic we might come across scenarios where an application needs to send emails to customers, for example, to inform about the status of delivery in a shopping application, or to inform users about the status of the long running submitted jobs.
In this article, I will describe how to use Angular 11 (front end) with ASP.NET CORE to encrypt and decrypt the entire payload or any given id (API).
Utilizing middleware that I will walk you through step by step, you can use the same approach to get the payload or ids in ASP.NET CORE while using an interceptor to pass the payload or id with encryption on the angular side.
A Partial View is a Razor markup file (.cshtml) without an that renders HTML output within another markup file (another view).