Category: HTTP
HTTP – Overview of the Basic Concepts
Posted by Vladimir Pecanac | Updated Date Jul 29, 2022 | HTTP, Web Development | 9
Cookie Authentication With ASP.NET Core and Angular
by Code Maze | Jul 18, 2022 | Angular, HTTP, Web Development | 4
In this article, we’re going to learn about cookie authentication with ASP.NET Core and...
Read MoreHttpClient vs RestSharp – Which One to Use in .NET
by Code Maze | Updated Date Jul 7, 2022 | C#, HTTP, Web Development | 12
HttpClient and RestSharp are HTTP Client libraries that we can use to consume APIs. Working within...
Read MoreResponse Caching in ASP.NET Core
by Muhammed Saleem | Updated Date Mar 7, 2023 | Caching, HTTP, Web Development | 0
In this article, we are going to discuss how response caching works in ASP.NET Core. To download...
Read MoreDistributed Caching in ASP.NET Core
by Muhammed Saleem | Updated Date Mar 7, 2023 | Caching, HTTP, Web Development | 3
In this article, we are going to learn what Distributed Caching is and how to implement...
Read MoreImplementing Passwordless Authentication in ASP.NET Core
by Code Maze | Updated Date Apr 7, 2022 | C#, HTTP, Intermediate, Web Development | 9
In this article, we are going to learn how to implement passwordless authentication in ASP.NET...
Read MoreIn-Memory Caching in ASP.NET Core
by Muhammed Saleem | Updated Date Mar 7, 2023 | Caching, HTTP, Web Development | 10
In this article, we are going to talk about the caching basics and how to implement In-Memory...
Read MoreMinimal APIs in .NET 6
by Code Maze | Updated Date Mar 1, 2022 | C#, HTTP, Web Development | 7
In this article, we are going to explain the core idea and basic concepts of the minimal APIs in...
Read MoreGoogle Sheets API with .NET Core
by Muhammed Saleem | Updated Date Dec 21, 2021 | C#, HTTP, Web Development | 6
In this article, we’re going to explore the Google Sheets API using the Google Sheets Client...
Read MoreAzure Queue Storage with ASP.NET Core
by Muhammed Saleem | Updated Date Dec 22, 2021 | C#, HTTP, Web Development | 9
In this article, we are going to learn Azure Queue Storage in depth. We’ll start with some...
Read MoreAzure BLOB Storage with ASP.NET Core and Angular
by Muhammed Saleem | Updated Date Dec 22, 2021 | C#, HTTP, Web Development | 3
In this article, we are going to take a look at the Azure Storage Platform and learn how to work...
Read MoreAzure SQL with ASP.NET Core Web API
by Muhammed Saleem | Updated Date Dec 23, 2021 | C#, HTTP, Web Development | 1
Azure offers a set of managed products called Azure SQL that takes the SQL Server capabilities into the cloud environment.
Read More