Miniprofiler in .net coreMiniProfiler is a powerful performance profiling tool for .NET Core applications. It allows developers to easily identify and troubleshoot…Jan 15, 2023Jan 15, 2023
Inheritance strategies in EF CoreIn Entity Framework Core (EF Core), inheritance is a powerful feature that allows you to model a hierarchical relationship between your…Jan 15, 2023Jan 15, 2023
Tree structure in SQL ServerTree structures are a common data model used in many applications to represent hierarchical relationships between elements. In SQL Server…Jan 15, 2023Jan 15, 2023
Configure ELK stack in .NET Core 6Every application needs a log centralized log system and for that, in this article, I will configure ElasticSearch and Kibana in .NET core…May 22, 2022May 22, 2022
Use a self-hosted agent for the Azure pipelineIn my last article, I wrote about how you can define a CI/CD pipeline using the Azure pipeline.Feb 27, 2022Feb 27, 2022
Define CI&CD in one Azure pipelineA few weeks ago a client asked me how to create a new pipeline and combine CI&CD in the same pipeline.Oct 22, 2021Oct 22, 2021
How to call report server in .net 5Even if we are using the last Microsoft releases we also need from time to time to call old or unsupported features. For example, how to…Jan 16, 2021Jan 16, 2021
Use Git in Visual Studio 2019After the migration from TFSVC to Git is done, now is time to learn how to use Git in Visual Studio 2019 using Git integrated options from…Nov 21, 2020Nov 21, 2020
Import TFSVC repository to GitIf you are still using the TFSVC repository (on Azure DevOps or TFS on-premise server), now is time to move forward and migrate to Git. In…Nov 15, 2020Nov 15, 2020