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
Bounty
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]
Mahesh Chand(11)
John Godel(9)
Gowtham Rajamanickam(7)
Divyansh Gupta(5)
Sangeetha S(3)
Gautam Singh(3)
Ashish Bhatnagar(3)
Muhammad Imran Ansari(3)
Bimalshi Jayarathna(3)
Ayush Gupta(3)
Sarthak Varshney(3)
Nikhil Patil(2)
Praveen Kumar(2)
Bhuvanesh Mohankumar(2)
Viknaraj Manogararajah(2)
Rikam Palkar(2)
Sandeep Nandey(2)
Jalpa Dhola(2)
Arkadeep De(1)
Manav Pandya(1)
Kartik (1)
Suraj Vishwakarma(1)
Pratik Chavan(1)
Amit Mohanty(1)
Ankit Singh(1)
Gaurav Kumar(1)
Mohammed Altaf(1)
Vijai Anand Ramalingam(1)
Tharunkumar Magudeeswaran(1)
Prakashkumar Sahoo(1)
Lokendra Singh(1)
Parth Soni(1)
Jaydeep Patil(1)
Sigar Dave(1)
Ziggy Rafiq(1)
Velladurai (1)
Manoj Kalla(1)
Sharp Economy(1)
Arun Potti(1)
Aishwarya Gupta(1)
Saurabh Prajapati(1)
Bohdan Stupak(1)
Anu Viswan(1)
Madhu Patel(1)
Aradhana Tripathi(1)
Mayooran Navamany(1)
Vijayaragavan S(1)
Bhawna Vishwakarma (1)
Sagar Rane(1)
Neel Shah(1)
Tony S Thomas(1)
Resources
No resource found
What Is CrewAI?
Jul 16, 2025.
Discover the top 10 essential topics for mastering CrewAI, the lightweight Python framework for building and orchestrating multi-agent AI systems—plus real Crew examples and companies already building production apps with CrewAI.
Rate Limiting with .NET Minimal APIs using AspNetCoreRateLimit
Jul 17, 2025.
This article explains how to implement rate limiting in a .NET Minimal API using the open-source library AspNetCoreRateLimit. It covers the basics of what rate limiting is, why it's important in modern web applications, and how to configure different limits for separate endpoints in a clean and scalable manner.
Who Should Use CrewAI? 8 Ideal Users & Use Cases
Jul 16, 2025.
Discover the 8 types of teams and professionals who benefit most from CrewAI’s multi-agent orchestration—AI engineers, dev teams, DevOps, RPA practitioners, startups, data-driven enterprises, product innovators, and consultancies.
Create and Update SharePoint List Items in SPFx Using PnPjs
Jul 14, 2025.
Learn how to create and update SharePoint list items in an SPFx web part using the latest PnPjs (spfi). Includes step-by-step examples for all field types, including lookup, people, multi-choice, and more.
Using React Context like a Pro
Jul 11, 2025.
Learn how to use React Context like a pro! Avoid common pitfalls, improve performance with memoization, split providers, and combine them with custom hooks and reducers for scalable and maintainable state management.
🚀 Automating SQL Server Database Backups and Remote Table Sync
Jul 11, 2025.
This SQL stored procedure automates local database backups and replicates all tables to a remote server with suffixes, ensuring disaster recovery, reporting, and schema sync—no manual table handling required.
Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScript
Jul 11, 2025.
This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
Guide: Importing Test Cases into Zephyr Squad using Excel
Jul 10, 2025.
This guide provides step-by-step instructions for importing multiple test cases into Zephyr Squad using an Excel file. It also explains the importance of the 'Discriminator' field, the correct use of 'Issue Type = Test', and how to structure test steps.
Building a Date Assistant Using Anthropic Claude, Python, and Function Calling
Jul 10, 2025.
Learn to build a smart date assistant by combining Anthropic Claude’s natural language skills with Python function calling. Extract dates, calculate intervals, and stream accurate results — blending AI reasoning with precise logic.
DataStore in Jetpack Compose
Jul 10, 2025.
DataStore in Jetpack Compose is a modern and efficient way to store key-value or typed data using Kotlin coroutines and Flow. It replaces SharedPreferences and integrates seamlessly with Compose for reactive, lifecycle-aware data persistence.
Differentiate MySQL and MSSQL
Jul 08, 2025.
MySQL and SQL Server are popular RDBMS platforms. MySQL is ideal for web applications due to its speed and cost-effectiveness, while SQL Server is suited for enterprise systems, offering advanced security, scalability, and analytics.
Blockchain vs. Traditional Databases: What’s the Real Difference?
Jul 07, 2025.
Learn the key differences between blockchain and traditional databases. This developer-focused guide compares performance, trust models, use cases, and more.
Building a Token Vesting dApp on Polygon Using Solidity, Hardhat, and React.js
Jul 04, 2025.
Learn how to build a complete token vesting dApp on the Polygon network using Solidity smart contracts, Hardhat for deployment, and a React.js frontend. This step-by-step article covers contract logic, deployment, and seamless integration with MetaMask for real-time token info.
QR Code Scanner using ML kit and Camera APIs in Android using Compose
Jul 04, 2025.
This article explains about the process of QR code scanning and processing results. I have used ML kit for object detection and QR detection from gallery and camera as well. Decode the QR image from gallery is most interesting feature of this app.
Creating a Slick Carousel in SPFx Using React
Jul 03, 2025.
Build responsive carousels in SharePoint Framework using React and react-slick. Learn to install, configure, and render rotating slides with ease, ideal for showcasing announcements, events, or image banners.
Basic Auth in ASP.NET MVC Web API Using C#.NET
Jul 03, 2025.
Learn how to build a secure ASP.NET Web API using Basic Authentication in C#. Protect your student data endpoints by validating user credentials with a custom auth filter. Perfect hands-on project for beginners.
Getting Started with REST APIs using Node.js and Express
Jul 02, 2025.
Learn how to build a simple REST API using Node.js and Express. Set up a server, create CRUD endpoints, and test with Postman. Ideal for beginners seeking to grasp the fundamentals of backend development.
Empower Your AI Agent with a Knowledge Base using Strands Agents SDK
Jul 02, 2025.
Build an AI-powered insurance Q&A agent using Strands Agents SDK and Amazon Bedrock Knowledge Base to answer customer policy questions accurately, retrieve info from S3, and suggest human help when needed.
How to Deploy Copilot Agents Using Copilot Studio – Step-by-Step for Beginners
Jun 30, 2025.
Learn how to deploy Copilot Agents using Copilot Studio with this beginner-friendly, step-by-step guide. Ideal for newcomers looking to build, test, and launch their own AI-powered copilots.
Basic AI Application Creation for Beginner Using Javascript and Visial Studio Code - Chat GPT
Jun 30, 2025.
Learn how to build a basic AI-powered app using JavaScript and Visual Studio Code. This beginner-friendly guide shows how to integrate ChatGPT for simple, interactive functionality.
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.
Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
Move and Delete Files Like a Pro using Power Automate Desktop
Jun 28, 2025.
How to move and Delete Files Like a Pro using Power Automate Desktop
How to Share Logic Between Components Using Custom Hooks in React
Jun 26, 2025.
Learn how to reuse and share logic between React components using custom hooks. Create clean, maintainable code with real examples of custom React hooks.
How to Manage Global State in React Using Hooks (Without Redux)
Jun 26, 2025.
Learn how to manage global state in React using built-in hooks like useContext and useReducer. No need for Redux! Get practical examples and best practices.
10 .NET Core Features You’re Not Using (But Definitely Should!)
Jun 26, 2025.
.NET Core (now just “.NET” from .NET 5 onwards) has become a powerhouse for modern, cross-platform development. But while most developers are busy writing APIs or deploying Blazor apps, there’s a treasure trove of underutilized features that could make your code faster, cleaner, and more maintainable.
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.
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.
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#
Why Generative AI Matters: How It's Changing Creativity, Learning, and Work
Jun 20, 2025.
Generative AI is transforming how we create, learn, and work. Discover the real-world impact of this powerful technology, from helping students and artists to boosting productivity and innovation across industries.
Understanding Sharding for Scalable Data Systems
Jun 20, 2025.
Learn how sharding works, why it's essential for scaling modern data systems, and how it improves performance, availability, and storage efficiency in distributed database architectures.
Data-Driven Testing in Selenium Using Excel and TestNG
Jun 20, 2025.
Learn how to perform data-driven testing in Selenium using Excel and TestNG. Read test data from Excel with Apache POI and automate test execution using TestNG's DataProvider feature.
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.
Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF Viewer
Jun 18, 2025.
Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
Adding a Custom Domain Using Amazon Route 53
Jun 17, 2025.
Learn how to connect your custom domain to AWS using Amazon Route 53. This step-by-step guide covers domain setup, DNS records, and configuring hosted zones for seamless web routing.
Risk of Using AI Coding Tools Such as Copilot and ChatGPT
Jun 16, 2025.
Explore the critical risks associated with integrating AI coding tools like GitHub Copilot and ChatGPT into development workflows, covering concerns from code quality and security vulnerabilities to intellectual property issues and developer skill erosion.
How To Run JavaScript in Power Automate Desktop Using “Run JavaScript” Action
Jun 17, 2025.
Learn how to run JavaScript directly in Power Automate Desktop using the “Run JavaScript” action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
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.
Privacy and Data Leakage in Generative AI: Explained Simply
Jun 16, 2025.
Learn how generative AI models like ChatGPT and DALL·E handle your data, and what privacy risks or data leaks may occur. This beginner-friendly guide breaks down how AI training works, where data can leak, and how to protect yourself when using GenAI tools.
The Top Challenges of Using Generative AI
Jun 16, 2025.
Discover the biggest challenges of using Generative AI in 2025, from hallucinations to ethical risks, and learn how to overcome them wisely and responsibly.
You’re Using useState for That? Cute
Jun 15, 2025.
Tired of useState management in complex components? useReducer is way for building structured, scalable state management in React + TypeScript.
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.
Easily Change Folder Colors and Create Folders in SharePoint Using Power Automate
Jun 12, 2025.
Learn how to use Power Automate to create folders and change folder colors in SharePoint with ease. Enhance organization, boost productivity, and streamline your SharePoint experience.
State Management in Angular Using NGXS
Jun 12, 2025.
As your Angular application grows, managing shared state between components becomes increasingly complex. NGXS (pronounced "nexus") provides a simple, intuitive, and powerful state management pattern for Angular applications, built on the principles of Redux but with a more Angular-friendly approach.
Creating a Smart Contract on Base Using Remix + Hardhat
Jun 12, 2025.
Learn how to write and deploy a simple smart contract on Base using Remix, Hardhat, and MetaMask. This beginner-friendly guide makes Ethereum Layer 2 development fast, affordable, and easy to follow.
Secure API Payloads Using AES and RSA Encryption in Angular and .NET Core
Jun 11, 2025.
Learn how to secure API payload using AES and RSA encryption in Angular and .NET Core. This step-by-step guide covers hybrid encryption, key exchange, and best practices for protecting sensitive data in web applications.
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.
Vehicle Count Visualization Using ApexCharts in ASP.NET MVC
Jun 10, 2025.
In this snippet, we are working on visualizing vehicle category counts (B and C) using a donut chart powered by ApexCharts.
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.
Overview of TLS with .NET Framework
Jun 09, 2025.
Learn TLS basics, its advantages, .NET framework compatibility, how to enable or set default TLS versions in C#, and detect active TLS versions on websites using practical C# code examples.
🎥 Sentiment Analysis on IMDb Using BERT and Hugging Face
Jun 05, 2025.
Learn how to fine-tune BERT for sentiment analysis using the IMDb dataset with Hugging Face Transformers. Includes Python code, attention visualization, and Gradio deployment.
How to Schedule Automated Workflows Using Apache Airflow
Jun 06, 2025.
Apache Airflow is an open-source tool that helps you automate, schedule, and monitor workflows, a set of tasks that need to run in a specific order.
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.
Generate RSA Public and Private Keys Using OpenSSL
Jun 05, 2025.
Learn how to generate RSA key pairs using OpenSSL in Git Bash. Step-by-step guide includes creating private/public keys, PEM file usage, and key file insights for secure communication.
🤖 Create a Copilot Agent for SharePoint Development Site Creation using Copilot Studio
Jun 05, 2025.
Learn to automate SharePoint development site creation using Microsoft Copilot Studio and Power Automate. Build a smart agent that collects user inputs and provisions sites instantly—no manual effort needed!
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.
MongoDB Filter Query Cheat Sheet
Jun 04, 2025.
This article explains how to use filters in MongoDB GUI tools (like MongoDBCompress or Compass) using simple query examples. You’ll learn how to search for records, use conditions, sort results, and filter by dates or partial matches, all without writing any code!
Deploy a Website Using AWS Amplify Console
Jun 04, 2025.
AWS Amplify is a cloud-based development platform that simplifies the building and deployment of web and mobile apps, featuring CI/CD hosting, authentication, APIs, storage, and low-code tools such as Amplify Studio.
Logging in ASP.NET Core Web API Using MongoDB
Jun 03, 2025.
Logging is one of the most important parts of building a real-world application. It helps you track errors, monitor behavior, and understand what your app is doing behind the scenes.
Modern C# in 2025: What You Should Be Using (and What to Retire)
Jun 03, 2025.
Explore the latest C# 12 and .NET 8 features in 2025, including primary constructors and required properties, while learning modern practices to write cleaner, faster, and more maintainable C# code.
Onboard Any User onto Base Blockchain Using OnchainKit
Jun 02, 2025.
Learn how to onboard users to the Base blockchain with OnchainKit—create wallets via email, enable gasless transactions, and perform Web3 actions easily without MetaMask. Perfect for beginners and developers alike.
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.
Using Built-in Handlebars Helpers in SPFx: A Practical Guide
May 30, 2025.
When building SharePoint Framework (SPFx) web parts, we often need to show lists or dynamic data. Writing all the HTML with logic mixed in can get confusing. Handlebars helps by separating your layout from your logic.
EJB QUERY LANGUAGE (EJB QL)
May 30, 2025.
EJB QL is a query language used to query enterprise beans and their relationships, supporting string and arithmetic functions, with syntax defined using Backus-Naur Form (BNF) for structured query creation.
What Is Arbitrum and Why Everyone is Using It in 2025
May 30, 2025.
Arbitrum is an Ethereum Layer 2 scaling solution that makes use of Optimistic Rollups to boost transaction throughput while preserving Ethereum's security.
Templatization in SPFx Using Handlebars Helpers: Dynamic UI Made Simple
May 28, 2025.
The SharePoint Framework (SPFx) provides a powerful way to build modern, client-side web parts for SharePoint. But when building dynamic, data-driven UIs, mixing logic with JSX can quickly become messy and hard to maintain. This is where Handlebars.js comes into play.
How to Configure a "DoNotReply" Email Using a Shared Mailbox in Dynamics 365 CE
May 26, 2025.
In this article, we will learn Step-by-step details to configure the donotreply share mailboxes and send emails in Dynamics 365 CE
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.
.NET core MAUI with SQLite Database Login Page example
May 24, 2025.
Learn to build a basic MAUI app with SQLite integration, featuring login and registration pages. This article includes creating a SQLiteHelper class and implementing database logic in Visual Studio 2022.
How to Ensure Data Privacy and Intellectual Property Protection When Using LLMs
May 23, 2025.
Learn how to protect data privacy and intellectual property when using Large Language Models (LLMs). Explore secure deployment options, prompt sanitization, regulatory compliance, and best practices for safely integrating GenAI into your enterprise workflows.
Add SharePoint Knowledge to a Custom Copilot using Copilot Studio
May 23, 2025.
Enhance your custom Copilot with SharePoint knowledge using Copilot Studio. Seamlessly connect and integrate SharePoint data to empower your AI assistant with organizational content, improving responses and productivity within your business environment.
What Is a Neural Network? How It Works and Where It's Used
May 22, 2025.
Learn what neural networks are, how they process data, and where they’re used in real-world applications.
How to Make Power Pages Form Fields Mandatory or Optional Using jQuery
May 22, 2025.
In this article, we will learn how to use jQuery to dynamically set Power Pages form fields as mandatory or optional.
Gender Classification from Speech Using Machine Learning
May 22, 2025.
This article covers key techniques, features like pitch and frequency, and how models are trained to classify gender based on audio data.
Using RAG architecture for generative tasks
May 22, 2025.
This article explores using Retrieval Augmented Generation (RAG) with LLMs to create artistic text, combining personal datasets, prompt engineering, and synthetic data for more relevant, high-quality poetic output.
Create Django Web App with MySQL Database
May 21, 2025.
Learn how to create a Django project with MySQL integration, configure database settings, create an app, apply migrations, and run the development server to view your Django web application.
Service Discovery using Consul
May 21, 2025.
Explore how to implement service discovery in .NET using Consul, enabling microservices to dynamically locate and communicate with each other without hardcoding service addresses or configurations.
Typical Uses of JDBC with Architecture
May 16, 2025.
The traditional client/server model has a rich GUI on the client and a database on the server. In this model a JDBC driver is deployed on the client.
How Would You Architect a Chatbot Using a Large Language Model
May 15, 2025.
This article explains the basic steps to get started with creating a chatbot using a large language model.
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.
Export Table Data as CSV in React Using Axios and react-csv
May 14, 2025.
Learn how to export table data to a CSV file in a React application using Axios for data fetching and the react-csv library for easy CSV generation.
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.
EOMonth function in PowerFx using canvas App with Power apps
May 13, 2025.
Learn how to use the EOMonth function in Power Fx with Microsoft Power Apps. Build a canvas app to calculate the last day of added or subtracted months using TextBox, Label, and Button controls.
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.
C# Big Data Processing Using C# 14 Features
May 09, 2025.
Explore how C# 14 empowers big data processing with its latest features like improved pattern matching, enhanced performance, and simplified syntax.
Applying the Saga Pattern for Distributed Transactions Across Services Using C# Examples
May 07, 2025.
The Saga pattern in microservices helps manage distributed transactions by breaking them into local transactions with compensating actions. It ensures data consistency and handles failures through choreography or orchestration.
Construction of Polyglot Microservices using C# and .NET
May 07, 2025.
Learn how to design C# microservices for polyglot systems that integrate multiple languages like Python, Node.js, and Go. Explore strategies for using open protocols, defining contracts, and ensuring resilience in distributed environments.
Using children in React?
May 07, 2025.
Learn how to use `props.children` in React to pass elements, text, or components between tags. Enhance flexibility, create reusable layouts, and apply styles or logic using `cloneElement` and fallbacks.
What are the risks of using Vibe Coding?
May 06, 2025.
Explore the potential risks of using AI for code generation, from code quality and security risks to skill erosion and legal uncertainties.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
Seamless GitHub Integration with Docker MCP and AI Tools
May 05, 2025.
Learn how to securely integrate GitHub with Docker MCP and automate repo creation using Docker AI — perfect for beginners and developers alike!
Plugging Your AI Clients into Docker MCP: Claude, VS Code, and Cursor
May 04, 2025.
Explore how to connect AI clients like Claude, VS Code, and Cursor to Docker MCP for seamless, secure, and beginner-friendly tool integration.
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.
Getting Started with Docker MCP for AI Tool Integration
May 03, 2025.
Discover how Docker's MCP Catalog makes connecting AI assistants to real-world tools easy, secure, and beginner-friendly.
Storing Event Streams in a Database Using Cosmos DB with C#
May 03, 2025.
This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET and Azure.
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.
Advanced C# Database Tricks into a Practical Solution
May 02, 2025.
This project demonstrates an advanced C# database architecture combining EF Core, Dapper, and ADO.NET to achieve optimal performance, flexibility, and maintainability—complete with clean architecture, logging, and benchmarks.
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.
Advanced C# Database Tricks for Power Users
May 01, 2025.
Explore advanced C# database techniques using ADO.NET, Entity Framework Core, and Dapper.
PDF Generation Using Power Automate Flow
Apr 29, 2025.
This Power Automate flow enables PDF generation directly from Power Apps. It parses input data, populates a Word template, converts it to PDF, and saves it to SharePoint.