Jaliya's Blog
Pages
(Move to ...)
Home
Sessions
TNWiki
Featured
Contact
▼
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...
Tuesday, December 15, 2020
Azure Functions: Change PlanType from Consumption (Serverless) to Premium
›
This is a quick post on how we can change the Plan Type of an Azure Function App from Consumption (Serverless) to a Premium Plan. If...
Thursday, December 3, 2020
EF Core 5.0: Many to Many Relationships
›
One of the nicest features available in EF Core 5.0 is now you can define a many-to-many relationship without explicitly mapping the jo...
‹
›
Home
View web version