Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Tuesday, October 24, 2023
C# 12.0: Collection Expressions and Spread Operator
›
We are less than a month away from .NET 8 official release ( .NET Conf 2023: November 14-16, 2023 ) and in this post, let's have a l...
Thursday, October 19, 2023
Azure API Management: Adding Local Self-hosted Gateway
›
Azure API Management is made up of an API gateway, a management plane, and a developer portal. In this post, let's see how we can a...
Wednesday, October 11, 2023
.NET 8 RC 2: IFormFile Support in [FromForm] in ASP.NET Core Minimal APIs
›
.NET 8 RC 2 was released today and we are just one month away from GA release. With this release, in ASP.NET Core Minimal APIs, ...
Friday, October 6, 2023
Calling an ASP.NET Core Web API Secured with Microsoft Entra ID using Azure Managed Identity
›
In this post, let's see how we can call an ASP.NET Core Web API Secured with Microsoft Entra ID (known as Azure AD) using an Azure ...
Wednesday, September 27, 2023
Visual Studio 2022 17.8.0 Preview 1.0: Case Preserving Find and Replace
›
In this post, let's have a look at some nice feature that got introduced with Visual Studio 2022 17.8.0 Preview 1.0 . Right now th...
Wednesday, September 20, 2023
.NET 8.0: Additional JsonNode Functionality
›
.NET 8 offers some exciting updates to System.Text.Json . One of my favorites of them is, now we have some handy additional functio...
Tuesday, September 19, 2023
Visual Studio 2022: HTTP Files and Variables
›
In this post, let's get to know some different ways to manage variables within HTTP Files. Let's consider the following simpl...
Wednesday, September 13, 2023
.NET In-Process Azure Durable Functions: Preserve Stack
Order When Passing Between Orchestrators, Activities etc
›
In this post let's see how we can preserve Stack<T> order when it's getting passed between Orchestrators/Activities in...
‹
›
Home
View web version