How to bypass proxy with IHttpClientFactory
In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)HttpClient is probably one of the most important and most commonly used class in .NET ecosystem. However, it looks like not every developer (including myself) knows how to properly use it.
By Mirek on (tags: ASP.NET, HttpClient, HttpClientFactory, .NET 6.0, categories: architecture, code, web)Today I’ll show you how to pass a JWT Bearer authentication token to your ASP.NET Core 6.0 web application by appending it to the url query string. And all this is possible using just few lines of code
By Mirek on (tags: ASP.NET, authentication, Authorization, JWT, categories: code, security, web)In this post I’ll briefly show you how to perform basic data transformation on data stream in Vega chert spec. Keep reading.
By Mirek on (tags: charts, JSON, Vega, categories: tools, code)Today I’ll show you how easy it is to deploy and configure an ASP.NET Core web application on Azure AppService with linux os.
By Mirek on (tags: AppService, asp.net Core, azure, categories: azure, architecture, code, web)In the previous post we’ve seen how to enable OData support on existing ASP.NET Core Web API application. In this post wil will configure the OData Entity Data Model.
By Mirek on (tags: asp.net Core, OData, categories: architecture, code, web)Let’s see how easy it is to enable OData on your existing ASP.NET Core WebAPI project.
By Mirek on (tags: asp.net Core, OData, Web API, categories: architecture, code, web)There was an incredible feature introduced in .NET 5 and now it’s even improved - source generators. Let’s have a quick glance on how we can harness its potential.
By Mirek on (tags: .net, Source Generators, categories: None)If you develop a Windows Presentation Foundation (or UWP or MAUI) application with MvvM pattern and don’t use any framework for that like Prism, you better take a look at what .NET Community Toolkit has prepared for you.
By Mirek on (tags: Community Toolkit, mvvm, .net, WPF, categories: tools, code)Today we will implement a Node.js based API and deploy it as Azure Function using Visual Studio Code. Keep reading…
By Mirek on (tags: Azure Functions, Node.js, Visual Studio Code, categories: azure, architecture)