Using HttpContext.Items in ASP.NET Core

In ASP.NET Core, HttpContext.Items is a useful feature for storing data during the processing of an HTTP request. This collection allows you to share information between middleware, controllers, and other components without relying on session state or global variables. Key Features: Here is an example authorization handler that adds a value in the Items dictionary. and in … Read more

Why You Should Learn C#

Today, I want to talk to you about one of my favorite programming languages: C#. C# is a super cool language that you can use to create awesome web apps, Windows apps, video games, and more. In this blog post, I will tell you why learning C# is important and why C# is a very … Read more