Month: April 2024
-
Solve Pipe Has Been Ended in Git and Visual Studio
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 Solution
-
Creating package with Azure Artifacts
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…
-
Five Steps to Customize Your Azure DevOps Process
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…
-
Building AI application with .NET
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. You can get started…