TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About CASE
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohamed Azarudeen Z (5)
CSharp TV (4)
Sardar Mudassar Ali Khan (3)
Sanjay Kumar (2)
Chetan Sanghani (2)
Sreenath Kappoor (2)
Gajendra Jangid (2)
Vidya Vrat Agarwal (2)
Shenbagapandiyan P (2)
Tuhin Paul (2)
Sandhya Shinde (2)
Mahesh Chand (2)
Santosh Kumar Adidawarpu (2)
Abhijeet Singh (2)
Nitin Bhardwaj (2)
Kautilya Utkarsh (1)
Bimalshi Jayarathna (1)
Jeetendra Gund (1)
Sandip Jadhav (1)
Shilpa Tanwar (1)
Vijay Yadav (1)
Ayush Gupta (1)
Naveen Kumar (1)
Satheesh Elumalai (1)
Madhanmohan Devarajan (1)
Vishal Joshi (1)
Alkesh Bijarniya (1)
Vikas Singh (1)
Bala S (1)
Rumeel Hussain (1)
Divyansh Gupta (1)
Souradip Panja (1)
Shiva Shukla (1)
Akshay Phadke (1)
David Mccarter (1)
Jaimin Shethiya (1)
Nitin (1)
Jitendra Mesavaniya (1)
Sourav Kayal (1)
Ashutosh Singh (1)
Rajashekar Syereddy (1)
Khoday Akilesh (1)
Allam Purushotham (1)
Sanwar Ranwa (1)
Subarta Ray (1)
Dmytro Hubernatorov (1)
Keyur (1)
Vipul Malhotra (1)
Habibur Rony (1)
Arjun Panwar (1)
Rohit Rao (1)
Rinki (1)
Jigar Shah (1)
Arvind Yadav (1)
Ganesan C (1)
Pankaj Kumar Choudhary (1)
Sarthak Varshney (1)
Shaishav Desai (1)
Sandeep Singh Shekhawat (1)
Ashish Banerjee (1)
Esmael Esmaeli (1)
Michael Youssef (1)
Craig Murphy (1)
Aditi Bamaniya (1)
Nagaraj M (1)
Vijayaragavan S (1)
Venkatasubbarao Polisetty (1)
Varun Setia (1)
Bohdan Stupak (1)
Amit Tyagi (1)
Shweta Lodha (1)
Sivaraman Dhamodaran (1)
Sonia Bhadouria Vishvkarma (1)
Gaurav Nagri (1)
Nitesh Kejriwal (1)
Veena Sarda (1)
Naresh Beniwal (1)
Satendra Singh Bhati (1)
Sandeep Sharma (1)
Related resources for CASE
No resource found
Use Cases of Alchemy in Web3
10/19/2024 2:02:21 PM.
Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
Automation of Test Case Management by Using REST API Integration
10/2/2024 5:15:57 AM.
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
What is Codeium and How to Use it for Test Case Writing
9/27/2024 6:02:26 AM.
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 Code
Explain Switch Case Uses in C#
9/11/2024 6:46:10 AM.
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
Difference Between Tuples vs ValueTuples in C#
8/9/2024 5:40:00 AM.
In this article, we will discover practical use cases for each, and understand when to choose one over the other in your C# applications to enhance code efficiency and readability.
CQRS Design Pattern and Its Use Case
8/5/2024 9:45:32 AM.
In this article, we will explore its use cases in microservices and domain-driven design, focusing on event sourcing, command and query handling, and optimized data management.
Real-World ADO.NET Use Cases: Case Studies and Best Practices
7/24/2024 4:41:43 AM.
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 rea
Next.js vs. React: Key Differences and Use Cases
7/22/2024 5:10:25 AM.
Next.js and React are popular tools in the web development ecosystem. While React is a JavaScript library for building user interfaces, Next.js is a framework built on top of React that offers additio
Creating Custom Pipes in AngularJS
7/21/2024 4:01:56 AM.
This guide covers creating and using filters (pipes) in AngularJS. Learn how to apply built-in filters like currency, date, and uppercase, and create custom filters such as capitalize. Filters transfo
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
Case Studies and Real-World Applications: .NET Standard in Action
7/17/2024 11:43:04 AM.
.NET Standard empowers developers to create robust applications across platforms like healthcare management systems with EHR integration using Xamarin and ASP.NET Core, and financial trading platforms
SQL Server Collations: Case Sensitivity and Insensitivity
7/17/2024 6:03:08 AM.
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 About Angular Karma Test Cases Using GitHub Copilot
7/14/2024 6:11:36 AM.
Learn how to create and execute Angular Karma test cases using GitHub Copilot. Start by creating components and corresponding test files like device.ts and device.test.ts. Add functions such as pushTo
Dynamics 365 Customer Service: Disable the Resolve Case button
7/11/2024 10:15:52 AM.
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 C
Sealed Class VS Abstract Class with Real-time Cases
7/10/2024 12:33:19 AM.
This article explores the differences between sealed and abstract classes, providing real-time case studies to illustrate their use in software development. Learn how sealed classes restrict inheritan
Client Script - OnCellEdit with Realtime Scenarios and Use Cases
7/2/2024 4:38:57 AM.
Explore the power of client-side scripting with a focus on OnCellEdit events, providing real-time scenarios and practical use cases. Delve into JavaScript's capabilities in frontend development, m
IIF in Microsoft SQL Server
6/28/2024 6:29:20 AM.
IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whet
ServiceNow Client Script OnSubmit Real-Time Scenarios and Use Cases
6/27/2024 11:02:35 AM.
Explore real-time scenarios and practical use cases of ServiceNow Client Script's OnSubmit functionality. Discover how to streamline workflows, automate tasks, and enhance user experiences through
Key Features and Use Cases of Angular
6/27/2024 6:11:51 AM.
Angular is a robust framework for building client-side applications with HTML, CSS, and TypeScript, offering features like component-based architecture, two-way data binding, and dependency injection.
Client Script - OnChange with Realtime Scenarios and Use Cases
5/24/2024 4:31:40 AM.
Harness the power of client-side scripting with OnChange events for dynamic user experiences. Real-time scenarios include form validation, live data updates, and interactive interfaces, enhancing user
What Are the Use Cases of useContext Hook in ReactJS?
5/16/2024 9:37:21 AM.
The useContext hook in React streamlines context consumption, simplifying global state management, user authentication, theme switching, and localization. Practical examples demonstrate its versatilit
Switch Statement in C#
5/16/2024 4:00:25 AM.
Learn how to use the switch statement in C# for efficient control flow. Explore its syntax, including case labels, break statements, and default handling. Discover how to leverage switch with enums an
Azure Monitor Implementation with Real-Time Use Cases
5/16/2024 3:59:19 AM.
In this article, we will delve into the implementation of Azure Monitor, providing step-by-step guidance along with real-time use cases to illustrate its significance and utility.
Count UPPERCASE and lowercase Letter in Word or Sentense
5/7/2024 6:14:29 AM.
This Java program efficiently counts the occurrence of uppercase and lowercase letters in a given word or sentence. It utilizes a Scanner to take user input and iterates through each character, increm
Developers Use Case For .NET API Browser
5/6/2024 11:27:56 AM.
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 streamli
Visual Studio and .NET's Unit Test Framework
4/30/2024 10:46:30 AM.
This article outlines the process of automating tests using Microsoft Visual Studio's Unit Testing Framework. It covers the fundamentals of test automation, explains the structure of test cases, a
Storage Services Use Cases and Best Practices in Azure and AWS [Part 2]
4/30/2024 8:25:53 AM.
Absolutely, choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.Understandin
Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]
4/29/2024 10:01:35 AM.
Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
Client Script - OnLoad with Realtime Scenarios and Use Cases
4/29/2024 5:22:43 AM.
In his article, let's explore the nuances of OnLoad client scripts in the ServiceNow environment and provide developers and administrators with an extensive how-to guide for making the most of thi
Application Deployment On Azure Kubernetes Service - Part Two
4/25/2024 9:45:58 AM.
Explore ConfigMap usage in Kubernetes deployments, configuring Redis master with AKS, providing environment-specific configuration via ConfigMap. Learn YAML file creation, command execution, volume mo
What is Closure in Python & its Use Cases?
4/25/2024 7:31:56 AM.
Python closer is not a built-in function or concept. However, in programming parlance, a closer typically refers to a function that captures and remembers its surrounding state (including local variab
Introduction To Recursion
4/23/2024 9:00:06 AM.
Recursion in programming involves a method calling itself with modified parameters until a termination condition is met. It operates on a Last In First Out (LIFO) stack memory. The algorithm consists
Start With AngularJS: Part 5
4/22/2024 7:41:23 AM.
AngularJS filters transform data for display. They format numbers, dates, and strings, select subsets from arrays, and order arrays. Templates in AngularJS include static ones, defined within script t
Search And MultiSearch In AngularJS
4/22/2024 6:42:08 AM.
This article explores implementing search functionality in AngularJS. It covers using ng-model and ng-repeat directives for filtering data, including single and multi-column searches. The content dem
Comparing Strings with Globalization and Performance in .NET
4/15/2024 11:44:26 AM.
Efficiently compare strings in .NET considering globalization for culture-aware operations. Optimize performance by selecting appropriate StringComparison and CultureInfo options, ensuring accurate an
Angular Expressions: Syntax, Use Cases, and Implementation Method
4/15/2024 9:00:22 AM.
Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or cu
Client Scripts in ServiceNow- Simplified with Real-Time Use Cases
4/5/2024 8:50:33 AM.
From onChange to onLoad, discover the four key types of client scripts and how to use them effectively to enhance user experience and streamline platform functionality. Explore essential tips and best
Different Use Cases Of Blockchain
3/22/2024 10:05:10 AM.
Blockchain, beyond powering digital currencies, finds applications in finance, healthcare, real estate, energy, and supply chain. Explore its role in optimizing financial processes, improving healthca
Explain Naming Conventions in C#
3/21/2024 4:47:29 AM.
Naming conventions are a set of rules and guidelines used for naming variables, functions, classes, and other entities in a programming language. They help improve code readability, maintainability, a
Fundamentals of Unit Testing: Understand AreEqual and AreEqual<T> in Unit Testing
3/5/2024 10:34:46 AM.
Learn the fundamentals of unit testing with a focus on Assert.AreEqual and Assert.AreEqual<T>. These assertion methods are crucial in ensuring your code behaves as expected. Mastering them enhan
Advanced Use Cases of Vue Teleport for Dynamic Content Rendering
2/26/2024 4:14:58 AM.
Vue Teleport is a powerful feature in Vue.js that allows developers to dynamically move content within the DOM structure. In this article, we will explore four distinct examples showcasing the flexibi
How to Write Unit Test Case with Mocking Service in Angular
2/24/2024 7:09:48 AM.
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 be
Camelcase Serialization in .Net 9
2/19/2024 6:27:06 AM.
In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expe
Enhance Customer Service Case Forms with Case Summary Copilot
2/15/2024 5:37:12 AM.
Seamlessly integrated into the Customer Services case form, this feature enhances efficiency by automating data entry and providing a concise summary of cases.
Understanding Azure Event Grid
2/12/2024 6:01:32 AM.
Azure Event Grid is a fully managed event routing service that simplifies the development of event-driven applications. In this article, we'll explore the key concepts, features, and use cases of
Goal-Based Software Engineering for Successful Development
1/29/2024 8:27:16 AM.
Software development is becoming increasingly complex. With the growing demands for sophisticated and user-centric applications, traditional approaches to software engineering are no longer sufficient
Develop D365 Contact Creation Plugin with Unit Test Case
1/24/2024 9:44:52 AM.
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 e
Split Camel Case to Space using Angular Pipe
12/27/2023 11:38:30 AM.
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.
MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases
12/20/2023 4:10:36 AM.
Explore MySQL's diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie
Reduction Consumed Storage in SQL DB
12/11/2023 5:10:53 AM.
The simple way to reduce consumed DB storage on production app, with data migration and without dramatic changes in DAL (no additional services are required)
Understanding LIKE vs ILIKE in PostgreSQL
12/5/2023 5:14:46 AM.
In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
React.js Test Cases
11/10/2023 6:04:36 AM.
Testing React.js components is well-structured and informative. It covers the essential aspects of testing, from setting up the testing environment to implementing different types of test cases using
Software Testing Approaches And Techniques
8/23/2023 8:34:38 AM.
This article give you a general best practices guidelines for writing software test according to the testing principles.
MySQL CASE Expression
8/7/2023 11:22:54 AM.
In this article you will learn the use case with the select command in MySQL server
What are Functional Requirements?
7/31/2023 5:52:22 AM.
Functional Requirements of the system are a very critical part of the system in which we defined the overall functionality of the system. Functional Requirements define the behavior of the system mean
.NET Core Singleton Dependency Injection With Real Use Case
7/18/2023 9:40:03 AM.
In this article, you will learn about .NET Core Singleton Dependency Injection with a real use case.
Use Case View in Software Development
6/30/2023 6:19:06 AM.
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 co
Code Analysis With SonarQube
5/25/2023 11:27:14 AM.
In this article, we are going to explore the pre-requisites needed for the Sonarqube installation and the small demo project along with test cases to configure with Sonarqube.
Match in Rust
4/27/2023 1:06:48 AM.
match control flow in rust
How Node.js is Revolutionizing Web Development – Top Use Cases to Explore!
4/17/2023 5:31:39 AM.
What Is Interceptor In Angular And Use Cases Of Interceptor
3/29/2023 6:37:51 AM.
In Angular, an interceptor is a middleware service that can intercept HTTP requests and responses made from the application to the server. The interceptor can be used to modify the requests or respons
C# Switch With Examples
3/21/2023 3:22:35 PM.
C# switch (expression) is combined with multiple case blocks. C# switch case code example.
The JavaScript Spread Operator (...) And Its Use Cases
3/13/2023 9:36:08 PM.
Discover how the JavaScript spread operator can simplify your code and make your life easier. Learn the basics and advanced use cases of this powerful tool in our comprehensive guide. Get ready to tak
What are CASE Expressions in SQL
3/2/2023 5:30:18 AM.
This article explains Case Expressions in the SQL with examples.
Use Cases Of Kafka
2/27/2023 10:27:09 AM.
In this article, we'll discuss the Use Cases of Kafka.
Registration Module General Test Cases
2/21/2023 10:40:59 AM.
This article helps any user to know the test scenarios of the Registration module.
Exploring The Benefits And Limitations Of Data Anonymization - Use Cases And Considerations For Protecting Privacy
2/17/2023 10:37:15 AM.
In this article, you will learn about exploring the benefits and limitations of Data Anonymization - Use Cases and Considerations for Protecting Privacy.
Uppercase and Lowercase Strings in C#
2/9/2023 7:08:26 AM.
C# String has ToUpper() and ToLower() methods to convert a string to uppercase and lowercase. This sample code demonstrates how to convert a string into lowercase string or uppercase string in C#.
CASE Statement In Transact-SQL
2/1/2023 10:07:12 AM.
In this article, I am going to explain the case statement in Transact-SQL and how to sort table data using the case statement
C# foreach Tutorials with 3 Different Use Case Examples
1/18/2023 5:18:51 AM.
The foreach statement in C# iterates through a collection of items. This article contains several foreach loop code examples in C#.
Pods, ReplicaSets, and Deployments- Kubernetes Fundamental - Ep. 4
1/16/2023 11:28:58 AM.
In this episode, you will feel confident about “Pods, ReplicaSets, and Deployments
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
Azure User Group Sweden: A Case Study - Data Driven Workflow using Azure Data Factory and Logic Apps
12/6/2022 1:33:04 PM.
In this session, our guest speaker Alpa will provide a basic overview of using Azure Data Factory, Azure Function, and Logic Apps.
C# Coding Techniques
9/30/2022 7:03:49 AM.
I wrote this article for novice programmers who needs to grasp the concepts of What's C# code? and How we can write code?. To read this article you must have an overview of the .NET Framework and
Automated Code Coverage and Unit Tests
8/22/2022 9:07:17 AM.
A short tutorial that explains how to use a code coverage tool and how it can be integrated with unit tests to allow us to determine how well the unit tests exercise our application/classes. Code ex
Solution - Laravel Test Case Warning And Coverage-Report File Not Generating
7/19/2022 9:14:43 PM.
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 i
Git Hook commit -msg Use Case
7/18/2022 6:08:05 AM.
In this article we will see, how we can prevent the wrong format of commits.
Switch Case Conditionals In Desktop Flow Using Microsoft Power Automate
6/28/2022 6:11:34 PM.
Reading this article, you can learn how to use Switch Case Conditionals in Desktop flow using Microsoft Power Automate.
Understand Switch Statement In Power Automate
4/12/2022 3:15:27 PM.
Generally to handle multiple conditions then like in javascript and C# .net switch will be used, in the same way in Power automate also we can use Switch action. In this article we can see how it can
Writing Efficient Unit Test Cases with Moq and Bogus
3/21/2022 7:55:30 PM.
Writing Efficient Unit Test Cases with Moq and Bogus.
Cut your Kubernetes cloud bill in half with CAST AI - Product Showcase
6/15/2021 4:03:14 PM.
In this episode of Product Showcase, we will discuss about "Cut your Kubernetes cloud bill in half with CAST AI".
DateTime.TryParse And The Case Of Z Letter
5/15/2021 12:34:52 PM.
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
Kafka Features And Use Cases
4/4/2021 10:56:10 AM.
In this article we will be discussing some of its features and different uses cases.
Arduino Sensor Kit Base - Product Showcase
1/27/2021 9:32:30 AM.
Join us on a new episode of Product Showcase with Stephen SIMON
Selenium Automation Test Cases For The .NET Web Application
11/11/2020 9:50:26 AM.
In this article, you will learn about Selenium Automation test cases for the .NET Web application.
Azure Data Explorer - Working With Kusto Case Sensitivity
11/10/2020 9:04:40 PM.
This article explains about various approaches to handle casing scenarios for kusto query.
Built In Pipes In Angular
8/26/2020 8:38:27 AM.
In this article, we are going to see how to apply pipes in an Angular application.
Learn JavaScript 03: Switch..Case..Default
8/24/2020 2:53:19 AM.
In this video, we will learn JavaScript Switch..Case..Default construct. The video shows an example for swich..case and it also points out the need for default case.
JavaScript Statements
7/17/2020 3:02:18 AM.
Today, we are going to see the use of JavaScript Statements that are very important for starting with the fundamentals of JavaScript.
The Curious Case Of Callbacks Vs ES6 Promises
5/30/2020 2:29:50 AM.
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.
Transform Text From One Case to Another Using JavaScript
4/8/2020 2:05:08 PM.
This article shows how to transform text from one case to another using JavaScript.
First Case of Intent in Android
4/1/2020 11:54:53 AM.
This article shows how to use intents in Android.
Third Case of Intent in Android
4/1/2020 10:29:27 AM.
This article shows the use of a third case of intent in Android,.
Visualize Coronavirus Cases Geographically in Python
3/2/2020 2:06:48 PM.
In this article, we will visualize worldwide coronavirus (COVID-19) cases with statistics in Python using Plotly.
A Complete SQL Case Statement Tutorial
1/28/2020 1:51:29 PM.
In this detailed tutorial, learn how to use the CASE statement in SQL.
String Object Method In TypeScript: Part 7
10/12/2019 7:54:27 AM.
In this article you will learn about the string object's toUpperCase method in TypeScript.
String Object Method In TypeScript: Part 6
10/4/2019 5:07:42 AM.
In this article you will learn about the string object's toLowerCase method in TypeScript.
Steps To Debug/ Run Selenium Test Cases From Eclipse ID
9/26/2019 5:19:34 AM.
In this article, you will learn the steps to debug/ run Selenium test cases from Eclipse ID.
Enum in Switch Case in Java
9/23/2019 4:05:29 AM.
In this article you will learn about the enum and switch case in Java and also how enum can be used in switch case.
String In Switch-Java 7 New Concept
9/18/2019 6:44:18 AM.
In this article we will discuss String in a switch statement; a new feature of Java 7. So for explaining this topic we take a short look at switch, string and some switch cases.