Problem
You clone your repository, and after creating a project, you commit to GitHub. However, GitHub tell you an error “Pipe Has Been Ended.”
Cause
There are several reasons why this case happens.
Misconfiguration of your GitHub setting
Some characters are not allowed to commit to GitHub.
Solution
Rebuild your project
On The Git Changes, find the Chang...
[More]
Package is reusable component that can be reused between projects. On Azure DevOps, there is Azure artifact that can help the team to manage the package. Package can be made by many standardized platform such as Marven, NPM, NuGet, etc. The package is hosted privately in Azure Artifacts. If you want to know what is Azure Artifacts please view the video. On this article, we will dis...
[More]
Having your own process is good. However, not all Azure DevOps users know how to customize their Azure Boards to fit their DevOps Process. In this article, we want to discuss five steps to customize the Azure DevOps Process. Before you go you need to fulfil the requirements:
You have active Azure DevOps at https://dev.azure.com
You are the creator/administrator of the organization and are able...
[More]
In order to build AI application with .NET, we have three options the first one is using Gemerative AI with .NET, AI Services in .NET, and Machine Learning with .NET.
Generative AI with .NET:
Generative AI allows us to create novel content, such as text, images, or music, using machine learning models. Within the .NET ecosystem, developers can harness this power to craft cutting-edge applicatio...
[More]