Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
Tuesday, March 23, 2021
ASP.NET Core and Swagger: Add Operations Programmatically
›
In this post, let's see how we can programmatically add Operations to Swagger document in an ASP.NET Core Application. I had a ...
Monday, March 15, 2021
WPF: External Login with Identity Server using Microsoft Edge WebView2
›
In this post, let's see how we can use Microsoft Edge WebView2 in a WPF Application to Sign In with an IdentityServer. This is i...
Tuesday, February 23, 2021
EF Core: Using HiLo Algorithm to Generate IDs
›
In this post, let's see how we can use Hi/Lo algorithm as the key generation strategy in EF Core. This can be achieved using Use...
Wednesday, February 10, 2021
EF Core: Owned Entity Types
›
In this post let's see what is Owned Entity Types in Entity Framework Core. This is a very nice feature when it comes to DDD. ...
Wednesday, January 27, 2021
Azure Pipelines: Create/Update Azure API Management APIs
›
In this post, let's see how we can create/update Azure API Management APIs from both classic release pipelines and YAML based pipel...
Thursday, January 14, 2021
Azure Pipelines: Passing Variables Between Jobs and Stages
›
In this post, let's see how we can pass variables between Stages and Jobs in Azure Pipelines. Consider the following simple pipeline...
Thursday, January 7, 2021
EF Core 5.0: Excluding Tables from Migrations
›
In this post, let's see how we can exclude Tables from Migrations in EF Core 5.0. It's actually pretty easy. Consider the belo...
1 comment:
Tuesday, December 29, 2020
EF Core 5.0: SaveChanges Events and Interceptors
›
In this post let's have a look at one of the new features that got introduced with EF Core 5.0. That is SaveChanges Events and Inte...
‹
›
Home
View web version