C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Ananya Desai(19)
Nidhi Sharma(16)
Niharika Gupta(15)
Aarav Patel(12)
Saurav Kumar(10)
Riya Patel(8)
Nabaraj Ghimire(2)
An Phạm(2)
Harshil Malvi(2)
Chethan N(2)
Sandhiya Priya(1)
Prathamesh Dhopare(1)
Mahesh Chand(1)
chancy (1)
Jitan Gupta(1)
Parth Soni(1)
Shafaet Hossain(1)
Subash S(1)
Satyaprakash Samantaray(1)
Saravanan Ganesan(1)
Lalit Bansal(1)
Bohdan Stupak(1)
Resources
No resource found
How to Connect SQL Server with C# Using Entity Framework Core
Apr 23, 2026.
Learn how to connect SQL Server to your C# application using Entity Framework Core. This tutorial covers setup, migrations, CRUD operations, and common pitfalls.
How to implement push notifications in Flutter using Firebase
Apr 22, 2026.
Learn how to implement push notifications in Flutter using Firebase Cloud Messaging (FCM). Enhance user engagement with real-time updates and alerts. Step-by-step guide included!
Mean of Range in Array Using Prefix Sum
Apr 22, 2026.
Using the Prefix Sum technique, we can efficiently solve range-based problems like finding the mean of subarrays. This approach is simple, fast, and highly scalable.
How to implement API testing using Postman collections step by step
Apr 22, 2026.
Implementing Proper Theming in Power Apps Using OnStart (Beginner to Advanced Guide)
Apr 21, 2026.
This article explains how to implement a centralized theming approach in Power Apps using the App OnStart property. Instead of hardcoding styles, you’ll learn how to create reusable theme variables and apply them across your app for a consistent and maintainable UI. It also covers dynamic styling, hover effects, and best practices to build clean, scalable, and professional Power Apps applications.
What is ROC curve and how to evaluate model performance using it?
Apr 22, 2026.
Master ROC curves for evaluating classification models! Learn TPR, FPR, AUC, and how to interpret them. Improve model performance on imbalanced datasets.
How to implement API versioning using URL, header, and query string in ASP.NET Core?
Apr 22, 2026.
Master API versioning in ASP.NET Core! Learn to implement URL, query string, and header versioning for backward compatibility and seamless API evolution. Keep your apps stable!
How to Configure Autoscaling in Kubernetes Using Horizontal Pod Autoscaler
Apr 21, 2026.
How to Configure Autoscaling in Kubernetes Using Horizontal Pod Autoscaler
How to Implement Output Caching Policies in ASP.NET Core Using CacheTagHelper
Apr 21, 2026.
How to Implement Output Caching Policies in ASP.NET Core Using CacheTagHelper
What is TF-IDF and How is it Used in Text Processing?
Apr 20, 2026.
Unlock the power of TF-IDF! Learn how this essential NLP technique identifies important words in documents for search, classification, and more. Master text processing!
How to Handle API Calls in Flutter Using Dio Package Step-by-Step
Apr 20, 2026.
Master API calls in Flutter using Dio! This step-by-step guide covers setup, GET/POST requests, interceptors, error handling, and best practices for scalable apps.
How to Implement Centralized Logging Using ELK Stack for Applications
Apr 20, 2026.
Implement centralized logging with the ELK stack (Elasticsearch, Logstash, Kibana). This guide provides a step-by-step approach for efficient log management.
How to Perform Load Testing for Web Applications Using JMeter Step-by-Step?
Apr 20, 2026.
Master load testing with JMeter! This step-by-step guide teaches you to simulate user traffic, analyze performance, and ensure your web app's stability under pressure.
How to Implement Form State Management in React Using useReducer
Apr 20, 2026.
Master React form state with useReducer! Learn to manage complex forms, validation, and dynamic updates efficiently. Build scalable and maintainable applications.
Top 10 Mistakes Startups Make When Using AI
Apr 18, 2026.
Avoid AI startup pitfalls! Learn the top 10 mistakes founders make when integrating AI and how to build successful, scalable AI systems. Strategy is key!
What is Cosine Similarity and How is it Used in Vector Search?
Apr 17, 2026.
Discover Cosine Similarity: a key technique for measuring vector similarity in search engines, recommendation systems, and AI. Learn how it works and its applications!
How to Manage State in Flutter Using Provider Step by Step
Apr 17, 2026.
Master Flutter state management with Provider! This step-by-step guide simplifies data sharing and UI updates for scalable, maintainable apps. Beginner-friendly!
How to Implement State Management in React Using Redux Toolkit?
Apr 17, 2026.
Master React state management with Redux Toolkit! This guide simplifies setup, reduces boilerplate, and offers step-by-step instructions with real-world examples. Learn to build scalable apps!
How to Build a Document Q&A System Using RAG and Vector Database
Apr 16, 2026.
Build a powerful document Q&A system using RAG and vector databases! Learn step-by-step how to implement semantic search and AI-powered answers from your data.
How to Implement API Rate Limiting in ASP.NET Core Using Middleware
Apr 16, 2026.
Protect your ASP.NET Core APIs! Learn to implement rate limiting middleware to prevent abuse, ensure stability, and optimize performance. Includes code examples.
How to Implement Unit Testing in .NET using xUnit with Example
Apr 16, 2026.
Master .NET unit testing with xUnit! Learn to write effective tests, catch bugs early, and improve code quality. Includes practical examples and best practices.
How to Set Up CI/CD Pipeline using Azure DevOps for .NET Applications
Apr 16, 2026.
Automate .NET application deployment with Azure DevOps! This guide simplifies CI/CD pipeline setup, ensuring faster releases, improved code quality, and reduced errors.
How to Set Line Spacing and Paragraph Spacing in Word Using C#
Apr 16, 2026.
Learn how to programmatically control line and paragraph spacing in Word documents using C#. This tutorial provides a step-by-step guide with example code for improved document layout and readability. Optimize your document generation process!
What is Container Orchestration and Why is Kubernetes Used for It?
Apr 16, 2026.
Discover container orchestration's role in modern cloud applications. Learn why Kubernetes is the leading platform for automated deployment, scaling, and management.
How to Store and Query Embeddings Using Vector Databases
Apr 15, 2026.
Learn how to use vector databases to store and query embeddings for AI applications. Unlock semantic search and RAG pipelines for intelligent systems.
How to Implement Secure Password Hashing Using Bcrypt in .NET
Apr 15, 2026.
Secure your .NET apps! Learn bcrypt password hashing in ASP.NET Core with this step-by-step guide. Protect user data with best practices and real-world examples.
How to Deploy ASP.NET Core App Using Kubernetes Step by Step
Apr 15, 2026.
Deploy ASP.NET Core apps on Kubernetes for scalability & resilience. This step-by-step guide covers Dockerizing, configuring, and deploying your .NET app.
How to Implement Form Validation in React using React Hook Form
Apr 15, 2026.
Master form validation in React with React Hook Form! This guide covers setup, validation rules, error handling, and best practices for robust forms. Learn more!
How to Build a Multi-Agent AI System Using Tools and APIs
Apr 15, 2026.
Build scalable AI systems! Learn to create multi-agent AI architectures using tools, APIs, and orchestrators for efficient task automation and intelligent workflows.
Building distributed system using RabbitMQ and .NET
Apr 15, 2026.
Build a distributed system with RabbitMQ and .NET! This tutorial covers microservices, event-driven communication, and a practical shopping app example. Learn to scale!
How to Build a Semantic Search Engine Using Vector Embeddings
Apr 14, 2026.
Build a semantic search engine using vector embeddings! Learn to understand search intent, improve accuracy, and deliver relevant results beyond keywords.
How to Implement Background Services in ASP.NET Core Using IHostedService
Apr 14, 2026.
Learn how to implement background services in ASP.NET Core using IHostedService. Improve your Web API's performance by running tasks asynchronously. Includes examples and best practices.
How to Evaluate LLM Performance Using Benchmarks and Metrics
Apr 14, 2026.
Learn how to evaluate LLM performance using benchmarks & metrics. Improve accuracy, relevance, & reliability for better AI applications. A must-read guide!
What is Agentic AI and How Is It Used in Real-World Applications
Apr 14, 2026.
Explore Agentic AI: Understand how it's transforming industries! Learn about its capabilities, real-world applications, and future potential. A must-read!
How to Map DTOs Using AutoMapper in .NET with Example
Apr 14, 2026.
Simplify .NET object mapping with AutoMapper! Learn how to use DTOs to protect data, reduce code, and improve API performance with our step-by-step guide.
How to Implement Authentication in React Using JWT Step by Step?
Apr 13, 2026.
Learn step-by-step how to implement JWT authentication in React applications. Secure your user data with practical examples, best practices, and route protection. Build robust and scalable authentication systems.
How I Connected My AI Assistant to a Real Firebase App Using MCP
Apr 10, 2026.
Build a custom MCP server to connect your AI assistant to a Firebase app. Automate data transfer and updates with clear tool descriptions for seamless integration.
Setting Up CI/CD in Power Platform Using Power Platform Pipelines: A Step-by-Step Guide
Apr 09, 2026.
A comprehensive, step-by-step guide to setting up CI/CD pipelines in Microsoft Power Platform. Learn how to configure development and production environments, install the Power Platform Pipelines app, and automate your Application Lifecycle Management (ALM) for seamless and reliable solution deployments.
How Do I Implement a Hybrid Data Access Layer Using Both Dapper and EF Core in a .NET Application?
Apr 10, 2026.
Combine EF Core & Dapper in .NET for optimal data access! Use EF Core for CRUD, Dapper for speed. Boost performance & simplify complex queries. Learn how!
Using Redis with .NET -8,9,10: A Step-by-Step Guide
Apr 09, 2026.
Learn how to integrate Redis, the blazing-fast in-memory data store, with your .NET 8, 9, or 10 applications using StackExchange.Redis for caching and more!
How Do I Build an Autonomous AI Agent in C# Using Semantic Kernel and .NET 10?
Apr 09, 2026.
Build autonomous AI agents in C# using Semantic Kernel and .NET 10! This guide covers planning, skills, memory, and integration for intelligent apps. Boost productivity!
How to Implement Retrieval-Augmented Generation (RAG) in C# Using Azure AI Search
Apr 08, 2026.
Build intelligent C# .NET apps with Retrieval-Augmented Generation (RAG) using Azure AI Search. Learn to combine your data with AI for accurate, up-to-date responses.
How to Run Background Jobs in .NET Using Hangfire
Apr 08, 2026.
Learn how to implement background jobs in ASP.NET Core using Hangfire with step-by-step examples. Improve performance with scheduling and async processing.
How to Deploy a .NET 9 App to Azure Using GitHub Actions
Apr 08, 2026.
Automate .NET 9 app deployments to Azure using GitHub Actions! This guide provides a step-by-step walkthrough for setting up a CI/CD pipeline, boosting efficiency and reducing errors.
How to Optimize LINQ Queries in Entity Framework Core to Avoid the N+1 Problem
Apr 08, 2026.
Boost EF Core performance! Learn to optimize LINQ queries, avoid the N+1 problem with eager loading, projections, and more. Build faster, scalable apps now!
Difference Between IEnumerable, IQueryable, and ICollection?
Apr 08, 2026.
Unlock the secrets of IEnumerable, IQueryable, and ICollection in C#! Master data handling, optimize database interactions, and boost application performance. Choose the right interface!
Connecting MongoDB with Node.js using Mongoose
Apr 07, 2026.
Learn how to connect MongoDB to your Node.js application using Mongoose. This tutorial covers installation, database connection, and schema creation for seamless integration.
How to Build a REST API Using Node.js and Express Step by Step?
Apr 07, 2026.
Learn to build REST APIs with Node.js and Express! This step-by-step guide covers everything from setup to best practices, enabling you to create robust backends.
State Management in React using Context API
Apr 07, 2026.
Learn how to manage global state in React with the Context API! This tutorial covers creating context, providing values, and consuming them in components. Simplify your React state management today!
How to Build a Cross-Platform Desktop App Using .NET MAUI for Beginners?
Apr 07, 2026.
Discover how to build cross-platform desktop apps with .NET MAUI! This beginner-friendly guide covers setup, project structure, UI design, and real-world examples using C#.
How to Connect Node.js Application to MongoDB Using Mongoose?
Apr 07, 2026.
Learn how to connect your Node.js app to MongoDB using Mongoose! This step-by-step guide covers setup, schema creation, CRUD operations, and best practices. Build scalable backends!
How to Handle Exceptions in C# Using Try, Catch, Finally With Real Examples
Apr 07, 2026.
Master C# exception handling with try, catch, and finally blocks! Learn to build robust applications, prevent crashes, and improve user experience. Real examples included!
What Is Blazor and How to Build Your First Web App Using C# Instead of JavaScript?
Apr 07, 2026.
Discover Blazor, Microsoft's innovative web framework! Build interactive web apps using C# instead of JavaScript. Simplify full-stack development and boost productivity with .NET.
How to Make HTTP API Calls in Flutter Using the http Package?
Apr 06, 2026.
Master Flutter API calls with the http package! This guide covers GET/POST requests, JSON parsing, error handling, and loading states for seamless data integration.
How to Write Clean Code in C# Using Naming Conventions and Best Practices?
Apr 06, 2026.
Master C# clean code: naming conventions, best practices, and SOLID principles. Write readable, maintainable, and scalable .NET applications. Improve team collaboration!
How to Create Your First Web API Using ASP.NET Core?
Apr 06, 2026.
Learn to build your first Web API with ASP.NET Core! This beginner-friendly guide covers setup, controllers, HTTP methods, and dependency injection for backend development.
Why Modern C# Encourages Functional Programming Concepts
Apr 05, 2026.
Explore how modern C# embraces functional programming with LINQ, lambdas, records, and pattern matching for cleaner, safer, and more maintainable code.
Swagger Configuration in ASP.NET Core Web API using VS Code
Apr 04, 2026.
Configure Swagger UI in ASP.NET Core Web API using VS Code. Learn to generate interactive API documentation, add custom info, and enable XML comments for detailed descriptions.
Using Claude AI APIs in ASP.NET Core Applications (2026 Guide)
Apr 03, 2026.
Integrate Claude AI with ASP.NET Core! This 2026 guide covers API integration, architecture, best practices, and code examples for building intelligent apps.
How to Fetch and Display API Data in React Using useEffect and useState
Apr 03, 2026.
Learn how to fetch and display API data in React using useEffect and useState hooks. Master data fetching, loading states, and error handling for dynamic UIs.
How to Clean and Preprocess Data in Python Using Pandas Step by Step
Apr 03, 2026.
Master data cleaning and preprocessing in Python using Pandas. This step-by-step guide covers handling missing data, duplicates, outliers, and more for accurate analysis.
How to Build a Linear Regression Model in Python Using Scikit-Learn
Apr 03, 2026.
Build a linear regression model in Python using Scikit-Learn. Learn step-by-step implementation, real-world examples, and best practices for accurate predictions.
How to Build Your First MCP Server Using TypeScript Step by Step
Apr 02, 2026.
Learn to build your first Model Context Protocol (MCP) server using TypeScript! This step-by-step guide covers setup, tools, and real-world examples for AI-powered applications.
How to Prevent AI Hallucinations in Production Applications Using Context Engineering?
Apr 02, 2026.
Learn how context engineering prevents AI hallucinations in production! Boost accuracy with RAG, validation, and guardrails. Control the input, control the output!
How to Connect Cursor AI to Your Database Using MCP Servers
Apr 02, 2026.
Connect Cursor AI to your database using MCP servers for natural language querying and automated backend processes. Enhance productivity and build intelligent, scalable AI-driven apps.
How to implement caching in ASP.NET Core using IMemoryCache?
Apr 01, 2026.
Boost ASP.NET Core app speed! This tutorial guides you through implementing in-memory caching with IMemoryCache for faster data retrieval and improved user experience.
How to Monitor .NET Applications Using Azure Application Insights
Apr 01, 2026.
Learn how to monitor your .NET applications with Azure Application Insights! This step-by-step guide covers setup, configuration, and custom telemetry for optimal performance.
How to Validate Models in ASP.NET Core Using Data Annotations?
Apr 01, 2026.
Ensure data integrity in ASP.NET Core Web APIs using Data Annotations. Learn to validate models with attributes like Required, Range, and EmailAddress for robust applications.
Building Your First AI Agent: A Step-by-Step Guide to Using Tools and APIs
Apr 01, 2026.
Build your first AI agent! This step-by-step guide covers selecting an LLM, integrating tools/APIs, function calling, and setting up the agent loop for success.
Automating Keycloak Tenant Provisioning Using KeycloakConfigCLI vs Admin API (Template-Driven Approach)
Mar 30, 2026.
In modern enterprise IAM systems, onboarding new tenants and managing identity configurations manually can lead to inconsistencies, operational overhead, and scalability challenges. This article explores how Keycloak can be automated using a template-driven approach with KeycloakConfigCLI, compares it with the Keycloak Admin API, and demonstrates how organizations can efficiently provision and manage multiple tenants in a consistent, repeatable, and scalable manner.
How to Implement Logging in ASP.NET Core using Built-in ILogger?
Mar 31, 2026.
Master ASP.NET Core logging with ILogger! Learn to track errors, monitor performance, and debug efficiently. Implement robust logging for reliable applications.
How to Handle Self-Referential Structs in Rust Without Using Unsafe Blocks
Mar 30, 2026.
Unlock safe self-referential structs in Rust! Ditch unsafe code for owned data, indices, and smart pointers. Master memory safety and borrowing with proven libraries. #rustlang
Using Keycloak as a Unified IAM Broker to Solve SAML and Federation Challenges in Duende IdentityServer
Mar 29, 2026.
Learn how we solved identity federation challenges in Duende IdentityServer by introducing Keycloak as a unified IAM broker. This article covers SAML to OIDC transformation, architecture design, and scalable SSO integration patterns.
Using Kotlin Multiplatform (KMP) to Share UI Logic: Compose vs Native SwiftUI
Mar 30, 2026.
Explore Kotlin Multiplatform for cross-platform apps: Compose Multiplatform (shared UI) vs. native SwiftUI. Discover the best approach for your project's needs and team.
Getting Started with Azure IoT Hub Using .NET: A Hands-On Guide
Mar 30, 2026.
Get started with Azure IoT Hub using .NET! This guide walks you through creating an IoT Hub, registering a device, and sending telemetry using Azure CLI and .NET. Build a working IoT pipeline quickly!
Using io_uring in Node.js for High-Throughput Disk I/O
Mar 30, 2026.
Unlock high-performance disk I/O in Node.js using io_uring! This guide provides a step-by-step approach to leverage this Linux kernel feature for faster, scalable file operations.
AI-Powered Applications in .NET Using OpenAI & Azure AI
Mar 26, 2026.
Unlock the power of AI in .NET! Learn to build intelligent apps using OpenAI & Azure AI. Explore real-world use cases and step-by-step integration guides.
How to Optimize Node.js Performance Using PM2 in a High-Traffic Environment
Mar 27, 2026.
Optimize Node.js performance in high-traffic environments using PM2. Learn clustering, load balancing, monitoring, and auto-restarts for scalable, stable apps.
Setting up CI/CD for Multi-Cloud Deployments using GitHub Actions and PM2
Mar 27, 2026.
Automate multi-cloud deployments with GitHub Actions and PM2. Achieve faster releases, reduced downtime, and consistent performance across AWS, Azure, and Google Cloud.
IEnumerable vs IQueryable in C#
Mar 26, 2026.
Unlock the secrets of IEnumerable vs IQueryable in C#! Learn when to use each for optimal C# performance with databases and large datasets. Boost your app's speed!
How to Reduce LLM Hallucination Using Retrieval-Augmented Generation (RAG)?
Mar 26, 2026.
Combat LLM hallucination with Retrieval-Augmented Generation (RAG)! Learn how RAG enhances accuracy and reliability by grounding LLMs in real-world data.
Digital Identity Verification & KYC Automation Using Blockchain Technology
Mar 26, 2026.
Unlock seamless KYC with blockchain! Automate identity verification, boost security, cut costs, and enhance user experience. Embrace the future of trust!
How to Build a Chatbot using OpenAI API and .NET
Mar 25, 2026.
Learn how to build a chatbot using OpenAI API and .NET! This step-by-step guide covers everything from setup to advanced features, perfect for developers. Create intelligent, conversational apps with C#.
What is a Vector Database and Why is it Used in AI Applications?
Mar 25, 2026.
Unlock the power of AI with vector databases! Learn how they store data as vectors for semantic search, powering chatbots, recommendations, and more. Dive in now!
What is Next.js and Why is it Used for Modern Web Applications?
Mar 25, 2026.
Discover Next.js, the React framework for building fast, scalable, and SEO-friendly web applications. Learn its key features and real-world use cases. Perfect for modern web development!
What is the Difference Between IEnumerable and IQueryable in C#?
Mar 25, 2026.
Unlock the secrets of IEnumerable vs. IQueryable in C#! Learn when to use each for optimal performance in data querying, especially with LINQ and Entity Framework. Master efficient data handling!
How to Set Up CI/CD Pipeline Using GitHub Actions for .NET Projects
Mar 25, 2026.
Automate .NET project CI/CD with GitHub Actions! This guide provides a step-by-step walkthrough, from setup to deployment, improving productivity and reducing errors.
How to Upload Files in ASP.NET Core Web API using IFormFile
Mar 25, 2026.
Master file uploads in ASP.NET Core Web API using IFormFile! This guide covers implementation, validation, security, and best practices for robust file handling.
How to Handle High Traffic Using Load Balancer and Caching Together
Mar 24, 2026.
Learn how to handle high website traffic with load balancing and caching. Improve performance, prevent server overload, and ensure a smooth user experience.
How to Create AI Chatbot with Memory Using LangChain and Local Database
Mar 24, 2026.
Build an AI chatbot with memory using LangChain, local LLMs, and databases. Create personalized, private, and cost-effective AI solutions locally. Learn how!
Parallel LINQ (PLINQ) in C#: Unlocking Multi-Core Performance
Mar 23, 2026.
Unlock multi-core performance in C# with Parallel LINQ (PLINQ). Learn how to parallelize LINQ queries with .AsParallel() for CPU-bound tasks and improve performance. Explore its advantages and disadvantages.
How to Optimize Slow Queries Using EXPLAIN in PostgreSQL
Mar 24, 2026.
Optimize PostgreSQL query performance using EXPLAIN! Learn to analyze execution plans, identify bottlenecks, and apply indexing for faster, scalable databases.
How to Implement Background Jobs in Node.js Using Bull Queue
Mar 24, 2026.
Learn how to implement background jobs in Node.js using Bull Queue! This tutorial covers setup, job creation, error handling, and scaling for efficient task management.
How to Deploy Full Stack Application on VPS Server Using Docker
Mar 24, 2026.
Deploy full-stack apps on a VPS server using Docker! This guide simplifies the process with step-by-step instructions, covering setup, configuration, and real-world examples. Containerize your app for easy scaling and consistent performance.
How to Build a Local AI Chatbot Using Open Source LLMs Without OpenAI API
Mar 24, 2026.
Build your own local AI chatbot using open-source LLMs! This guide provides a step-by-step approach, covering setup with Ollama, LangChain, and Streamlit. Enjoy privacy and cost savings!
How to Improve PostgreSQL Performance Using Table Partitioning in CQRS Systems
Mar 23, 2026.
Improve PostgreSQL performance by partitioning large tables! This guide covers range partitioning with pg_partman, addressing common pitfalls and maintenance.
How to Store Passwords Securely Using Bcrypt in Backend Applications?
Mar 23, 2026.
Learn how to securely store passwords in backend applications using Bcrypt. Protect user data and prevent breaches with this industry-standard hashing technique.
How to Design Scalable Backend Architecture Using Microservices?
Mar 23, 2026.
Learn to design scalable backend architecture using microservices. Break down monoliths, improve performance, and achieve resilience for modern applications.
How to Secure REST APIs Using API Keys and Rate Limiting?
Mar 23, 2026.
Secure your REST APIs! Learn how API keys control access and rate limiting prevents abuse. Essential techniques for robust, scalable, and secure backend applications.
How to Handle API Calls in React Using Axios or Fetch API?
Mar 23, 2026.
Master API calls in React using Fetch API or Axios. Learn to manage loading states, handle errors, and optimize performance for scalable web applications. Choose the right tool!