﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=cristopher-coronado" rel="self" type="application/rss+xml" /><item><title>Building Prompt-Routed Workflow Selection with Azure AI Foundry Model Router and Microsoft Agent Framework for GraphRAG</title><description>Build deterministic, observable, and resilient prompt-routed workflows with Azure AI Foundry Model Router and Microsoft Agent Framework for robust orchestration.</description><link>https://www.c-sharpcorner.com/article/building-prompt-routed-workflow-selection-with-azure-ai-foundry-model-router-and3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-prompt-routed-workflow-selection-with-azure-ai-foundry-model-router-and3/</guid><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Measure Agent Quality and Safety with Azure AI Evaluation SDK and Azure AI Foundry</title><description>Ensure agent reliability with Azure AI Evaluation SDK &amp;amp; Foundry. Measure quality, safety, &amp;amp; traceability for production GraphRAG agents. Detect regressions early!</description><link>https://www.c-sharpcorner.com/article/measure-agent-quality-and-safety-with-azure-ai-evaluation-sdk-and-azure-ai-found/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/measure-agent-quality-and-safety-with-azure-ai-evaluation-sdk-and-azure-ai-found/</guid><pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>From Single Agent to Multi-Agent Workflows: Three Orchestration Patterns for GraphRAG</title><description>Explore GraphRAG workflows: chain, parallelize, and route agents for complex queries. Learn prompt engineering, MCP concurrency, and optimize search strategy.</description><link>https://www.c-sharpcorner.com/article/from-single-agent-to-multi-agent-workflows-three-orchestration-patterns-for-gra/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/from-single-agent-to-multi-agent-workflows-three-orchestration-patterns-for-gra/</guid><pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>From MCP Server to Conversational Agent: GraphRAG Meets Microsoft Agent Framework</title><description>Build an intelligent conversational agent from your GraphRAG MCP server using Microsoft Agent Framework! Automate knowledge graph searches with GPT-4o and streamline tool routing.</description><link>https://www.c-sharpcorner.com/article/from-mcp-server-to-conversational-agent-graphrag-meets-microsoft-agent-framewor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/from-mcp-server-to-conversational-agent-graphrag-meets-microsoft-agent-framewor/</guid><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Turning your Knowledge Graph into an MCP Server with FastMCP</title><description>Expose your GraphRAG knowledge graph as an MCP server using FastMCP! Enable AI agents to discover &amp;amp; query it automatically. Build a universal AI tool connector.</description><link>https://www.c-sharpcorner.com/article/turning-your-knowledge-graph-into-an-mcp-server-with-fastmcp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/turning-your-knowledge-graph-into-an-mcp-server-with-fastmcp/</guid><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building Knowledge Graphs with Microsoft GraphRAG and Azure OpenAI</title><description>Unlock AI&amp;#39;s potential with GraphRAG! Build knowledge graphs using Microsoft GraphRAG and Azure OpenAI to answer complex questions beyond standard RAG. Learn how!</description><link>https://www.c-sharpcorner.com/article/building-knowledge-graphs-with-microsoft-graphrag-and-azure-openai/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-knowledge-graphs-with-microsoft-graphrag-and-azure-openai/</guid><pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building a Voice-Powered AI Tech Interviewer with Next.js and Azure AI</title><description>Ace your tech interviews with AI Tech Interview! Practice communication skills using Next.js, Azure AI, and voice. Get instant, detailed feedback. Land your dream job!</description><link>https://www.c-sharpcorner.com/article/building-a-voice-powered-ai-tech-interviewer-with-next-js-and-azure-ai/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-voice-powered-ai-tech-interviewer-with-next-js-and-azure-ai/</guid><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Serverless ML on AWS: How I Cut Inference Costs by 99% with Lambda &amp;amp; ONNX</title><description>Cut ML inference costs by 99% using AWS Lambda and ONNX! This guide details serverless deployment, model comparison, dark mode, and engineering lessons learned. Optimize your ML workflow!</description><link>https://www.c-sharpcorner.com/article/serverless-ml-on-aws-how-i-cut-inference-costs-by-99-with-lambda-onnx/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/serverless-ml-on-aws-how-i-cut-inference-costs-by-99-with-lambda-onnx/</guid><pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Real-Time Streaming for AI Agents: Implementing AG-UI Protocol with Microsoft Agent Framework and Azure OpenAI</title><description>In this article, we&amp;#39;ll transform our agent into a real-time streaming experience, similar to ChatGPT. Users will see text appearing progressively as the AI generates it, creating a more engaging a</description><link>https://www.c-sharpcorner.com/article/real-time-streaming-for-ai-agents-implementing-ag-ui-protocol-with-microsoft-ag/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/real-time-streaming-for-ai-agents-implementing-ag-ui-protocol-with-microsoft-ag/</guid><pubDate>Sun, 07 Dec 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Build a Serverless AutoML Platform on AWS for Just $0.02 per Training Job</title><description>Build a serverless AutoML platform on AWS for just $10-25/month! Train models by uploading CSVs. A cost-effective alternative to SageMaker endpoints.</description><link>https://www.c-sharpcorner.com/article/build-a-serverless-automl-platform-on-aws-for-just-0-02-per-training-job/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/build-a-serverless-automl-platform-on-aws-for-just-0-02-per-training-job/</guid><pubDate>Wed, 03 Dec 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building a Modern Task Management AI Agent: Separating Backend and Frontend with Next.js and Azure Static Web Apps</title><description>Modernize your AI Task Agent! Learn to separate .NET backend from a Next.js frontend with Azure Static Web Apps. Boost UX, scalability, and development speed.</description><link>https://www.c-sharpcorner.com/article/building-a-modern-task-management-ai-agent-separating-backend-and-frontend-with/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-modern-task-management-ai-agent-separating-backend-and-frontend-with/</guid><pubDate>Sun, 16 Nov 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Real-Time Observability for AI Agents with .NET Aspire, Application Insights &amp;amp; OpenTelemetry</title><description>Master AI agent observability with .NET Aspire, Application Insights, and OpenTelemetry. Monitor performance, debug issues, and ensure production readiness. From local dev to Azure!</description><link>https://www.c-sharpcorner.com/article/real-time-observability-for-ai-agents-with-net-aspire-application-insights-o/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/real-time-observability-for-ai-agents-with-net-aspire-application-insights-o/</guid><pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Securing your AI Task Agent with Azure AI Content Safety</title><description>Secure your AI Task Agent with Azure AI Content Safety! This article details how to implement a two-layer defense against prompt injection attacks and harmful content. Learn to protect your AI applica</description><link>https://www.c-sharpcorner.com/article/securing-your-ai-task-agent-with-azure-ai-content-safety/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/securing-your-ai-task-agent-with-azure-ai-content-safety/</guid><pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building an AI Task Management Agent using Microsoft Agentic AI Framework</title><description>Discover how to build intelligent AI agents using the Microsoft Agentic AI Framework and Azure OpenAI. This guide covers setting up Azure resources, deploying models like gpt-4o-mini, creating functio</description><link>https://www.c-sharpcorner.com/article/building-an-ai-task-management-agent-using-microsoft-agentic-ai-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-an-ai-task-management-agent-using-microsoft-agentic-ai-framework/</guid><pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Enhancing Language Learning with Azure AI Speech Pronunciation Assessment</title><description>Discover how the Azure AI Speech Pronunciation Assessment enhances language learning by providing real-time feedback on pronunciation accuracy, fluency, and intonation. </description><link>https://www.c-sharpcorner.com/article/enhancing-language-learning-with-azure-ai-speech-pronunciation-assessment/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enhancing-language-learning-with-azure-ai-speech-pronunciation-assessment/</guid><pubDate>Sun, 30 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Azure AI Video Indexer: A Powerful Tool for Video Analysis</title><description>Azure AI Video Indexer (VI) is a cloud-based service that helps businesses and developers extract valuable insights from videos using artificial intelligence (AI). This tool can automatically analyze </description><link>https://www.c-sharpcorner.com/article/azure-ai-video-indexer-a-powerful-tool-for-video-analysis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-ai-video-indexer-a-powerful-tool-for-video-analysis/</guid><pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Bringing Digital Voices to Life: Azure AI Text-to-Speech Avatar</title><description>Azure AI Text-to-Speech Avatar is&amp;#160;a tool designed to create digital avatars that can speak in a remarkably human-like manner. This innovation is changing the way we interact with AI, making virtu</description><link>https://www.c-sharpcorner.com/article/bringing-digital-voices-to-life-azure-ai-text-to-speech-avatar/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bringing-digital-voices-to-life-azure-ai-text-to-speech-avatar/</guid><pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Document Translation Solution Using Azure AI .NET and React</title><description>This guide covers integrating Azure Cognitive Services for seamless language translation, enabling real-time multilingual support. Discover how to use AI-powered translation for efficient and scalable</description><link>https://www.c-sharpcorner.com/article/document-translation-solution-using-azure-ai-net-and-react/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/document-translation-solution-using-azure-ai-net-and-react/</guid><pubDate>Sun, 23 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Generating Images with Amazon Bedrock</title><description>Amazon Bedrock enables developers to generate images and more using foundation models. This guide walks through implementing an API and UI with Node.js to generate images, leveraging Amazon Titan Imag</description><link>https://www.c-sharpcorner.com/article/generating-images-with-amazon-bedrock/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generating-images-with-amazon-bedrock/</guid><pubDate>Sun, 02 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Image Moderation System with AWS Rekognition, Nest.js, and React</title><description>Automatic picture analysis is used by image moderation systems to find and mark potentially offensive or dangerous content.
This post will discuss how to use AWS Rekognition, Nest.js, and React to cre</description><link>https://www.c-sharpcorner.com/article/image-moderation-system-with-aws-rekognition-nest-js-and-react/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/image-moderation-system-with-aws-rekognition-nest-js-and-react/</guid><pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Detecting Harm Content in Text and Images using Azure AI Content Safety</title><description>This article explores how we built a demo application using Azure AI Content Safety to detect harmful content like hate speech, sexual content, and violence within a social media platform. We combined</description><link>https://www.c-sharpcorner.com/article/detecting-harm-ccontent-in-text-and-images-using-azure-ai-content-safety/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/detecting-harm-ccontent-in-text-and-images-using-azure-ai-content-safety/</guid><pubDate>Wed, 25 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Resume Processing with Azure Document Intelligence Studio, .NET and Angular</title><description>Imagine you’re a recruiter swimming in a sea of resumes. It’s overwhelming, right? Enter our hero: a custom model that simplifies the job by automatically extracting all the important bits from resume</description><link>https://www.c-sharpcorner.com/article/resume-processing-with-azure-document-intelligence-studio-net-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/resume-processing-with-azure-document-intelligence-studio-net-angular/</guid><pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>No-Code FAQ Bot with Azure Bot Service and Language Studio</title><description>Create a custom FAQ bot effortlessly using Azure Bot Service and Language Studio. This no-code approach involves setting up a question-answering project, adding content sources, testing responses, and</description><link>https://www.c-sharpcorner.com/article/no-code-faq-bot-with-azure-bot-service-and-language-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/no-code-faq-bot-with-azure-bot-service-and-language-studio/</guid><pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Plant Disease Classifier with Azure AI Custom Vision and Blazor</title><description>This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highligh</description><link>https://www.c-sharpcorner.com/article/plant-disease-classifier-with-azure-ai-custom-vision-and-blazor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/plant-disease-classifier-with-azure-ai-custom-vision-and-blazor/</guid><pubDate>Tue, 16 Apr 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Mastering NLP with AWS Comprehend and Python</title><description>AWS Comprehend is a natural language processing (NLP) service that uses machine learning to analyze text and extract insights. It can perform tasks such as named entity recognition, key phrase extract</description><link>https://www.c-sharpcorner.com/article/mastering-nlp-with-aws-comprehend-and-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mastering-nlp-with-aws-comprehend-and-python/</guid><pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Introducing Amazon Polly: How to Use Text-to-Speech service</title><description>Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of</description><link>https://www.c-sharpcorner.com/article/introducing-amazon-polly-how-to-use-text-to-speech-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/introducing-amazon-polly-how-to-use-text-to-speech-service/</guid><pubDate>Thu, 18 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Build and Deploy a Regression Model of House Renting in India using Azure AutoML</title><description>In this article, you learn how to set up AutoML training jobs without a single line of code using Azure Machine Learning automated ML in the Azure Machine Learning studio.</description><link>https://www.c-sharpcorner.com/article/build-and-deploy-a-regression-model-of-house-renting-in-india-using-azure-automl/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/build-and-deploy-a-regression-model-of-house-renting-in-india-using-azure-automl/</guid><pubDate>Thu, 13 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Integrating Azure AI Services into your .NET Applications</title><description>Learn how to integrate Azure AI Services into your .NET applications in this quick and informative blog post. Discover the powerful capabilities of Azure AI Services and follow a step-by-step guide to</description><link>https://www.c-sharpcorner.com/blogs/integrating-azure-ai-services-into-your-net-applications2</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/integrating-azure-ai-services-into-your-net-applications2</guid><pubDate>Wed, 12 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building and Deploying Intelligent Health Chatbots with Azure Health Bot</title><description>Azure Health Bot, an intelligent chatbot service by Microsoft, has emerged as a game-changer, empowering healthcare organizations to build and deploy robust health chatbots effortlessly. This article </description><link>https://www.c-sharpcorner.com/article/building-and-deploying-intelligent-health-chatbots-with-azure-health-bot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-and-deploying-intelligent-health-chatbots-with-azure-health-bot/</guid><pubDate>Mon, 10 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Summarize documents with Azure Cognitive Service for Language in Python</title><description>In this article, we will explore how to leverage Azure Cognitive Services for Language in Python to create summary documents that distill complex text into concise and informative snippets.</description><link>https://www.c-sharpcorner.com/article/summarize-documents-with-azure-cognitive-service-for-language-in-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/summarize-documents-with-azure-cognitive-service-for-language-in-python/</guid><pubDate>Thu, 06 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Extract information from documents using Azure Form Recognizer on Python</title><description>Extract information from invoices, receipts, business cards and identity documents using Azure Form Recognizer </description><link>https://www.c-sharpcorner.com/article/extract-information-from-documents-using-azure-form-recognizer-on-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/extract-information-from-documents-using-azure-form-recognizer-on-python/</guid><pubDate>Wed, 05 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Text to Speech, Speech to Text, and Speech Translation using Azure Cognitive Services SDK on Python</title><description>Text to Speech, Speech to Text, and Speech Translation using Azure Cognitive Services SDK on Python.</description><link>https://www.c-sharpcorner.com/article/text-to-speech-speech-to-text-and-speech-translation-using-azure-cognitive-ser/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/text-to-speech-speech-to-text-and-speech-translation-using-azure-cognitive-ser/</guid><pubDate>Mon, 03 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Face and Emotion Detection using Azure Cognitive Services SDK on Python</title><description>In this article, we will explore how to utilize Azure Cognitive Services SDK on Python to detect faces and emotions, opening up a world of possibilities for emotion-driven applications.</description><link>https://www.c-sharpcorner.com/article/face-and-emotion-detection-using-azure-cognitive-services-sdk-on-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/face-and-emotion-detection-using-azure-cognitive-services-sdk-on-python/</guid><pubDate>Tue, 27 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Generating Code with Azure OpenAI Codex</title><description>In this article, we will explore the capabilities of Azure OpenAI Codex and delve into the approach for generating code with this remarkable tool.</description><link>https://www.c-sharpcorner.com/article/generating-code-with-azure-openai-codex/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generating-code-with-azure-openai-codex/</guid><pubDate>Sun, 25 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Fine-Tuning Hyperparameters using Hyperdrive in Azure Machine Learning SDK</title><link>https://www.c-sharpcorner.com/article/fine-tuning-hyperparameters-using-hyperdrive-in-azure-machine-learning-sdk/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/fine-tuning-hyperparameters-using-hyperdrive-in-azure-machine-learning-sdk/</guid><pubDate>Wed, 21 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Building Azure ML Pipelines using the Azure Machine Learning SDK</title><description>In this article, you will follow the process of using the Azure ML SDK to build a pipeline for training and modeling.</description><link>https://www.c-sharpcorner.com/article/building-azure-ml-pipelines-using-the-azure-machine-learning-sdk/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-azure-ml-pipelines-using-the-azure-machine-learning-sdk/</guid><pubDate>Tue, 20 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Generating Images with Azure OpenAI DALL-E</title><link>https://www.c-sharpcorner.com/article/generating-images-with-azure-openai-dall-e/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generating-images-with-azure-openai-dall-e/</guid><pubDate>Sat, 17 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Number Plate Recognition with Azure Custom Vision and Azure Computer Vision</title><description>Python Notebook that calls Azure Custom Vision and Azure Computer Vision APIs to extract the plate number from any car image</description><link>https://www.c-sharpcorner.com/article/number-plate-recognition-with-azure-custom-vision-and-azure-computer-vision/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/number-plate-recognition-with-azure-custom-vision-and-azure-computer-vision/</guid><pubDate>Wed, 14 Jun 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Facial Recognition Using Amazon Rekognition On Python</title><description>AWS offers a powerful facial recognition service called Amazon Rekognition. In this tutorial, we&amp;#39;ll use Python and the AWS SDK to create a simple app that uses the Rekognition service to detect fa</description><link>https://www.c-sharpcorner.com/article/facial-recognition-using-amazon-rekognition-on-python/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/facial-recognition-using-amazon-rekognition-on-python/</guid><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Deploy A Regression Model Through AWS SageMaker Studio Using Autopilot</title><description>In this article, you will learn how to deploy a regression model through AWS sagemaker studio using autopilot.</description><link>https://www.c-sharpcorner.com/article/deploy-a-regression-model-through-aws-sagemaker-studio-using-autopilot/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploy-a-regression-model-through-aws-sagemaker-studio-using-autopilot/</guid><pubDate>Tue, 07 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Implement Functional Tests In .NET With xUnit</title><description>In this article, we are going to learn how to implement Functional tests on .NET using xUnit.</description><link>https://www.c-sharpcorner.com/article/implement-functional-tests-in-net-with-xunit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implement-functional-tests-in-net-with-xunit/</guid><pubDate>Wed, 22 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Deploy .NET API To Azure App Service Through Azure DevOps</title><description>In this article, you will learn how to deploy .NET API to Azure App Service through Azure DevOps.</description><link>https://www.c-sharpcorner.com/article/deploy-net-api-to-azure-app-service-through-azure-devops/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploy-net-api-to-azure-app-service-through-azure-devops/</guid><pubDate>Fri, 03 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Deploy A .NET API To Heroku Through GitHub Actions</title><description>In this article, we are going to learn how to deploy a .NET API to Heroku through GitHub Actions. Also, we are going to create a PostgreSQL database in Heroku.</description><link>https://www.c-sharpcorner.com/article/deploy-a-net-api-to-heroku-through-github-actions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploy-a-net-api-to-heroku-through-github-actions/</guid><pubDate>Sun, 28 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Implementing Unit And Integration Tests On .NET With xUnit</title><description>In this article, you will learn about implementing Unit and Integration Tests on .NET with xUnit.</description><link>https://www.c-sharpcorner.com/article/implementing-unit-and-integration-tests-on-net-with-xunit/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-unit-and-integration-tests-on-net-with-xunit/</guid><pubDate>Wed, 17 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Implementing Clean Architecture On .NET</title><description>In this article, you will learn how to implement clean architecture on .NET.</description><link>https://www.c-sharpcorner.com/article/implementing-clean-architecture-on-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-clean-architecture-on-net/</guid><pubDate>Sun, 07 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item><item><title>Deploy An Angular App To Firebase Via GitHub Actions</title><description>In this article, you will learn how to deploy an Angular app to Firebase via GitHub Actions.</description><link>https://www.c-sharpcorner.com/article/deploy-an-angular-app-to-firebase-via-github-actions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploy-an-angular-app-to-firebase-via-github-actions/</guid><pubDate>Sun, 21 Feb 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Cristopher Coronado)</author></item></channel></rss>