Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Monday, July 19, 2021
Visual Studio 2022 Preview 2: New Project Properties Page
›
Visual Studio 2022 Preview 2 was released last week, and in this post, let's have a look at another new feature that got introduced...
Friday, July 16, 2021
.NET 6 Preview 6: Introducing OpenAPI Support in Minimal APIs in ASP.NET Core
›
We are getting closer to .NET 6 final release and this week .NET 6 Preview 6 was released. .NET 6 Preview 4 has introduced Minimal...
Wednesday, July 14, 2021
Azure DevOps: Building Projects Targeting .NET 6
›
This is a quick post on how you can build a project targetting .NET 6 in Azure DevOps Pipelines. As of the day I am writing this post (14...
Wednesday, July 7, 2021
Azure DevOps: Deploying an ASP.NET Core Worker Service to Azure Container Instances
›
I had a requirement where I wanted to run a timely job. Thought of using an Azure Function, but due to the complexity of the job, moved...
Thursday, July 1, 2021
Received Microsoft MVP Award in Developer Technologies
›
I am honored to receive the precious Microsoft Most Valuable Professional (MVP) Award for the eighth consecutive year. As always lo...
Wednesday, June 30, 2021
PowerShell: Running Multiple Invoke-Sqlcmd Within a Transaction
›
I had a requirement where I want to run set of .SQL scripts in a folder, either all scripts should get executed or none should get executed....
Tuesday, June 22, 2021
EF Core and MS SQL Server: Adding Migrations for a Table that has System-Versioning Enabled
›
Note: this post on based on EF Core 5.x. In this post, let's see how we can add EF database migration for a table that has System-V...
1 comment:
Monday, June 14, 2021
.NET 6 Preview 4: Async Streaming in ASP.NET Core
›
In this post, let's go through another feature that got introduced to ASP.NET Core in .NET 6 Preview 4 . That is Async Streaming . ...
Monday, June 7, 2021
.NET 6 Preview 4: Introducing Minimal APIs in ASP.NET Core
›
In this post, let's see one of the nicest features coming in with ASP.NET Core in .NET 6 . This feature is called Minimal APIs , th...
Tuesday, June 1, 2021
Azure Durable Functions: Change the Storage Provider from Azure Storage to Microsoft SQL Server
›
During the Microsoft Build 2021 last week, there was an important announcement related to Azure Durable Functions . For all this t...
‹
›
Home
View web version