How to Create a Custom Authorize Attribute in ASP.NET Core
Authorization is a security mechanism that determines a user’s access level to a resource....
Read MoreAuthorization is a security mechanism that determines a user’s access level to a resource....
Read MoreIn C#, when we create a new object that is a copy of an existing object, we can either create a...
Read Moreby Alvaro Montoya | Updated Date Mar 25, 2023 | 0
When developing a website, we may want to respond to certain events with specific event data...
Read Moreby Vladimir Pecanac | Updated Date Mar 24, 2023 | 0
Issue 166# of the Code Maze weekly. Check out what’s new this week and enjoy the read. Wanna...
Read Moreby Ahsan Ullah | Updated Date Mar 24, 2023 | 0
In this post, we are going to learn how to create a custom JsonConverter in Json.NET. To download...
Read MoreIn this article, we are going to learn about the AddEndpointsApiExplorer method in ASP.NET Core....
Read MoreIn this article, we are going to see different ways to get the currently authenticated user using...
Read MoreIn this article, we are going to cover the DataTable class in C#. To download the source code for...
Read Moreby Ivan Matec | Updated Date Mar 20, 2023 | 0
MemoryStream in C# is a class that provides a stream implementation for in-memory data and offers...
Read Moreby Vladimir Pecanac | Updated Date Mar 17, 2023 | 0
Issue #165 of the Code Maze weekly. Check out what’s new this week and enjoy the read. Wanna...
Read More