by CPI Staff | Jan 28, 2025 | .NET, Blog, C#
In this blog post, I will show you how to build and run a C# application in Azure DevOps Pipelines. Estimated reading time: 3 minutes Table of contentsWhat Are Azure Pipelines?Step 1: Build the Console ApplicationStep 2: Create a YAML PipelineStep 3: Create a New...
by CPI Staff | Jul 29, 2024 | .NET, AI, Azure, Azure AI Services, Azure AI Vision, Blog, C#
This Azure AI Vision article will show you how to create a .NET app that reads handwritten text using Azure AI Vision. Microsoft Azure AI Services offers several AI services that can help streamline business processes or create in-house applications that can replace...
by CPI Staff | Jul 22, 2024 | .NET, Blog, C#
This Microsoft .NET article will explain what appsettings.json is in .NET and C# and how to use it. The ‘appsettings.json’ file allows us to manage an application configuration securely and efficiently and easily transition between development and...