Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Tuesday, May 6, 2025
ASP.NET Core 9.x: Support for Polymorphic Types with [FromForm]
›
I recently wanted to have an ASP.NET Core Web API endpoint, that accepts data via [ FromForm ] and the payload contains a Polymorphic...
Sunday, May 4, 2025
EF Core 10.0: Simplified LeftJoin and RightJoin
›
In this post, let's see a nice feature that is already available with EF Core 10.0 Preview . For an example, consider the follo...
Saturday, May 3, 2025
ASP.NET Core 10.0: OpenAPI Document in YAML Format
›
ASP.NET Core 10.0 , now supports OpenAPI specification in YAML format. YAML also supports multi-line strings, which can be useful f...
Friday, May 2, 2025
ASP.NET Core 10.0: OpenAPI 3.1 Support
›
From ASP.NET Core 10.0 , the default OpenAPI version would be 3.1.x . Prior to ASP.NET Core 10.0 , the default OpenAPI version was...
Thursday, April 17, 2025
C# 14.0: Introducing Extension Members and Null-Conditional Assignment
›
Visual Studio 17.14.0 Preview 3.0 got released earlier today and now you can try out two nice C# 14.0 features that got released wi...
Wednesday, April 9, 2025
Azure DevOps: NuGet: Command Not Found with Ubuntu-Latest (24.04)
›
Our builds started failing today and it's Microsoft Servicing Tuesday even though it's Wednesday over here. We are using ubuntu-lat...
Monday, April 7, 2025
Migrating Azure Durable Function App to Use Durable Task Scheduler: Running in Azure
›
In my previous post I wrote about Migrating Azure Durable Function App to Use Durable Task Scheduler: Running Locally . And in this...
Thursday, April 3, 2025
Migrating Azure Durable Function App to Use Durable Task Scheduler: Running Locally
›
Durable Task Scheduler (DTS) is the latest addition to Azure Durable Functions. The public preview is announced a couple of weeks ago,...
‹
›
Home
View web version