Enterprise C# implementation guide for Claude in Azure AI Foundry. Learn Anthropic SDK integration, DefaultAzureCredential authentication, strongly-typed configuration, conversation management, streaming responses, dependency injection patterns, and production-ready application architecture.
Tag: .net
Azure Monitor with OpenTelemetry Part 2: Setting Up OpenTelemetry in .NET Applications
.NET developers can instrument ASP.NET Core applications with OpenTelemetry and Azure Monitor in minutes. Learn automatic instrumentation, custom spans with Activity and ActivitySource, custom metrics implementation, and production configuration patterns for comprehensive observability.
Model Context Protocol Part 3: Building MCP Servers in Node.js and C# – Cross-Platform Implementation Guide
Master MCP server development across platforms. Comprehensive guide comparing Node.js TypeScript and C# .NET implementations with production-ready code examples, deployment strategies, and platform selection guidance.
Azure Functions vs Traditional APIs: When to Choose Serverless
Deciding between Azure Functions and Traditional APIs? This comprehensive guide compares costs, performance, and use cases with practical code examples to help you choose the right serverless strategy for your applications.
Write a program to find the maximum element in an array using linear search.
In computer science, searching for a particular element in a data structure is a very common task. One of the simplest ways to search for
ProjectEuler : Multiple of 3 And 5
Multiple of 3 And 5: Q1 From ProjectEuler.NET Description If we list all the natural numbers below 10 that are multiples of 3 or 5,
Runtime Compile C# Code
Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime
Understanding .NET Framework
Introduction to .Net Framework .NET is a software development framework designed and developed by Microsoft to build any types of software on Web, Desktop
Github actions for CI/CD of .net core app
Intoduction to Github Actions GitHub Actions is a powerful automation and workflow tool provided by GitHub, a popular platform for version control and collaboration on