Category: HTTP
HTTP – Overview of the Basic Concepts
Posted by Vladimir Pecanac | Updated Date Sep 10, 2020 | HTTP, Web Development | 9
Creating Resilient Microservices in .NET with Polly
by Code Maze | Updated Date Mar 20, 2021 | C#, Design Pattern, HTTP, Intermediate | 0
In this article, we are going to look at one of the key challenges with building microservices:...
Read MoreAzure SQL with ASP.NET Core Web API
by Muhammed Saleem | Updated Date Mar 12, 2021 | C#, HTTP, Web Development | 0
Azure offers a set of managed products called Azure SQL that takes the SQL Server capabilities into the cloud environment.
Read MoreUsing HttpClientFactory in ASP.NET Core Applications
by Marinko Spasojevic | Mar 3, 2021 | C#, HTTP, Web Development | 2
Up until now, we’ve been using HttpClient directly in our services. In every service,...
Read MoreCanceling HTTP Requests in ASP.NET Core with CancellationToken
by Marinko Spasojevic | Updated Date Mar 3, 2021 | C#, HTTP, Web Development | 4
It is quite a possible situation to have a user navigating to the client application’s page...
Read MoreUsing Streams with HttpClient to Improve Performance and Memory Usage
by Marinko Spasojevic | Updated Date Mar 1, 2021 | C#, HTTP, Web Development | 4
Up until now, we were using strings to create a request body and also to read the content of the...
Read MoreUsing HttpClient to Send HTTP PATCH Requests in ASP.NET Core
by Marinko Spasojevic | Updated Date Feb 24, 2021 | C#, HTTP, Web Development | 0
In our two previous articles, we have covered a lot of ground regarding the CRUD operations with...
Read MorePOST, PUT, and DELETE Requests Using HttpClient in ASP.NET Core
by Marinko Spasojevic | Updated Date Feb 22, 2021 | C#, HTTP, Web Development | 0
In the previous article, we have learned how to integrate HttpClient in ASP.NET Core, and how to...
Read MoreFetching Data and Content Negotiation with HttpClient in ASP.NET Core
by Marinko Spasojevic | Updated Date Feb 17, 2021 | C#, HTTP, Web Development | 3
In this article, we are going to learn how to integrate and use HttpClient in ASP.NET Core...
Read MoreCreating Serverless Apps with .NET using Azure Functions
by Muhammed Saleem | Updated Date Jan 12, 2021 | C#, HTTP, Web Development | 0
In this article, we are going to learn how to create Serverless Applications on the cloud using...
Read MoreUsing the API Gateway Pattern In .NET to Encapsulate Microservices
by Code Maze | Updated Date Jan 5, 2021 | C#, Design Pattern, HTTP, Web Development | 6
In this article, we are going to look at how the API Gateway pattern can be used to encapsulate...
Read MoreSecuring TeamCity on Windows with Let’s Encrypt
by Vladimir Pecanac | Updated Date Sep 4, 2020 | Continuous Delivery, Continuous Integration, DevOps, HTTP | 3
TeamCity is currently one of the best build servers out there. It works exclusively on-premises...
Read MoreConsuming GitHub API (REST) With Flurl
by Vladimir Pecanac | Updated Date Sep 4, 2020 | C#, HTTP | 0
In our article A Few Great Ways to Consume RESTful API in C# we introduced a few different ways to...
Read More