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]
Aarav Patel(7)
Ananya Desai(5)
Tuhin Paul(4)
John Godel(4)
Niharika Gupta(3)
Vishal Gami(2)
Rajesh Gami(2)
Mahender Pal(2)
Abhijeet Singh(2)
Anubhav Chaudhary(2)
Scott Lysle(2)
Rohatash Kumar(2)
Tin Lam(2)
Harshil Malvi(2)
Aishwarya Gupta(2)
Rohit Gupta(2)
The Code Registry(1)
Hari Lakkakula(1)
Sandhiya Priya(1)
Ck Nitin(1)
Gautam Singh(1)
Arkadeep De(1)
Bimalshi Jayarathna(1)
Jeetendra Gund(1)
Sanjay Kumar(1)
Chetan Sanghani(1)
Naveen Kumar(1)
Madhanmohan Devarajan(1)
Gajendra Jangid(1)
Rajashekar Syereddy(1)
Allam Purushotham(1)
Sanwar Ranwa(1)
Sardar Mudassar Ali Khan (1)
Aditi Bamaniya(1)
Vijayaragavan S(1)
Bohdan Stupak(1)
Shweta Lodha(1)
Naresh Beniwal(1)
Kapil Singh Kumawat(1)
Gaurav Nagri(1)
Vidya Vrat Agarwal(1)
Ashish Vishwakarma(1)
Akshay Phadke(1)
Upendra Pratap Shahi(1)
Rahul Kumar Saxena(1)
Robert Snyder(1)
Vaikesh K P(1)
Pankaj Kumar Choudhary(1)
Kalyankumar Ravichandran(1)
Kiran Thakur(1)
Veena Sarda(1)
Sahil Sharma(1)
Meet Agarwal(1)
Max McCarty(1)
Douglas Miller(1)
Satendra Singh Bhati(1)
Nitesh Kejriwal(1)
Vinod Kumar(1)
Sharad Gupta(1)
James Mouchett(1)
Arjun Panwar(1)
Vijay Prativadi(1)
Shivprasad (1)
Ashish Banerjee(1)
Riya Patel(1)
Nidhi Sharma(1)
Chethan N(1)
Mahesh Chand(1)
Abhishek Tripathi(1)
Henil Patel(1)
Elsie Rainee(1)
Resources
No resource found
Software Due Diligence Case Study: Avoiding a Costly Acquisition Mistake
Aug 13, 2026.
Learn how software due diligence uncovers technical debt, security, architecture, AI code, and supply-chain risks before an acquisition.
Prompt Design Lessons from Production Agent Failures: A Fintech Fixed Deposit Case Study
Aug 08, 2026.
Learn 7 prompt design lessons from fintech production failures to build robust, compliant AI agents. Focus on structure, negative constraints, and auditability.
Abstraction in Enterprise Applications: A Practical Guide (with a C# Insurance Case Study)
Jul 23, 2026.
Master enterprise application abstraction! Learn practical C# patterns for evolving systems, avoiding costly rewrites with strategic interface design.
AI-Powered Test Case Generation for Enterprise .NET Applications
Jun 17, 2026.
Automate .NET test case generation with AI. Enhance coverage, reduce errors, and accelerate enterprise application delivery.
Building a Three‑Toggle Filter in ASP.NET with CASE Conditions
Jan 01, 2026.
Implement a dynamic three-toggle filter (All, Pending, Replaced) in ASP.NET WebForms using CASE statements in SQL. Streamline data filtering with a single query and Repeater.
How to Optimize Slow SQL Queries | Beginner-Friendly Techniques with Practical Developer Case Study
Nov 25, 2025.
Boost SQL query speed! Learn indexing, filtering, and execution plan analysis. Fix slow queries with our beginner-friendly guide and developer case study.
Performance Tuning Case Study: Optimizing 10 Slow SQL Server Queries Step-by-Step
Nov 17, 2025.
Boost SQL Server performance! This case study provides 10 step-by-step solutions to common slow query problems, complete with root causes and optimized code.
Creating an AI-Based Auto-Test Case Generator from Requirements (ASP.NET Core + Angular + GPT API)
Nov 18, 2025.
Automate test case generation from requirements using AI! ASP.NET Core, Angular & GPT API create NUnit/Jest tests. Boost QA with AI-powered test automation.
AI Agents in Practice: A Hands-On Use Case with Prompts and Code
Oct 19, 2025.
Build practical AI agents with this hands-on guide! Learn to create an Order Return & Refund agent using prompts, tool interfaces, and Python code. This example emphasizes safety, transparency, and verifiable actions with receipts. Discover how to adapt this pattern to your own workflows, ensuring reliable and auditable AI interactions. Implement robust AI solutions with clear contracts and explicit evidence.
Building a Legal Assistant That Understands Case Law Relationships Using Graph-Augmented LLMs Using Python
Oct 13, 2025.
Build a legal assistant using graph-augmented LLMs in Python! This article demonstrates how to create a system that understands case law relationships, enabling accurate and traceable legal reasoning. Learn to fight wrongful evictions by grounding LLMs in real case law, ensuring ethical and impactful legal AI. Empower marginalized communities with precedent-aware reasoning and accessible legal information.
đź’ł Case Study: How a Leading Bank Leveraged .NET Core and Azure to Solve a Critical Business Problem
Sep 09, 2025.
This case study details how a major bank overcame scalability and compliance challenges by migrating from a monolithic .NET Framework application to a .NET Core microservices architecture on Azure. The bank achieved 40% faster customer onboarding, a 99.99% transaction success rate, and a 20% revenue increase by leveraging Azure services like AKS, Cosmos DB, and Cognitive Services. This transformation improved customer satisfaction and enabled new fintech partnerships.
Next 100x Potential? The Case for Utility-Driven Altcoins Like Sharp
Aug 27, 2025.
Discover the next 100x crypto opportunity! This article explores the shift from meme coins to utility-driven altcoins like Sharp Token, highlighting its potential for growth.
Prompt Engineering in LegalTech: Structuring AI for Case Law Precision and Compliance
Aug 14, 2025.
Prompt Engineering in LegalTech: Structuring AI for Case Law Precision and Compliance
Vibe Coding in LegalTech: Building Autonomous Case Law Researchers
Aug 13, 2025.
Claude’s safeguards ensure AI remains safe, ethical, and aligned with human values by using advanced oversight, bias checks, and transparent decision-making to prevent harmful or unintended outcomes.
Stop Overwriting Your Services: The Case for Keyed DI in .NET 8
Apr 11, 2025.
Avoid service conflicts and boost flexibility with .NET 8’s Keyed Dependency Injection—supporting multiple implementations of the same interface.
Automation of Test Case Management by Using REST API Integration
Oct 02, 2024.
This content explores the automation of test case management through REST API integration. It highlights how API-driven automation streamlines test workflows, enhances efficiency and improves software quality.
What is Codeium and How to Use it for Test Case Writing
Sep 27, 2024.
This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Codeium extension in Visual Studio and demonstrates using it to automatically generate xUnit test cases.
Explain Switch Case Uses in C#
Sep 11, 2024.
In C#, the switch statement serves as a control structure that enables the execution of distinct code blocks based on the value of a variable. It is frequently utilized when there is a need to compare a variable with multiple constant values and to carry out various actions according to the outcome.
Real-World ADO.NET Use Cases: Case Studies and Best Practices
Jul 24, 2024.
ADO.NET remains a robust data access technology within the .NET framework, even as newer technologies emerge. Its ability to manage data interactions efficiently makes it suitable for a variety of real-world applications.
SQL Server Collations: Case Sensitivity and Insensitivity
Jul 17, 2024.
This article explains SQL Server collations, which dictate data sorting and comparison rules. It highlights case-sensitive (CS) and case-insensitive (CI) collations with practical SQL query examples. Learn how to use collations like Latin1_General_CS_AS and Latin1_General_CI_AS to manage case sensitivity in your data operations.
Dynamics 365 Customer Service: Disable the Resolve Case button
Jul 11, 2024.
This article guides you on restricting customer service associates from resolving cases with open activities or child cases in Dynamics 365. By creating a JavaScript Web Resource and customizing the Case form, you can enable or disable the "Resolve Case" button based on the status of related activities and cases.
How to Write Unit Test Case with Mocking Service in Angular
Feb 24, 2024.
Learn how to write unit tests with mocked services in Angular using Jasmine and TestBed. This step-by-step guide demonstrates creating a mock service and testing component behavior in isolation for better reliability.
Enhance Customer Service Case Forms with Case Summary Copilot
Feb 15, 2024.
Seamlessly integrated into the Customer Services case form, this feature enhances efficiency by automating data entry and providing a concise summary of cases.
Develop D365 Contact Creation Plugin with Unit Test Case
Jan 24, 2024.
Create a Plugin when a new Contact is created in D365 and Update the same Contact in PreOperation with some data. This code snippet showcases the setup of an Entity Framework plugin in C#. It covers essential lines for retrieving services, context, and executing operations. Also, a unit test example is provided.
Split Camel Case to Space using Angular Pipe
Dec 27, 2023.
Master the creation of an Angular pipe to effortlessly split camelcase text with spaces. Follow the prerequisites, and steps, and enhance your Angular app for improved readability.
Use Case View in Software Development
Jun 30, 2023.
The Use Case View is a perspective used in software development that concentrates on identifying a system's functional needs from the viewpoint of its users or other external actors. It aids in comprehending how users engage with the system and what features it ought to offer to meet their wants. Use case diagrams, which show how actors interact with the system, are generally used to record the use case view.
Solution - Laravel Test Case Warning And Coverage-Report File Not Generating
Jul 19, 2022.
This article is related to the solution of the Laravel unit test case warning "XMODE_DEBUG = coverage or xdebug.mode = coverage" has to be set and due to this warning cover-report.xml file is not going to be generated.
Switch Case Conditionals In Desktop Flow Using Microsoft Power Automate
Jun 28, 2022.
Reading this article, you can learn how to use Switch Case Conditionals in Desktop flow using Microsoft Power Automate.
DateTime.TryParse And The Case Of Z Letter
May 15, 2021.
This short article aims to fill the gap in docs explaining what is ISO-8601 date format, how it is treated by DateTime.TryParse compared to other formats
Azure Data Explorer - Working With Kusto Case Sensitivity
Nov 09, 2020.
This article explains about various approaches to handle casing scenarios for kusto query.
A Complete SQL Case Statement Tutorial
Oct 17, 2019.
In this detailed tutorial, learn how to use the CASE statement in SQL.
Copy Phone Call Field To Case While Converting - No-Code Solution
Apr 05, 2019.
This article is about creating a workflow to copy phone call field to an associated case.
SQL Server - Rollback Transaction Completely In Case Of Error
Jul 23, 2018.
Learn what SQL Rollback is and how you want to rollback in SQL Server.
Setting Case Origin From Dynamics 365 Portal
Jul 13, 2018.
This article is about using Entity Form Metadata in Dynamics 365 Portal
The Curious Case Of Callbacks Vs ES6 Promises
Jul 01, 2018.
The caption over here totally summed up my views regarding the two most fundamental concepts in the world of javascript prior to writing this piece.
Developers Use Case For .NET API Browser
Apr 24, 2017.
The .NET API Browser empowers developers with a comprehensive tool for exploring and understanding the .NET ecosystem. With detailed documentation, code examples, and search functionality, it streamlines API usage and enhances productivity in .NET development projects."
Assigning Case To Appropriate Team User Using Plugin In Dynamics 365/ CRM
Mar 15, 2017.
In this article, you will learn about a Plugin to assign a case record to the user in the team with the least number of cases.
AngularJS Case Sensitivity And Default Route With UI-Router
Sep 17, 2016.
In this article, you will learn about AngularJS case sensitivity and default Route with UI-Router.
Update Column In Database For A Table Having Upper Case Value
Jul 06, 2016.
In this article, you will learn how to update the column value that has an upper case.
SQL Server: Use CASE in WHERE Clause
Apr 07, 2016.
In this article I am going to show how we can use CASE in WHERE clause.
NUnit's Test Case Source
Nov 08, 2015.
In this article I will show when and how to use NUnit’s TestCaseSourceAttribute and why it is an unsung hero.
Xamarin.Forms Walkthrough 2: The Curious Case of Code Sharing
Sep 03, 2015.
In this article we will discuss the detailed structure and concepts of code sharing in Xamarin.Forms.
What are CASE Expressions in SQL
Jun 19, 2015.
This article explains Case Expressions in the SQL with examples.
What a Test Case in Software Testing Is
Jun 18, 2015.
In this article you will learn about test cases in software testing.
Make Calculator Using Switch Case in Java
May 16, 2015.
This article explains the switch statement in Java and shows how to make a calculator using a switch case statement.
How to Change Icon of Custom Case Origin in Dynamics CRM 2015
Apr 17, 2015.
In this article we will see how to change an icon of custom case origin in Dynamics CRM 2015.
How to Display the Empty GridView in case of no Records in Database
Mar 23, 2015.
In this article you will learn to display an empty GridView when there are no records in the database.
Link the Bug in Blocked Test Case Using Microsoft Test Manager 2010
Mar 18, 2015.
This article explains how to link the bug in a blocked test case using Microsoft Test Manager 2010.
The Curious Case of the Missing Azure Connection String
Feb 25, 2015.
This article is about securing Azure connection strings.
Staying Viable In The Software Design Business: A Case For Deterrence
Jul 25, 2014.
In this article you will learn how to Staying Viable In The Software Design Business: A Case For Deterrence.
Third Case of Intent in Android
Apr 01, 2014.
This article shows the use of a third case of intent in Android,.
First Case of Intent in Android
Mar 14, 2014.
This article shows how to use intents in Android.
Enum in Switch Case in Java
Oct 11, 2013.
In this article you will learn about the enum and switch case in Java and also how enum can be used in switch case.
Converting Lower Case to Upper Case on Click of a Button Using Knockoutjs
Aug 19, 2013.
This article will help you to do some interesting things with your application like converting lower case to upper case on click of a button.
How to Use Memory Dump in Case of System Failure or Crash
Apr 22, 2013.
In today's Article you will came to learn about how to use a Memory Dump in case of a system failure or crash.
Transform Text From One Case to Another Using JavaScript
Apr 01, 2013.
This article shows how to transform text from one case to another using JavaScript.
Changing String Case in PHP
Jan 29, 2013.
I am describing changing string case in PHP using the important string functions strtolower, strtoupper, ucfirst and ucwords.
Use MySQL Case Function in PHP
Dec 19, 2012.
In this article I am going to explain how to use a MySQL case statement in PHP.
How to Format a String in Proper Case or Title Case in VB.NET
Nov 10, 2012.
This is a basic function used to format a string into it proper case equivalent without the use of the VB6 (visualbasic.dll) namespace.
Set Text Case with a Custom Control in VB.NET
Nov 10, 2012.
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
Using Case With Select and Update Statement in SQL Server 2012
Nov 05, 2012.
In this article, I would like to show the most commonly used case expressions with update statements in SQL Server. 
A Simple Use of Case Statement in SQL Server 2012
Oct 09, 2012.
This article will give you an idea of how to use a Case expression in SQL Server.
MySQL CASE Expression
Jan 11, 2012.
In this article you will learn the use case with the select command in MySQL server
Default Endpoint Case Scenario Implementation in WCF 4.0 Hosted on Web App
Jan 08, 2012.
Today, in this article let’s learn one of the most interesting and top most feature of WCF 4.0. This Implementation of Default Endpoint made life easy and simplified process of implementation. This concept is highly attracted by many and many organizations love to use it.
How to Prepare Quotations (Project Estimates) Using Use Case Points
May 17, 2009.
Quotation (Project Estimation) is one of the important aspects of software cycles. Any prediction less or more will affect the project a lot. Let's look at how basically day to day businesses manage their ways of handling quotations.
Enforce Text Case with Custom Controls
Apr 02, 2007.
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
Multi-threaded Web Applications - Case II: Port Scanner
Mar 12, 2002.
This article continues the 4-parts series of Multi-threaded Web Applications. In the first part, I have demonstrated how you can use multi-threading with ASP.NET to make a web based search engine more responsive, and to reduce the time required to compose the result. In this article, I will demonstrate how you can apply the same technique to a web based port scanner.
Multi-threaded Web Applications - Case I: Search Engine
Mar 07, 2002.
This article is the first of the series of 4. I will demonstrate the use of threading in web applications by implementing a simply search engine. The following 3 articles in the series will be a Port Scanner, a Reverse DNS and a Web Hammer respectively.
C# foreach Tutorials with 3 Different Use Case Examples
Jul 24, 2001.
The foreach statement in C# iterates through a collection of items. This article contains several foreach loop code examples in C#.
AI Agents vs AI Workflows: Architecture, Use Cases, and Best Practices
Jul 31, 2026.
AI Agents vs. Workflows: Understand architecture, use cases, and best practices for deterministic automation and goal-driven decision-making.
Serverless Computing: Benefits, Architecture, and Real-World Use Cases
Jul 16, 2026.
Explore serverless computing: its benefits, architecture, and real-world use cases. Focus on code, not infrastructure, for faster development.
Bun vs Node.js: Performance Benchmarks and Real-World Use Cases
Jul 07, 2026.
Bun vs Node.js in 2026: Compare performance, architecture, and use cases. Choose the right JavaScript runtime for your project.
gRPC vs REST APIs: Performance, Scalability, and Use Cases Compared
Jul 07, 2026.
Compare gRPC vs REST APIs: explore performance, scalability, use cases, architectural differences, data formats, and when to choose each.
What Is Apache Iceberg? Architecture, Benefits, and Use Cases Explained
Jul 06, 2026.
Apache Iceberg: Revolutionize your data lake with ACID, schema evolution, time travel, and enhanced performance for massive analytics workloads.
The Architecture of State and an End-to-End Agentic Use Case
Jun 17, 2026.
Master LangGraph's state model for autonomous AI agents: state management, reducers, persistence, and human-in-the-loop for robust applications.
Context Window Limits in LangGraph with Real time Use Case
Jun 17, 2026.
Master LangGraph context window limits with memory management strategies like trimming and summarization for real-time AI agents.
Entity Framework Core Interceptors: Real-World Use Cases and Examples
Jun 05, 2026.
Learn Entity Framework Core Interceptors with real-world examples. Implement auditing, soft deletes, SQL logging, and performance monitoring in EF Core applications.
GitHub Copilot Agent Mode: Features, Benefits, and Use Cases
Jun 05, 2026.
Learn GitHub Copilot Agent Mode features, benefits, and use cases. Discover how AI agents help with coding, refactoring, testing, and software development workflows.
AI-Powered Software Testing: Practical Use Cases for Development Teams
Jun 05, 2026.
Learn how AI-powered software testing helps development teams automate testing, generate test cases, improve coverage, and accelerate software delivery.
GitHub Copilot Desktop App: Features, Benefits, and Developer Use Cases
Jun 04, 2026.
Discover the GitHub Copilot Desktop App, its key features, benefits, real-world use cases, and how it helps developers code faster and smarter.
IAsyncEnumerable vs IEnumerable in C#: Performance and Use Cases
Jun 03, 2026.
Learn the differences between IAsyncEnumerable and IEnumerable in C#. Explore performance, memory usage, async streaming, real-world examples, and best practices.
Gemini 3.5 Flash Explained – Features, Pricing, and Enterprise AI Use Cases
May 20, 2026.
Explore Gemini 3.5 Flash: Google's fast, cost-effective AI model for enterprise applications. Discover its features, pricing, and ideal use cases for scalable AI.
Multi-Agent AI Systems Explained With Real-World Use Cases
May 12, 2026.
Explore Multi-Agent AI Systems: how they work, benefits, challenges, and real-world use cases. Discover the future of AI with collaborative agent ecosystems.
Difference Between ValueTask and Task in C# with Performance Use Cases?
May 04, 2026.
Explore Task vs. ValueTask in C# async programming. Learn when to use ValueTask for performance gains by minimizing memory allocation in high-throughput scenarios. Task is simpler and safer!
Integrating Claude AI with .NET: Architecture, Use Cases & Best Practices (2026 Guide)
May 05, 2026.
Integrate Claude AI with .NET using this 2026 guide. Learn architecture, implementation, security, and best practices for production-grade AI applications.
Gemini AI File Generation: Real-World Use Cases for Developers
May 01, 2026.
Discover how Gemini AI file generation revolutionizes development! Automate code, APIs, docs, & tests. Boost productivity & focus on core logic. A must-read for devs!
Microsoft Agent Framework Explained: Architecture, Workflows, and .NET Use Cases
Apr 06, 2026.
This article explains Microsoft Agent Framework for .NET developers, including its architecture, key components, workflows, memory model, tooling, recent updates, and practical enterprise use cases. It also includes Mermaid diagrams to help visualize how agents, tools, models, sessions, and workflows work together.
Use Cases of ChatGPT Subagents: What They Are and How to Use Them in Real Work
Mar 20, 2026.
Learn what ChatGPT subagents are and how to use them for research, coding, reviews, support, operations, and content workflows. This guide explains what subagents do and how teams can use them safely and at scale.
What Are the Most Common Use Cases for OpenClaw?
Feb 06, 2026.
Discover OpenClaw's versatile use cases: automation for productivity, communication, DevOps, data, monitoring, workflows, and research. Learn where it excels and where it's not a fit.
MongoDB Change Streams Explained with Use Cases
Feb 04, 2026.
Discover MongoDB Change Streams: a powerful tool for real-time data updates. Learn how to build responsive apps with notifications, live dashboards, and more!
MongoDB Use Cases in Real Applications
Feb 03, 2026.
Explore real-world MongoDB use cases: content management, e-commerce, real-time apps, IoT, fintech, and more. Discover how its flexibility and scalability drive modern applications.
MongoDB Transactions Explained with Real-World Use Cases
Feb 02, 2026.
Explore MongoDB transactions: ensure data consistency across multiple operations. Learn when and how to use them with real-world examples for reliable apps.
Generative AI with C#: Architecture, Use Cases, and a Practical Comparison with Python
Jan 28, 2026.
Explore C# for enterprise Generative AI! Discover its architecture, use cases, and advantages over Python for building scalable, secure, and production-ready AI solutions.
Everything You Should Know About Child Flows in Power Automate – With a Simple Use Case
Jan 26, 2026.
Master Power Automate Child Flows! Learn to create reusable, manageable, and scalable automation by splitting complex logic. Includes a real-world invoice approval use case.
Why Do Companies Move to the Cloud? (Benefits & Use Cases)
Jan 23, 2026.
Discover why companies are migrating to the cloud! Explore the benefits: cost savings, scalability, security, and faster deployment. Learn about cloud use cases.
Generative AI in 2026: The Use Cases That Move From Pilots to Operational Advantage
Jan 05, 2026.
Generative AI in 2026: From pilot projects to real operational advantages. Discover scalable use cases, key changes, and essential guardrails for success.
Top 2026 Agentic AI Use Cases: What They Are and How to Drive Leads from DevOps to HR
Jan 01, 2026.
Learn what agentic AI use cases are and how to apply them across DevOps, IT, Sales Ops, and HR to generate qualified leads, shorten cycles, and prove ROI with governed automation.
AI and ML in Web Development: Benefits, Use Cases & Trends
Dec 29, 2025.
Explore AI and ML in web development: benefits, use cases, and trends. Learn how AI-powered websites create smarter, personalized user experiences. Future-proof your site!
Why Do Companies Move to the Cloud? (Benefits & Use Cases)
Dec 17, 2025.
Why do companies move to the cloud? Learn the key benefits of cloud computing, real-world use cases, and simple examples explaining how cloud technology helps businesses grow, save cost, and scale faster.
Understanding Middleware in ASP.NET Core: Internal Execution Flow, Real-World Use Cases, and Custom Middleware Implementation
Nov 24, 2025.
Master ASP.NET Core middleware! Learn internal execution, real-world use cases (logging, auth, performance), and custom implementation for scalable apps.