TECHNOLOGIES
NEWS
VIDEOS
FORUMS
Trainings
BOOKS
Live
MORE
INTERVIEWS
EVENTS
JOBS
LEARN
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATIONS
Bounties
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Riya Patel(13)
Aarav Patel(13)
Ananya Desai(12)
Tuhin Paul(11)
Nidhi Sharma(10)
Niharika Gupta(9)
Saurav Kumar(8)
Sandhiya Priya(5)
Ketan Sathavara(2)
Ismail Sayyad(1)
Hasnain Alam(1)
John Godel(1)
Sudarshan Hajare(1)
Atul Mehta(1)
Mariem Moalla(1)
Jignesh Prajapati(1)
Ren Allen(1)
Shubham Chinchalkar(1)
Krunal Vyas(1)
Bahadur (1)
Željko Perić(1)
Monika Mundra(1)
Mahesh Chand(1)
Abhishek Chadha(1)
Hari Lakkakula(1)
Sagar Rane(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Max After m Range Increments | Difference Array + Prefix Sum
Aug 01, 2026.
Optimize range increment operations from O(nm) to O(n+m) using a difference array and prefix sum technique for finding the maximum element.
Non-Attacking Black and White Knight Arrangements on an n × m Chessboard
Jun 06, 2026.
Learn how to count the number of ways to place a black and white knight on an n x m chessboard so that they do not attack each other. Step-by-step explanation, formula derivation, and efficient Java solution included.
Largest Rectangle with Column Swaps - Java Explanation
Aug 27, 2026.
Learn how to find the maximum all-1s rectangle in a binary matrix when columns can be swapped, using histogram heights, column rearrangement, counting sort, and an O(n × (n + m)) Java solution.
Kubernetes 1.37 Watch Cache: API Server Recovery and etcd Performance
Aug 27, 2026.
Explore Kubernetes 1.37 Watch Cache improvements and benchmark API server recovery, etcd performance, event processing, and reliability in large Kubernetes clusters.
SharePoint Permissions Explained: Sites, Groups, Lists, and Item-Level Access
Aug 27, 2026.
Learn how SharePoint permissions work across sites, groups, lists, libraries, folders, and individual items. This article explains permission inheritance and unique permissions.
Microsoft.Testing.Platform: Detecting Flaky Tests in .NET CI/CD Pipelines
Aug 27, 2026.
Learn how Microsoft.Testing.Platform can help detect flaky tests in .NET CI/CD pipelines using repeatable test execution, diagnostics, reporting, and automated analysis.
Optimizing Core Web Vitals and Technical Performance in ASP.NET Core Applications
Aug 27, 2026.
Learn how to optimize Core Web Vitals and technical performance in ASP.NET Core applications. This developer guide covers response compression, static asset caching, and layout shift fixes.
Kubernetes 1.37 KYAML: Validating Kubernetes Manifests in CI/CD
Aug 27, 2026.
Learn how Kubernetes 1.37 KYAML can help validate and process Kubernetes manifests in CI/CD pipelines, improving configuration quality, automation, and deployment reliability.
The Power of Ensemble Retrieval: Why Diversity Beats Accuracy in Enterprise RAG
Aug 27, 2026.
Learn how to build an enterprise hybrid RAG system with LangGraph using vector search, BM25 keyword retrieval, Reciprocal Rank Fusion, and cross-encoder re-ranking for high-precision results.Learn how to build an enterprise hybrid RAG system with LangGraph using vector search, BM25 keyword retrieval, Reciprocal Rank Fusion, and cross-encoder re-ranking for high-precision results.
Balancing Embedding-Based Features with Classical Tabular Features in Enterprise AI Systems
Aug 27, 2026.
Learn how to combine tabular features and text embeddings in a multi-agent LangGraph RAG system using Python, FAISS, Pydantic, memory, and state management for intelligent customer support triage.
Kubernetes 1.37 Gang Scheduling: Improving Distributed AI Workloads
Aug 27, 2026.
Explore Kubernetes 1.37 gang scheduling for distributed AI workloads and learn how coordinated pod scheduling can improve resource utilization, startup behavior, and performance.
How to Compare Excel vs CSV Performance in Power Automate
Aug 26, 2026.
Compare Excel vs CSV performance in Power Automate with a practical benchmark using thousands of records, and learn how pagination, filtering, loops, concurrency, connector calls, and batching affect flow performance.
When AI Becomes Labor, Governance Becomes the Operating System
Aug 26, 2026.
Why Gate2ASI AI’s AgentFactory (Formerly AlpineGate AI's AgentFactory) Challenges Microsoft, Salesforce, ServiceNow, Google and AWS at the Architecture Level Gate2ASI AI’s AgentFactory — formerly AlpineGate AI’s AgentFactory — is not trying to win the enterprise agent race by building another chatbot, another workflow canvas, or another wrapper around a frontier model. It is pursuing a more ambitious architectural objective: creating the governed operating environment in which Digital Intelligence can function as an accountable enterprise workforce. That distinction is becoming more important by the month.
GitHub Copilot Code Review for Azure Repos: AI vs Human Code Review
Aug 27, 2026.
Compare GitHub Copilot code review with human review for Azure Repos, evaluating bug detection, false positives, review quality, consistency, and developer productivity.
Kubernetes 1.37 Gang Scheduling: Improving Distributed AI Workloads
Aug 27, 2026.
Learn how to migrate .NET application monitoring to the Kubernetes 1.37 metrics.k8s.io API, covering resource metrics, monitoring architecture, compatibility, and migration steps.
Kubernetes 1.34: Building a Post-Maintenance Upgrade Validation Suite for .NET
Aug 26, 2026.
Build a .NET validation suite for Kubernetes 1.34 upgrades to test application compatibility, networking, deployments, health checks, and runtime behavior.
C# 15 Union Types in .NET 11: Benchmarking Pattern Matching and Allocation Costs
Aug 26, 2026.
Benchmark C# 15 union types in .NET 11 by comparing pattern matching performance, memory allocations, and execution costs against traditional C# approaches.
PostgreSQL 19 Beta 3: Testing Temporal Table Queries with EF Core
Aug 26, 2026.
Explore PostgreSQL 19 temporal table capabilities with EF Core and test temporal queries, historical data access, performance, and .NET integration.
C# 15 Closed Hierarchies: Comparing Exhaustive Pattern Matching with Traditional Polymorphism
Aug 26, 2026.
Compare C# 15 closed hierarchies and exhaustive pattern matching with traditional polymorphism, including type safety, maintainability, and performance.
Azure Content Understanding: Measuring Agentic Document Extraction Accuracy and Cost
Aug 26, 2026.
Measure Azure Content Understanding for agentic document extraction by evaluating extraction accuracy, processing cost, latency, and complex document handling.
.NET 11 HTTP Compression: Benchmarking Large JSON APIs Under CPU Pressure
Aug 26, 2026.
Benchmark HTTP compression in .NET 11 APIs with large JSON responses to measure bandwidth savings, CPU usage, latency, and throughput under load.
.NET 11 Generic Complex Numbers: Benchmarking Complex for Scientific Workloads
Aug 26, 2026.
Benchmark generic complex numbers in .NET 11 using Complex<T> across scientific workloads, measuring numerical performance, allocations, and execution time.
Azure Content Understanding: Benchmarking Semantic Chunking for Enterprise RAG
Aug 26, 2026.
Benchmark semantic chunking in Azure Content Understanding for enterprise RAG and measure retrieval accuracy, context quality, latency, and processing costs.
Microsoft Foundry Hosted Agents: Benchmarking Deployment Overhead for .NET Agents
Aug 26, 2026.
Benchmark Microsoft Foundry Hosted Agents for .NET by measuring deployment time, startup overhead, resource usage, and the operational cost of hosted AI agents.
Negative Weight Cycle – Bellman-Ford Algorithm in Java
Aug 26, 2026.
Learn how to detect negative weight cycles in a directed graph using the Bellman-Ford algorithm in Java, including relaxation, disconnected graphs, complexity, and examples.
GitHub Copilot Memory: Testing Repository Context Retention Across Agent Sessions
Aug 26, 2026.
Test GitHub Copilot Memory across agent sessions to evaluate repository context retention, consistency, scope, deletion behavior, and developer workflows.
Diving in OOP (Polymorphism and Inheritance – Part 5): All About Properties in C#
Aug 26, 2026.
Learn C# properties from fundamentals to modern syntax, including get, set, backing fields, auto-properties, init, required, abstract properties, inheritance, and C# 14 field keyword.
AI Agents vs LLMs: What’s the Difference and When Should Developers Use Each?
Aug 25, 2026.
Understand the difference between LLMs and AI agents with practical C# and .NET examples covering tool calling, memory, state, agent loops, RAG, guardrails, and enterprise AI architecture.
GitHub Copilot JetBrains Governance: Securing MCP Servers and Plugins Enterprise-Wide
Aug 26, 2026.
Learn how to secure GitHub Copilot in JetBrains with enterprise governance for MCP servers, plugins, permissions, managed settings, and developer access.
.NET 11 ZIP Password Support: Benchmarking Encrypted Archive Performance
Aug 26, 2026.
Benchmark encrypted ZIP archive performance in .NET 11 by measuring CPU usage, memory consumption, processing time, archive size, and throughput.
.NET MAUI CoreCLR Migration: Benchmarking Startup and Memory on Android
Aug 26, 2026.
Learn how the .NET MAUI CoreCLR migration affects Android applications by benchmarking startup time, memory usage, runtime performance, and application behavior.
GitHub Copilot MCP Allowlists: Designing Enterprise Controls for Agent Tools
Aug 26, 2026.
Learn how to design enterprise MCP allowlists for GitHub Copilot agent tools, controlling tool access, permissions, security risks, and governance.
How to Build a gRPC Service in .NET from Scratch
Aug 25, 2026.
Learn how to build a gRPC service in .NET from scratch using Protocol Buffers, ASP.NET Core, dependency injection, repositories, generated clients, HTTP/2, and shared contracts for microservices.
ASP.NET Core 11 Static SSR: Measuring Performance and HTML Payload Size
Aug 26, 2026.
Benchmark ASP.NET Core 11 Static SSR to measure server performance, time to first byte, HTML payload size, and resource usage in web applications.
ASP.NET Core 11 Form Validation: Testing Static SSR Under Concurrent Requests
Aug 26, 2026.
Test ASP.NET Core 11 form validation with Static SSR under concurrent requests and evaluate validation behavior, throughput, latency, and server performance.
.NET 11 Blazor WebAssembly: Benchmarking Smaller Apps and Startup Performance
Aug 26, 2026.
Benchmark .NET 11 Blazor WebAssembly applications to measure startup time, download size, memory usage, and performance improvements in smaller apps.
Benchmarking AI-Generated SQL: Correctness, Query Plans, and Database Cost
Aug 26, 2026.
Benchmark AI-generated SQL for correctness, query plans, execution time, resource usage, and database cost across real-world database workloads.
GitHub Copilot Model Deprecations: Building an Automated Compatibility Test Suite
Aug 26, 2026.
Learn how to build an automated compatibility test suite for GitHub Copilot model deprecations and validate code generation, quality, behavior, and migration risks.
C# 15 Unsafe Model: Auditing Existing Native Interop Code for .NET 11
Aug 26, 2026.
Learn how to audit existing C# native interop and unsafe code for C# 15 and .NET 11, focusing on compatibility, safety, migration risks, and best practices.
GitHub Copilot in Slack: Designing Safe Human Approval for Code Changes
Aug 25, 2026.
Learn how to design human approval controls for GitHub Copilot coding agents in Slack, with practical guidance for permissions, reviews, and safe code changes.
Azure SQL Developer Container: Building Offline .NET Development Environments
Aug 25, 2026.
Learn how to use the Azure SQL Developer container to build local and offline .NET development environments with consistent database behavior for development and CI/CD.
GitHub Copilot in Microsoft Teams: Turning Team Chats into Coding Workflows
Aug 25, 2026.
Learn how GitHub Copilot in Microsoft Teams can turn team conversations into coding workflows, including agent sessions, collaboration, repository access, and development tasks.
PostgreSQL 19 Beta 3: Testing Temporal Tables with EF Core
Aug 25, 2026.
Learn how to test PostgreSQL 19 Beta 3 temporal tables with EF Core, including temporal queries, compatibility testing, and potential query behavior changes.
GitHub Code Quality Trends: Measuring Engineering Health Across Repositories
Aug 25, 2026.
Learn how to use GitHub code quality trends to measure engineering health across repositories and build meaningful software quality metrics for development teams.
GitHub Copilot in Teams: Securing Agent Access to Private Repositories
Aug 25, 2026.
Learn how to secure GitHub Copilot agents in Microsoft Teams when accessing private repositories, including permissions, identity, write access, and auditing.
Minimum Moves to Sort a Permutation
Aug 25, 2026.
Learn how to solve the minimum moves array sorting problem in Java using a position array and the longest consecutive increasing sequence with O(n) time complexity.
Benchmarking GitHub Copilot Local Models with Ollama in JetBrains
Aug 25, 2026.
Benchmark GitHub Copilot local models with Ollama in JetBrains and compare latency, privacy, code quality, and developer experience against cloud models.
GitHub Copilot Agent Workflows: Measuring Chat-to-PR Delivery Time
Aug 25, 2026.
Explore GitHub Copilot agent workflows by measuring the time from team conversation to generated code, review, and pull request delivery.
How Can Enterprises Implement AI Beyond Chatbots?
Aug 24, 2026.
Explore practical enterprise AI use cases beyond chatbots, including AI workflow automation, predictive analytics, AI copilots, document processing, system integration, and AI governance.
GitHub Copilot for JetBrains: Testing Memory with Large Enterprise Codebases
Aug 25, 2026.
Test GitHub Copilot memory in JetBrains IDEs with large enterprise codebases and evaluate context retention, code relevance, performance, and developer rework.
Polling vs Callback vs Streaming: How to Handle Long-Running AI Image Generation Requests
Aug 25, 2026.
Compare polling, callbacks, and streaming for AI image generation APIs, with practical Grsai API examples, asynchronous workflows, webhooks, and result handling.
SQL Server Express to Azure SQL: Benchmarking Migration Without Code Changes
Aug 25, 2026.
Benchmark migration from SQL Server Express to Azure SQL and explore compatibility, performance, configuration, and application changes when moving .NET workloads.
Benchmarking AI-Generated SQL Against Expert Queries on Real Datasets
Aug 25, 2026.
Benchmark AI-generated SQL against expert-written queries using real datasets and measure correctness, performance, execution cost, and maintainability across database workloads.
GitHub Code Quality in Actions: Building Automated Quality Gates
Aug 25, 2026.
Learn how to build automated GitHub Actions quality gates using code quality checks to detect issues and enforce consistent software quality in CI/CD pipelines.
GitHub Copilot in Slack: Testing Agentic Coding Workflows from Team Conversations
Aug 25, 2026.
Explore GitHub Copilot in Slack and learn how team conversations can trigger agentic coding workflows, from development tasks and repository access to code delivery.
Azure SQL Free Tier vs SQL Server Express: Benchmarking .NET Applications
Aug 25, 2026.
Compare Azure SQL Free Tier and SQL Server Express for .NET applications using performance, latency, storage, connections, resource limits, and cost considerations.
Benchmarking Aspire 13.5 Dashboard Terminals for Multi-Replica Services
Aug 25, 2026.
Benchmark .NET Aspire 13.5 dashboard terminals with multi-replica services and evaluate terminal performance, replica switching, usability, and developer experience.
GitHub Code Scanning: Using Mitigated Alerts Without Hiding Security Risk
Aug 25, 2026.
Learn how GitHub Code Scanning mitigated alerts work and how security teams can document resolved risks without hiding important security information.
Kubernetes 1.34 Maintenance: Final .NET Upgrade Tests
Aug 25, 2026.
Prepare .NET workloads for Kubernetes 1.34 maintenance by testing deployments, compatibility, container behavior, and upgrade readiness before the maintenance transition.
GitHub Copilot Enterprise: Managing Agent Policies Across Developer Teams
Aug 25, 2026.
Learn how GitHub Copilot Enterprise policies can manage AI coding agents across developer teams, including permissions, governance, settings, and team-specific controls.
Model Context Protocol (MCP): The Bridge Between AI Models and the Real World
Aug 25, 2026.
Learn what Model Context Protocol (MCP) is, how hosts, clients, servers, tools, resources, and prompts work, and how MCP connects AI agents with enterprise systems.
The Vector DB Dilemma: Milvus vs. pgvector in Enterprise RAG Architecture
Aug 24, 2026.
Compare pgvector vs Milvus for enterprise RAG and learn how LangGraph can combine both in a multi-agent architecture for memory and large-scale vector search.
GitHub Code Quality Trends: Building Engineering Health Dashboards from Repository Data
Aug 24, 2026.
Learn how to build engineering health dashboards using GitHub repository data and track code quality trends, development performance, and team health.
.NET 10 LTS Migration: Benchmarking Runtime Performance Against .NET 8
Aug 24, 2026.
Compare .NET 10 LTS and .NET 8 runtime performance using practical benchmarks for CPU usage, memory consumption, throughput, latency, and application workloads.
Building Agentic QA Pipelines with Browser Automation and .NET
Aug 24, 2026.
Learn how to build agentic QA pipelines with Playwright for .NET and AI agents, including browser automation, agent memory, tool control, execution limits, and testing best practices.
.NET Aspire 13.5 Azure Resources: Managing Cross-Tenant Infrastructure References
Aug 24, 2026.
Learn how to test PostgreSQL 19 Beta 3 with EF Core applications and detect query plan regressions before upgrading production workloads.
Azure Cosmos DB AI Query Assistance: Measuring Accuracy and RU Efficiency
Aug 24, 2026.
Learn how to evaluate Azure Cosmos DB AI query assistance by measuring generated query accuracy, performance, request units, and cost efficiency.
Flutter vs React Native in 2026: A Technical Comparison for Cross-Platform Development
Aug 24, 2026.
Compare Flutter vs React Native in 2026, including performance, architecture, UI development, native integration, code reusability, and key differences.
Implementing Human-in-the-Loop (HITL) in Enterprise LangGraph: The Ultimate Safety Net
Aug 24, 2026.
Human-in-the-Loop is not a bottleneck; it is the ultimate safety valve for enterprise AI. By leveraging LangGraph’s native interrupt() and Checkpointer mechanisms, you can build systems that combine the speed and analytical power of LLM-driven RAG with the judgment, accountability, and regulatory compliance of human experts.
Building Persistent .NET Services with Aspire 13.5 and Kubernetes Volumes
Aug 24, 2026.
Learn how to build persistent .NET services with Aspire 13.5 and Kubernetes volumes while testing storage persistence across container restarts and deployments.
Mastering Reducers in LangGraph: The Secret to Enterprise State Management
Aug 23, 2026.
By carefully choosing between appending, merging, and overwriting, you ensure that your RAG application doesn't just "work" it remembers, it learns, and it maintains a consistent view of the world across multiple agents. In the high-stakes environment of SOC, that consistency is the difference between a resolved incident and a security breach.
Azure Cosmos DB Agent Skills: Securing Database Access for AI Coding Agents
Aug 24, 2026.
Learn how to secure Azure Cosmos DB access for AI coding agents using least-privilege permissions, controlled tools, and database access policies.
Preventing Infinite Loops in Enterprise Multi-Agent LangGraph Systems
Aug 23, 2026.
Preventing infinite loops in multi-agent systems isn't about hoping for the best; it's about designing for the worst. By combining hard step limits, state-aware routing, and semantic loop detection (checking if we're doing the same thing twice), you can build an Enterprise RAG system that is not only intelligent but also incredibly resilient.
Send Gmail Emails from ASP.NET Core Using OAuth 2.0, Refresh Token and MailKit
Aug 24, 2026.
Learn how to send Gmail emails from ASP.NET Core using Google OAuth 2.0, refresh tokens, MailKit, MimeKit, and Gmail SMTP without storing a Gmail password.
Benchmarking .NET Aspire 13.5 Dashboard Telemetry Under Large Workloads
Aug 24, 2026.
Learn how to benchmark .NET Aspire 13.5 dashboard telemetry under large workloads and measure filtering, health checks, reconnections, and performance.
Conquering the 100-Page PDF: Multi-Agent Map-Reduce RAG for Enterprise Banking
Aug 24, 2026.
Learn how to build large-document RAG with LangGraph using parent-child indexing and Map-Reduce agents to process complex PDFs with efficient context management.
GitHub Copilot Code Review: Measuring Effort Levels Against Defect Detection
Aug 24, 2026.
Learn how to test GitHub Copilot Enterprise settings and establish consistent AI coding governance across teams, repositories, and development environments.
.NET Aspire 13.5 Kubernetes Storage: Benchmarking Persistent Volumes
Aug 24, 2026.
Learn how to migrate applications from .NET 8 to .NET 10, identify breaking changes, test compatibility, and prepare for the November 2026 support deadline.
Kubernetes 1.34 Maintenance: Testing .NET Deployment Compatibility
Aug 24, 2026.
Learn how to test .NET application compatibility with Kubernetes 1.34 before maintenance mode and identify deployment, networking, storage, and runtime issues.
.NET Aspire 13.5 AppHost: Replacing Deployment YAML with C# Infrastructure
Aug 24, 2026.
Explore .NET Aspire 13.5 AppHost and learn how C# infrastructure definitions can simplify deployment configuration and reduce infrastructure drift.
Preventing Infinite Loops in Enterprise Multi-Agent LangGraph Systems
Aug 23, 2026.
In the enterprise, AI agents are no longer isolated scripts; they are collaborative teams. When you build a Multi-Agent System using LangGraph, you are orchestrating a complex dance where a "Router" might send work to a "Researcher," who then passes it to a "Validator."
Benchmarking AI-Generated Database Queries Against Expert-Written SQL
Aug 24, 2026.
Learn how to benchmark AI-generated database queries against expert-written SQL by comparing correctness, performance, cost, maintainability, and execution efficiency.
Demystifying the "Blackboard Architecture" in Enterprise Multi-Agent Systems
Aug 24, 2026.
Learn how to implement the Blackboard Architecture with LangGraph for multi-agent AI systems using centralized state, dynamic routing, RAG, and enterprise workflows.
StateGraph vs. MessageGraph: Choosing the Right Foundation for Enterprise AI
Aug 23, 2026.
In the TechCorp example, the ability to explicitly track retrieved_precedents and retry_count allowed us to build a system that was not only intelligent but also resilient and observable. In the enterprise, where every decision must be traceable and every failure must be handled gracefully, the flexibility of StateGraph is not just a feature it's a requirement.
Fortifying the AI: Defending LLM Agents Against Indirect Prompt Injection
Aug 24, 2026.
Learn how to defend enterprise RAG systems against indirect prompt injection using LangGraph, retrieval validation, input sanitization, instruction isolation, and security controls.
Building Cost Controls for AI Agents Querying Azure Cosmos DB
Aug 24, 2026.
Learn how to control AI agent costs when querying Azure Cosmos DB by monitoring request units, limiting expensive operations, and setting usage safeguards.
.NET 8 to .NET 10 Migration: Finding Breaking Changes Before November 2026
Aug 24, 2026.
Explore Azure Cosmos DB AI tools and learn how to test agent-generated queries for accuracy, performance, security, and request unit costs.
Benchmarking AI Tool Selection with 10, 100, and 500 Available Tools
Aug 24, 2026.
Benchmark AI agent tool selection with 10, 100, and 500 available tools to measure selection accuracy, latency, token usage, and wrong-tool calls.
GitHub Copilot Enterprise Settings: Testing Governance Across Developer Teams
Aug 24, 2026.
Learn how to test GitHub Copilot Enterprise settings and establish consistent AI coding governance across teams, repositories, and development environments.
PostgreSQL 18.6 Security Update: Testing Application Compatibility After Patching
Aug 24, 2026.
Learn how to test application compatibility after upgrading to PostgreSQL 18.6 and verify queries, drivers, EF Core applications, and production workloads.
.NET Aspire 13.5 AppHost: Replacing Deployment YAML with C# Infrastructure
Aug 24, 2026.
Explore .NET Aspire 13.5 AppHost and learn how C# infrastructure definitions can simplify deployment configuration and reduce infrastructure drift.
Azure Cosmos DB AI Query Assistance: Measuring Accuracy and RU Efficiency
Aug 24, 2026.
Learn how to evaluate Azure Cosmos DB AI query assistance by measuring generated query accuracy, performance, request units, and cost efficiency.
Submission Manager : A Generic Multi-Tier Submission System Using Blazor, Web API, and Windows Forms
Aug 22, 2026.
Learn how to design and build a generic multi-tier application using a shared .NET architecture. This article explores a practical implementation of the SubmissionManager system, connecting Blazor web clients and Windows Forms desktop apps to a centralized ASP.NET Web API, designed for easy client customization and minimal UI refactoring.
The Future of Agentic AI: Why the Environment Matters More Than the Agent
Aug 22, 2026.
Learn how to secure AI agents with temporary permissions, execution isolation, runtime policies, human approval, and defense-in-depth controls for safer enterprise Agentic AI systems.
Design a Video Upload System That Handles Millions of Uploads a Day
Aug 22, 2026.
Learn how to design a video upload and processing system that handles millions of daily uploads, files up to 50 GB, virus and content validation, and global delivery — without your API servers becoming the bottleneck.
OneLake ≠ Lakehouse: Understanding the Foundation of Microsoft Fabric
Aug 21, 2026.
Understand the difference between Microsoft Fabric OneLake and Lakehouse, including how they work together for unified storage, data engineering, Delta tables, Spark, SQL, and analytics.
Mastering Context Management in AI Agents: Why LangChain is Essential for Enterprise Developers
Aug 21, 2026.
Learn how LangChain enables enterprise AI agents to manage context, memory, stateful workflows, RAG, LangGraph orchestration, and observability for production systems.
7 Authentication Concepts Every Developer Should Know: From Basic Auth to OAuth2 and OIDC
Aug 22, 2026.
A beginner-friendly, diagram-backed walkthrough of the seven core authentication concepts every developer should understand from Basic Auth and sessions to JWTs, OAuth2, and OpenID Connect/SSO with real system design diagrams and practical design considerations for each.
How to Use Concurrency in Power Automate
Aug 21, 2026.
Learn how to use Concurrency Control in Power Automate to process multiple flow runs and Apply to each iterations simultaneously, improve performance, avoid race conditions, and choose the right concurrency level.
Microsoft.Extensions.AI Failover: Benchmarking Multi-Provider AI Recovery
Aug 21, 2026.
Learn how to benchmark Microsoft.Extensions.AI failover across multiple AI providers, measuring recovery time, latency, reliability, retries, and operational cost.
1
-
100
of
38780
<<
1
2
3
4
5
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.