HOSSIEN014

HOSSIEN014 @hossien014

Joined:
Aug 7, 2024

HOSSIEN014
articles - 14 total

dotnet error: Invalid anti-forgery token found

this is the error : Microsoft.AspNetCore.Http.BadHttpRequestException: Invalid anti-forgery token...

Learn More 0 0Feb 14

differences of Transient and scoped in ASP NET

In ASP.NET, Transient and Scoped are two different types of dependency lifetimes when working with...

Learn More 0 0Dec 19 '24

what is the Bind attribute in the ASP MVC app

In an ASP.NET MVC application, the [Bind] attribute is used to specify which properties of a model...

Learn More 0 0Dec 18 '24

I got a C# certificate from Microsoft

a few days ago I noticed that freecodecamp and Microsoft offer a free certificate to c# developers.to...

Learn More 1 0Sep 27 '24

#pragma in C# - control the compiler

#pragma in C# is a compiler directive that allows developers to control the compiler’s behavior for...

Learn More 3 0Sep 25 '24

Creating middleware in ASP.NET Core

Creating middleware in ASP.NET Core involves building a class that processes HTTP requests and...

Learn More 3 0Sep 24 '24

what is YARP vs NGINX

YARP (Yet Another Reverse Proxy) is a reverse proxy library developed by Microsoft for .NET. It's...

Learn More 6 0Sep 23 '24

AuthenticationHandler in ASPNET

In ASP.NET Core Identity, an AuthenticationHandler is a component that implements the logic for...

Learn More 12 1Sep 17 '24

AuthorizationEndpoint vs TokenEndpoint

In OAuth 2.0, the AuthorizationEndpoint and TokenEndpoint serve different roles in the process of...

Learn More 3 0Sep 17 '24

Concepts of a Ticket in ASP.NET Identity

In ASP.NET Identity, a ticket refers to a structure used to represent the authentication information...

Learn More 0 0Sep 16 '24

common error code prefixes in ASP.NET

Here’s a more comprehensive and organized list of common error code prefixes used in ASP.NET Core and...

Learn More 0 1Aug 16 '24

Understanding and resolving errors in C#

Understanding and resolving errors in C# and ASP.NET, like the below error, requires a structured...

Learn More 0 0Aug 14 '24

Body was inferred but the method does not allow inferred body parameters:error

I faced the below error when I worked with Aspnet minimal Api. crit:...

Learn More 3 1Aug 14 '24

Error MSB3027 File Locked by Another Process

today when I tried to build my ASP project I got this error : used by another process. The file is...

Learn More 1 0Aug 12 '24