Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Godel(12)
Muhammad Imran Ansari(8)
Neel Shah(7)
Gowtham Rajamanickam(6)
Ayush Gupta(6)
Prathap Reddy(5)
Sagar Rane(4)
Ck Nitin(3)
Aradhana Tripathi(3)
Tharunkumar Magudeeswaran(2)
Dashrath Hapani(2)
Bimalshi Jayarathna(2)
Mahesh Chand(2)
Jaydeep Patil(2)
Ziggy Rafiq(2)
Nitin Pandit(2)
Lakshan Sulochana Fernando (2)
Abiola David(2)
Jalpa Dhola(2)
Arnab Das(1)
Saravanan Ganesan(1)
Sarathlal Saseendran(1)
Lokendra Singh(1)
Rahul Kaushik(1)
Rohit Kumar Gupta(1)
Shanuka Maheshwaran(1)
Kapil Singh Kumawat(1)
Niraj Parmar(1)
Viknaraj Manogararajah(1)
Deepak Tewatia(1)
Uttam Chaturvedi(1)
Suthahar Jegatheesan(1)
Saravanan Ponnusamy(1)
Sarthak Varshney(1)
Tural Suleymani(1)
Hadshana Kamalanathan(1)
Jay Krishna Reddy (1)
Vishal Yelve(1)
Aravind Kumar G(1)
Maria Joshua Roy(1)
Anup Hosur(1)
Mark Pelf(1)
Vipul Malhotra(1)
Mukesh Sagar(1)
Saurabh Prajapati(1)
Resources
No resource found
Unleashing the Power of Vision: Image Classification on Azure
Jul 01, 2025.
Explore image classification with Azure: learn to build, train, and deploy AI vision solutions using Custom Vision, Computer Vision API, and Azure Machine Learning for powerful, scalable visual data insights.
Webhook pattern for an Azure Logic App
Jul 01, 2025.
This article describes how we can use asynchronous request reply pattern, webhook pattern with logic app to resolve timeout related issues during large data processing.
Automating Azure Analysis Services (AAS) Firewall Whitelisting Using Azure Data Factory
Jun 30, 2025.
This article explains how to automate IP whitelisting in Azure Analysis Services (AAS) using Azure Data Factory (ADF). It covers dynamic firewall rule management using a configuration-driven pipeline, secured with Managed Identity and REST API integration.
Understanding SESSION_CONTEXT in SQL Server
Jun 26, 2025.
This article explains SQL Server's SESSION_CONTEXT, a session-scoped key-value store introduced in 2016, useful for securely passing metadata like User ID or flags between procedures, triggers, and applications.
Setting Up Azure Data Fabric Workspaces and Lakehouses Using C# SDKs
Jun 24, 2025.
Learn how to set up Azure Data Fabric Workspaces and Lakehouses using C# SDKs. This guide covers workspace provisioning, lakehouse creation, and automating data infrastructure with .NET.
Meet the o3 Series Models: Smarter Tools for Reasoning and Problem Solving on Azure
Jun 24, 2025.
Microsoft has introduced a powerful range of AI models called the o3 series, designed to help with tasks that require deep thinking, reasoning, and advanced problem-solving.
Real-Time Azure Digital Twins: Building a Scalable NDJSON Solution with Event-Driven Architecture
Jun 23, 2025.
This article shows how to build a real-time system that keeps digital twins (virtual copies of physical machines) updated instantly using Microsoft Azure cloud services.
Basic SQL Queries for Database Testing
Jun 23, 2025.
Learn essential SQL queries used in database testing. This guide covers SELECT, JOIN, WHERE, and more—ideal for QA testers and beginners ensuring data accuracy and integrity in applications.
Can I build AI or machine learning apps in C# like I can in Python?
Jun 21, 2025.
Can you build AI or machine learning apps using C# like you can in Python? Absolutely! While Python leads in AI development due to its rich ecosystem, C# offers powerful tools like ML.NET, ONNX Runtime, and Azure Cognitive Services for building and deploying AI solutions in .NET applications. This guide explains how to use C# for AI, where it shines, and when Python might still be the better choice.
Quickstart: Convert Text to Speech Using Azure AI Speech Service
Jun 22, 2025.
Quickstart: Convert Text to Speech Using Azure AI Speech Service or Build a Text-to-Speech App with Azure AI Services in C#
How to Collaboratively Work with SQL Server 2025, Visual Studio Code, and GitHub Copilot (Step-by-Step Guide)
Jun 21, 2025.
This article walks you through how to collaboratively work using SQL Server 2025, Visual Studio Code (VS Code), and GitHub Copilot. With clear steps and screenshots, this guide helps beginners and professionals enhance productivity and collaboration in database development.
What is Azure AI Service and Azure OpenAI Service?
Jun 20, 2025.
This article explains the key differences between Azure AI Services and Azure OpenAI Service, guiding developers on when to use each and how combining both unlocks powerful, modern AI-driven applications.
Database Testing: A Complete Guide
Jun 19, 2025.
Database Testing ensures data accuracy, integrity, and performance by validating schemas, procedures, and operations. This guide covers types, tools, scenarios, and best practices for robust, high-quality data-driven applications.
What is DBT (Data Build Tool)?
Jun 19, 2025.
Learn how DBT (Data Build Tool) transforms raw data using SQL, enabling version control, testing, and documentation to bring software engineering best practices into modern, scalable, and reliable data workflows.
Health Checks in .NET 8 Web API: A Comprehensive Guide
Jun 18, 2025.
Ensure your ASP.NET Web API’s reliability with .NET 8 health checks—monitor SQL Server, external APIs, and network connectivity using JSON-formatted diagnostics for proactive monitoring, easier debugging, and improved application resilience.
How to Secure .NET 6+ Apps with Azure Key Vault and Clean Architecture
Jun 17, 2025.
In modern .NET development, keeping secrets like connection strings in appsettings.json is a security risk, especially in production. Thankfully, Azure Key Vault offers a secure way to manage secrets, certificates, and keys.
Getting Started with Azure OpenAI for Power Platform
Jun 17, 2025.
Learn how to integrate Azure OpenAI GPT models with Microsoft Power Platform. This guide helps developers build smart, AI-powered apps using Power Automate, Power Apps, and low-code tools.
How to Use Azure AI Document Intelligence in Power Automate Flows
Jun 16, 2025.
Automate document processing with Azure AI Document Intelligence and Power Automate. Extract data from PDFs, invoices, and forms with high accuracy—no code needed. Perfect for HR, finance, logistics, and more.
Deploying a .NET Weather Forecast App to AKS Using GitHub Actions and Argo CD
Jun 16, 2025.
Learn how to deploy a .NET Weather Forecast app to Azure Kubernetes Service (AKS) using GitHub Actions for CI/CD and Argo CD for GitOps-based continuous delivery.
Azure Data Fabric: A Comprehensive Guide with C# Examples
Jun 16, 2025.
Explore Azure Data Fabric with this detailed guide, featuring C# examples to simplify data integration, management, and analytics across hybrid and cloud environments.
AI-Driven Risk Horizons: Transforming Insurance with Azure, Duck Creek, and AI
Jun 16, 2025.
The insurance industry is undergoing a profound transformation, driven by the integration of advanced technologies such as Artificial Intelligence (AI), Microsoft Azure Cloud, and Duck Creek.
Azure Front Door Architecture and Pricing Models
Jun 14, 2025.
This article is all about what Azure AFD is, how it works, and its pricing aspect. Azure Front Door is a global, secure entry point offering load balancing, WAF, SSL offloading, and content acceleration. This guide explains its features, use cases, architecture, and pricing in detail.
SQL vs NoSQL: Making the Right Database Choice for Your Application
Jun 12, 2025.
Learn the core differences between SQL and NoSQL databases. Explore their advantages, disadvantages, top database options, and when to use each. A must-read for software developers and DBAs making architectural decisions.
How to Use GPT with Power Automate via Azure OpenAI
Jun 13, 2025.
Learn how to integrate GPT with Power Automate using Azure OpenAI to create smart workflows, automate responses, and enhance productivity with AI-driven logic in your business processes.
Understanding Key Microsoft Azure Services
Jun 11, 2025.
Explore 11 essential Microsoft Azure services—like Storage, Key Vault, AKS, and DDoS Protection—along with real-world use cases, best practices, and interview questions to boost your cloud expertise.
🧠 What is AKS? Azure Kubernetes Service (AKS)
Jun 11, 2025.
So you’ve heard the word Kubernetes floating around, right? And maybe you've also heard of Docker, containers, microservices — all that modern cloud stuff. Well, AKS is Microsoft Azure’s managed service for Kubernetes.
Table Sharding in SQL: Types, Examples, and Best Practices
Jun 10, 2025.
Table sharding improves database scalability and performance by splitting large tables into smaller, distributed shards. It enhances speed, fault tolerance, and cost-efficiency—ideal for growing applications with heavy data loads.
Best Practices and Code Examples for Azure Functions using C# 13
Jun 09, 2025.
Ziggy Rafiq shares best practices for structuring, testing, and deploying production-grade serverless functions using Azure and xUnit in this article.
Building Intelligence: The Three Pillars of AI Agent Functionality
Jun 09, 2025.
Artificial Intelligence agents are becoming an integral part of our lives, whether it's through voice assistants, recommendation engines, or autonomous systems.
A Simple Guide to How AI Agents Work Behind the Scenes
Jun 09, 2025.
Ever wondered how AI agents like ChatGPT or virtual assistants seem so smart and capable? Behind the scenes, there’s a well-structured system that makes all of it possible.
Agentic AI: The Mindful Machine Architecture
Jun 09, 2025.
Agentic AI blends autonomy, reasoning, and decision-making into machines. This mindful architecture powers systems that act with purpose, like intelligent agents that think before they act.
Database Fragmentation: Understanding, Managing, and Mitigating
Jun 06, 2025.
Learn how to detect, manage, and resolve SQL Server fragmentation with live examples. Improve query performance, reduce I/O overhead, and optimize indexes and heaps using proven best practices and tools.
Horizontal vs Vertical Partitioning in SQL
Jun 04, 2025.
Horizontal and vertical partitioning are techniques in SQL to improve performance and manage large datasets. Learn how each method works, their use cases, and how they impact database design.
Transforming Data Insights with Snowflake's LLM Functions – PART 2
Jun 04, 2025.
Snowflake Cortex LLM functions like TRANSLATE and SUMMARIZE, enabling powerful in-database AI for multilingual translation and concise text summaries, thereby enhancing data analytics without the need for external tools or APIs.
Building a Clean ASP.NET Core API with C# 13, EF Core, and DDD
Jun 02, 2025.
The guide is written by Ziggy Rafiq and follows real-world architecture and testing best practices to provide a clean, scalable REST API using ASP.NET Core, C# 13, EF Core, and MS SQL.
Mastering API Development in .NET
Jun 02, 2025.
This article provides a practical guide for .NET developers to build clean, scalable, and maintainable APIs using ASP.NET Core.
How to Automate Tasks in Azure Using Logic Apps with C# Integration
Jun 02, 2025.
Seamlessly automate workflows using Azure Logic Apps and C#. Trigger Logic Apps programmatically, integrate with cloud and on-premises systems, and build scalable, maintainable solutions with minimal code.
Migrating the VPN Gateway's Basic SKU Public IP Address with Minimal Downtime
Jun 02, 2025.
Migrate your Azure VPN Gateway's Basic SKU public IP with minimal downtime. Learn how to update configurations, preserve connectivity, and ensure a smooth transition in your network setup.
Understanding DBCC Commands in SQL Server: Use Cases and Importance
May 31, 2025.
Learn the essentials of DBCC commands in SQL Server—powerful tools for monitoring, maintaining, and troubleshooting databases. Mastering them ensures performance optimization, deadlock resolution, and proactive database health checks.
SQL Server Transaction Locks: Identification & Resolution
May 28, 2025.
Learn how SQL Server transaction locks ensure data integrity, identify locking issues using DMVs and Activity Monitor, and explore strategies like query optimization, isolation levels, and deadlock resolution for better performance.
Integrating GPT-4 in C# Applications Using Azure OpenAI Services
May 26, 2025.
Integrate GPT-4 into your C# apps using Azure OpenAI Services for powerful AI features like chat, summarization, and analysis.
How to Install and Configure SQL Server 2025 in Windows
May 22, 2025.
This articlee walks you through installing SQL Server 2025 on Windows, from system requirements to setup and configuration. Learn how to enable features, set authentication modes, and ensure your server runs smoothly ideal for beginners and advanced users alike.
Deploying Your Go Application on Azure Kubernetes Service (AKS)
May 23, 2025.
Learn how to containerize your app, push it to Azure Container Registry, and run it on AKS for scalable, reliable cloud-native deployment. Ideal for Go developers exploring Azure cloud solutions.
Azure Site-to-Site VPN Setup: A Practical Guide for Azure Admins
May 23, 2025.
Picture this: Your company’s New York office has a legacy ERP system running on a local server. Meanwhile, your Azure-based analytics platform in West Europe needs to pull data from that server for real-time reporting. Emailing CSV files or using unsecured connections isn’t an option—security and efficiency are non-negotiable. A Site-to-Site VPN creates a secure, encrypted tunnel between your on-premises network and Azure, letting your resources communicate as if they’re on the same network. I’ve seen this setup save countless hours of manual data transfers while keeping auditors happy.
Azure Service Principle Simplified
May 22, 2025.
Learn what an Azure Service Principal is and how it helps secure app access to Azure resources. This simplified guide explains its role in authentication, how to create one, and best practices for managing permissions in Azure environments.
How to Set Up Microsoft Authentication in Power Pages for External Users
May 22, 2025.
Learn How to Set Up Microsoft Authentication in Power Pages for external Users with this step-by-step guide. Enable secure sign-in for users, integrate identity management, and enhance your site’s security using Entra ID authentication.
Azure for Beginners: Get a Free Subscription for Learning
May 21, 2025.
Start your cloud journey with Azure for Beginners! Learn how to get a free Azure subscription to explore and practice cloud services. Perfect for students, developers, or IT professionals starting out with Azure.
Deploy an Aspire App with Azure CLI
May 21, 2025.
In this chapter, we’ll explore how to take your .NET Aspire applications from the development workstation to real-world production environments.
Azure: Secure Web API-to-Web API Authentication with Azure Managed Identity
May 21, 2025.
This article simplifies authentication between services, eliminating secrets and improving security using Azure’s built-in identity management features. Ideal for developers building secure cloud apps.
Introduction to Azure Logic App
May 16, 2025.
Azure Logic Apps is a low-code, cloud-based platform that helps automate and orchestrate workflows across cloud and on-premises systems.
AZ-900 Series 2: Kickstart Your Cloud Career
May 15, 2025.
Discover the key benefits of using cloud services like Azure, including high availability, scalability, reliability, security, and ease of management.
Event-Driven CQRS with C# 14 and the SQL Outbox Pattern
May 15, 2025.
Learn how to implement a reliable event-driven CQRS microservice using the SQL Outbox Pattern with C# 14. Ensure strong consistency, transactional event publishing, and fail-safe asynchronous processing for scalable distributed systems.
Real-Time Data Retrieval from APIs Using SSIS
May 14, 2025.
This article explains how to integrate APIs with SQL Server Integration Services (SSIS) to automate data retrieval using HTTP requests. It covers API setup, SSIS package creation, and script task configuration.
.NET Aspire Integrations (SQL Server Integration in Aspire Applications)
May 14, 2025.
In this chapter, you'll learn how to integrate SQL Server into your .NET Aspire applications with minimal configuration and maximum flexibility.
Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
May 13, 2025.
Use C# 14 and .NET 9 to design, query, and manage data warehouses efficiently. Automate schema creation, support SCD Type 2, integrate with BI tools, and run high-performance queries for real-time analytics.
Microsoft Fabric Warehouse Integration in VS Code for Devs
May 13, 2025.
Experience seamless development with Microsoft Fabric and VS Code integration. Write, debug, and manage SQL queries directly in your editor, connect to Fabric Warehouse, and boost productivity with real-time data access.
Advanced ETL from OLTP Databases to a Data Warehouse with C# 14
May 12, 2025.
Build scalable and efficient ETL pipelines using C# 14 and .NET 9. Leverage Dapper, SQL Server, Azure Synapse, and cloud integration for seamless data extraction, transformation, and loading to data warehouses and lakes.
Best Practices for Azure Blob, Table, Queue, File Storage with C#
May 11, 2025.
Azure Storage provides scalable solutions for unstructured and structured data. It includes Blob, Table, Queue, and File Storage, offering features like tiering, lifecycle management, security, and cost optimization for efficient data handling.
C# Data Science With C# 14 Features (Comprehensive Guide)
May 10, 2025.
C# 14, with features like ML.NET, Microsoft.Data.Analysis, and Azure integration, is now a powerful tool for data science, offering secure, high-performance solutions for machine learning, data analytics, and large datasets.
Kickstart Your Cloud Career: A Beginner’s Guide to AZ-900 – Series 1
May 09, 2025.
Cloud computing is the delivery of computing services—like servers, storage, databases, networking, software, analytics, and more—over the internet. Instead of owning and maintaining physical data centers or servers, organizations can access these resources on-demand from cloud providers.
What’s New in Grafana 12.0
May 08, 2025.
Explore Grafana 12.0's new features like Git Sync, dynamic dashboards, and enhanced drilldowns. Perfect for beginners seeking practical insights.
Implementing Event-Driven Architectures with Kafka, RabbitMQ, or Azure Service Bus (Comparisons, Pros, and Cons)
May 06, 2025.
Event-driven architecture (EDA) enables scalable, decoupled, and resilient systems using message brokers like Apache Kafka, RabbitMQ, and Azure Service Bus. Each offers unique features for different use cases.
Build & Deploy Azure Function Using C# and Integration with Azure SQL
May 05, 2025.
This article walks you through creating the function, connecting to SQL, and deploying it to Azure perfect for developers looking to build serverless apps with database support.
Top 10 Azure Services for New Developers (with C# Examples)
May 05, 2025.
This article helps beginners understand core cloud tools like App Services, Functions, and Cosmos DB to build, deploy, and scale modern applications on Microsoft Azure with confidence.
Vibe Coding with AI: Using Prompt Engineering to Build a Full C# Database Solution
May 02, 2025.
Discover how to harness the power of AI and prompt engineering to build a complete C# database solution.
NoSQL vs. SQL: Which One to Use
May 02, 2025.
Explore the key differences between SQL and NoSQL databases, including structure, scalability, use cases, and performance.
Advanced C# Database Tricks for Power Users
May 01, 2025.
Explore advanced C# database techniques using ADO.NET, Entity Framework Core, and Dapper.
Implementing Azure Key Vault for Secure Secret Management
May 01, 2025.
Azure Key Vault is a secure cloud service to store and manage secrets, keys, and certificates. It offers centralized control, strong encryption, RBAC access, and audit logging for enhanced application security.
Using C# with Azure Blob Storage: Practical Examples with the Azure SDK for .NET
Apr 29, 2025.
This article covers uploading, downloading, and managing blobs, making it easier to integrate cloud storage into your .NET applications efficiently and securely.
Deployment Slot in Azure Web App Service
Apr 29, 2025.
Azure Web App Deployment Slots allow seamless deployment of your apps by enabling staging, testing, and production environments.
Automating AKS Cluster Deployment with Terraform
Apr 28, 2025.
Learn how to define infrastructure as code (IaC) for scalable, consistent, and efficient AKS provisioning. Simplify cloud operations and accelerate your Kubernetes journey with Terraform.
How to Seamlessly Integrate Microsoft Dataverse with Fabric Using Fabric Link
Apr 28, 2025.
Learn how to easily connect Microsoft Dataverse to Microsoft Fabric using Fabric Link. Step-by-step guide covering prerequisites, setup, Lakehouse validation, and understanding how Dataverse syncs with Fabric.
Artificial Intelligence and Education: Shaping the Future of Learning
Apr 28, 2025.
Discover how Artificial Intelligence is transforming education by enabling personalized learning, smart classrooms, and intelligent tutoring.
RDP to Azure VM: Easy Setup and Configuration
Apr 25, 2025.
Learn how to easily set up and configure RDP (Remote Desktop Protocol) to connect to your Azure Virtual Machine.
Migrate Classic Admin Roles to Azure RBAC Before April 2025
Apr 25, 2025.
Azure classic administrator roles, classic resources, and ASM will retire by April 30, 2025. Migrate to Azure RBAC now to avoid access loss. Assign Owner role via IAM and remove classic roles promptly.
SQL Server CLR Integration and SSIS Automation with C#
Apr 24, 2025.
Learn how to enhance SQL Server functionality using CLR integration and automate SSIS packages with C#.
Advanced Database Programming with C# 14 and Microsoft SQL Server
Apr 24, 2025.
As of C# 14, Microsoft continues to evolve the language to provide more expressive, safe, and performant coding patterns.
Introduction to Azure Web App Service
Apr 23, 2025.
Azure App Service is a fully managed PaaS for hosting web apps, APIs, and mobile backends. It supports .NET, Java, Python, Node.js, and more, offering autoscaling, security, CI/CD, and Docker support.
Understanding Change Data Capture (CDC) and Its Types
Apr 23, 2025.
In this article we are going to learn about the CDC and types of CDC approaches. It helps keep data in sync without causing a heavy load on the database.
Order of Execution in LINQ Queries
Apr 22, 2025.
This article explains the difference between deferred and immediate execution, outlines the execution order, and shares best practices to write efficient and optimized LINQ queries for real-world applications.
Load Testing in Azure Cloud
Apr 21, 2025.
Load Testing in Azure Cloud is a fully managed service that supports end-to-end load and performance testing, allowing testing teams to generate highly scalable virtual user loads.
Execution Process of SQL Queries vs Stored Procedures
Apr 21, 2025.
Dive deep into the internal execution process of SQL Server queries with this one-of-a-kind article comparing normal SQL queries and stored procedures.
How to Implement Zero Trust Architecture on Azure Using C#
Apr 21, 2025.
Learn how to implement Zero Trust Architecture on Azure using C#. Secure your apps with Azure AD, Key Vault, RBAC, Managed Identity, and Conditional Access for robust, identity-driven protection.
Advanced Configuration in .NET Core
Apr 17, 2025.
.NET Core provides various configuration sources like appsettings.json, environment variables, and Azure Key Vault. You can use strongly typed configuration with IOptions, validate options, enable hot reload, and manage secrets securely for app development.
Set Up GitHub Actions for Azure Using Terraform
Apr 17, 2025.
GitHub Actions enables CI/CD automation through workflows and runners. Easily deploy Azure resources using Terraform by setting up a self-hosted runner, writing workflows in YAML, and managing infrastructure as code.
Azure Cloud Virtualization: Setting Up Your First VM
Apr 16, 2025.
Understand key virtualization concepts, navigate the Azure portal, and deploy a VM step by step. Perfect for newcomers exploring Azure cloud computing and virtualization basics.
Observability in ASP.NET Core with OpenTelemetry & Azure Monitor
Apr 16, 2025.
Learn how to implement OpenTelemetry in ASP.NET Core for robust observability using metrics, logs, and traces—integrated with Azure Monitor for real-time insights, alerts, dashboards, and advanced telemetry patterns.
Key concepts for new Azure Pipelines users
Apr 15, 2025.
This article is a comprehensive guide for developers, DevOps engineers, and IT professionals who are just getting started with Azure Pipelines. It breaks down the essential building blocks of Azure Pipelines in a clear and beginner.
Create an Azure DevOps Pipeline for a SharePoint Framework (SPFx) Solution
Apr 15, 2025.
The SharePoint Framework (SPFx) is a popular development model for customizing SharePoint Online and modern SharePoint pages.
Infrastructure as a Code in Action: Spinning Up Azure Resources with Terraform
Apr 15, 2025.
In this article, we will see how we can automatically create the basic components of Azure with Terraform. Automate Azure infrastructure with Terraform using Infrastructure as Code for consistent, error-free deployments, enhancing scalability and agility.
Best Practices for Deploying Microservices on Azure using C#
Apr 14, 2025.
Deploying microservices on Azure using C# ensures scalability, resilience, and efficiency. Leverage AKS, Azure DevOps, secure APIs, and observability tools to build, manage, and optimize modern cloud-native applications.
.NET 8 - System.Linq.Dynamic.Core – using SQL LIKE
Apr 11, 2025.
System.Linq.Dynamic.Core library does not support SQL LIKE, and I added support for it. Added SQL LIKE support to the System.Linq.Dynamic.Core in .NET 8 using a custom patch. Enables dynamic SQL pattern matching in EF8 projects where built-in LIKE functionality was missing.
Azure Service Bus Queues - The Microservices Powerhouse
Apr 11, 2025.
Unlock the power of seamless communication in microservices with Azure Service Bus Queues. Learn how this reliable messaging service enables decoupled, scalable, and resilient architectures, making it a vital tool for building modern distributed applications in the cloud.
What is Azure AI Agent Service (Preview)?
Apr 10, 2025.
Earlier, if we wanted to build smart AI agents, we had to write a lot of code, sometimes hundreds of lines! But now, with Azure AI Agent Service, we can do the same thing in just a few lines. It’s a fully managed service. That means Azure takes care of all the background work, such as servers and storage.
Create Foreign Keys Dynamically in SQL Server Database
Apr 10, 2025.
Create the referential integrity constraint i.e. Foreign key dynamically in SQL Server database. This script dynamically adds foreign keys to all tables with a CompanyID column by scanning the database, ensuring they reference the Company table—ideal for retrofitting relational integrity.
Bring Your Data From Azure Data Lake Storage Gen2 to Power BI
Apr 09, 2025.
Learn how to connect Azure Data Lake Storage Gen2 with Power BI to unlock powerful data visualization and insights. This guide helps you seamlessly import, transform, and analyze big data for smarter business decisions using Microsoft tools.
How Do We Set Up Two-Factor Authentication on an Email ID
Apr 09, 2025.
Setting up two-factor authentication (2FA) on your email adds an extra layer of security to protect your account from unauthorized access. This guide walks you through enabling 2FA on your mail ID, ensuring your email remains safe by requiring a password and a second verification step.
Building Resilient and Auto-Scaling Architectures on Azure
Apr 05, 2025.
Build resilient, auto-scaling Azure applications using services like AKS, App Service, Cosmos DB, and Traffic Manager to ensure high availability, performance, and cost efficiency in dynamic workloads.
Unleashing Serverless Power: Azure Functions Use Cases & Hands-On Guide
Apr 03, 2025.
Discover the power of serverless computing with Azure Functions! This guide explores real-world use cases, from automation to event-driven processing, and walks you through a hands-on implementation.
Incorporating AI in SaaS and Cloud Platforms: A Business Perspective with Private Tailored Small Language Models
Apr 03, 2025.
Artificial intelligence (AI) is transforming the landscape of Software as a Service (SaaS) and cloud platforms, ushering in a new era of digital service delivery and user experience.