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 functional
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Tural Suleymani (7)
Sameer Shukla (7)
Sardar Mudassar Ali Khan (5)
Anubhav Chaudhary (3)
Rajiv Singh (2)
Shiv Sharma (2)
Bohdan Stupak (2)
Prasad Rane (2)
Akshay Phadke (2)
Jitendra Mesavaniya (2)
Aakash Maurya (2)
Ali Benchaaban (2)
Akkiraju Ivaturi (2)
Ankit Kanojia (2)
Uday Dodiya (1)
Shikha Tiwari (1)
Lokendra Singh (1)
Sagar Pardeshi (1)
Ayush Gupta (1)
Alkesh Bijarniya (1)
Jefferson S. Motta (1)
Keyur Pandya (1)
Sudhir Vaghela (1)
Dave Verschleiser (1)
Jaimin Shethiya (1)
Abhishek Yadav (1)
Diptiranjan Sutar (1)
Babita (1)
Bassam Alugili (1)
Ziggy Rafiq (1)
Sanjay Makwana (1)
Bhagvan Kommadi (1)
Rajashekar Syereddy (1)
Kaviya Balasubramanian (1)
Rushi Mehta (1)
Ankur Mistry (1)
Harpreet Singh (1)
Abhishek Jaiswal (1)
Monica Rathbun (1)
Himanshu Dwivedi (1)
Muhammad Aqib Shehzad (1)
Priyanka Jain (1)
Abhishek Yadav (1)
Satendra Singh Bhati (1)
Ismail Sayyad (1)
Dhiraj Poojary (1)
Ankit Rai (1)
Jignesh Kumar (1)
Tuhin Paul (1)
Abiola David (1)
Keyur (1)
Wei Chen (1)
Naveen Kumar (1)
Vulpes (1)
Tarun Rajak (1)
Matthew Cochran (1)
Kisorjan Jakathiswaran (1)
Kajul Nisha (1)
Amit Kumar Singh (1)
Prathap Reddy (1)
Raj Kishore (1)
Puneet Kankar (1)
Aseeph Rjv (1)
Ajay Singh (1)
Gajendra Jangid (1)
Udesh Sharma (1)
Cristopher Coronado (1)
Anupam Maiti (1)
Prasanth Radhakrishnan (1)
Sarah Rajkumar (1)
Abhishek Jain (1)
Nimit Joshi (1)
Related resources for functional
No resource found
How Select and SelectMany Works in C#
10/26/2024 5:05:45 AM.
Learn key differences, practical use cases, and examples that demonstrate how these methods simplify data manipulation, making it easier to work with nested and complex data structures in C#.
What is the Filter Function in Power Apps
9/30/2024 11:14:40 AM.
The Filter function in Power Apps allows users to narrow down data sets by applying specific criteria. It is essential for creating dynamic applications that require user input to display relevant inf
Solid Introduction to Expression Trees in C#
9/26/2024 4:50:55 AM.
This article provides a comprehensive introduction to Expression Trees in C#. You'll learn about their structure, how they represent code as data, and their applications in LINQ queries.
Implement Insert, Update and Delete Functionality in the WebGrid: Part 1
9/24/2024 11:54:26 AM.
In this tutorial, we introduce how to implement essential CRUD (Create, Read, Update, Delete) functionality in a WebGrid. This is Part 1 of a series, focusing on adding new records, updating existing
Learn Higher Order Functions in JavaScript
9/18/2024 4:33:53 AM.
A higher-order function in JavaScript is a function that takes another function as an argument, returns a function, or both. This allows for reusability, code abstraction, and functional programming.
Describing Musical Domain with F#
8/20/2024 7:47:25 AM.
It covers domain-specific language (DSL) creation, music representation, algorithmic composition, and sound synthesis, showcasing how F# can facilitate advanced music analysis and generation.
Blazor Web Assembly 3.2 Add/Edit/Delete Fully Functional Application - Part One
7/29/2024 8:37:43 AM.
This article guides you through creating a Blazor web assembly app with .NET Core hosting. It covers setting up .NET Core APIs, Entity Framework Core for SQL Server data access, and implementing CRUD
Functionality of DMA in C Programming
7/28/2024 1:08:57 PM.
Direct Memory Access (DMA) in C programming is a powerful technique for efficient memory management and data transfer. It allows peripherals to directly access memory without CPU intervention, enhanci
Understanding flatMap in Java
7/23/2024 7:42:33 AM.
The flatMap operation in Java is a powerful tool for transforming and flattening collections. Learn about Java's `flatMap` operation in this article, which maps each element to a stream and flatte
Save as draft and Submit with required, optional functionality and by default required functionality in PowerApps
7/18/2024 10:24:46 AM.
This is most required feature in any app. If the form is lengthier, it is very useful feature. Any user can fill in the half of the forms and save the form as draft. Later can come in and pickup the f
Essential Components of Prompt Design in GPT's Search
7/8/2024 4:49:51 AM.
Explore the crucial elements of prompt design within GPT's search capabilities through a comprehensive analysis. Delve into the intricacies of optimizing natural language prompts for enhancing use
What are Custom Hooks in ReactJS
7/3/2024 9:19:26 AM.
Custom Hooks in ReactJS empower developers to extract reusable logic from components into standalone functions, enhancing code organization and reusability. They encapsulate stateful logic, side effec
PDF Viewer Search functionality in Telerik UI for .NET MAUI
7/3/2024 9:07:41 AM.
Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search
Understanding the PowerApps GroupBy Function
7/2/2024 7:03:28 AM.
Learn about PowerApps' GroupBy function syntax and limitations. It's effective for grouping text, number, date, and duration columns but doesn't support Choices and Lookup columns. Essenti
Learn Use of Lambda Operator in C#
7/1/2024 6:28:21 AM.
Explore the versatility of lambda expressions in C#, powerful tools for creating inline functions without the need for traditional method declarations. Discover their syntax, applications in LINQ quer
Understanding React Hook at a Glance
6/28/2024 6:36:47 AM.
React Hook at a Glance" provides a concise overview of React Hooks, the revolutionary feature introduced in React 16.8 that allows developers to use state and other React features in functional c
Adding Facebook Share Functionality To An ASP.NET Website With A Master Page
6/24/2024 9:02:49 AM.
Learn how to add Facebook share functionality to your ASP.NET website with a master page. This guide provides step-by-step instructions to integrate the Facebook Share button, enabling seamless social
Predicate Delegates in .NET Core C#: Syntax, Usage and Examples
6/22/2024 10:26:47 AM.
Like Func and Action delegates, the predicate is a delegate. It symbolizes a procedure that verifies that the passed parameter satisfies a set of requirements. One input parameter must be provided by
Registration And Login Functionality In ASP.NET Core 3.0 MVC Web Application Using Identity
6/6/2024 11:31:32 AM.
In this article, I will discuss how to create Registration and login functionalities in ASP.NET Core web application In this article, I will discuss how to create Registration and login functionalitie
Understanding JavaScript: Map vs Reduce
6/2/2024 10:18:36 AM.
In this article, we delve into the JavaScript functions map and reduce, essential tools for array manipulation and functional programming. We'll explore their differences, use cases, and performan
Tackling Security with the Sticky Bit
5/22/2024 10:59:23 AM.
Tackling Security with the Sticky Bit" delves into the pivotal role of the sticky bit in Linux file permissions. Explore how it enhances directory security by restricting deletion to file owners,
Easy Way To Become An F# Programmer For C# Developers
5/13/2024 11:21:10 AM.
Discover the seamless transition from C# to F# with this guide. Learn the fundamentals of F# programming tailored specifically for C# developers. Explore functional programming, type inference, and .N
Functional Components with React Hooks and TypeScript
5/11/2024 5:16:58 PM.
Explore the seamless integration of React Hooks and TypeScript in the latest guide by Ziggy Rafiq, now published on C# Corner. Discover how to unleash the power of functional components for efficient
Implementing Railway-Oriented Programming
5/9/2024 6:16:48 AM.
In this tutorial, we will learn how to implement Railway-Oriented programming with Result Design Pattern. Railway-oriented programming enhances error handling by structuring code like a railway track.
Introduction to Railway-oriented programming
5/8/2024 6:56:15 AM.
This article delves into Railway-oriented Programming (ROP), a functional approach to error handling and data flow. It compares ROP to exceptions, offers a C# implementation, and discusses its benefit
Method Signature Honesty in Functional Programming with C#
5/2/2024 5:41:06 AM.
This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predicta
How To Implement Print Functionality In PowerApp Form
4/23/2024 11:37:54 AM.
Implement print functionality in PowerApps forms for seamless data presentation. Enhance user experience and data visualization within the Office 365 environment effortlessly.
Component Wise vs. Functionality Wise - Team Breakup
4/23/2024 8:34:26 AM.
Agile methodology advocates for smaller teams like frontend, backend, and data engineering for enhanced productivity. Component-oriented and feature-oriented teams streamline development, but communic
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
Sorting Rows By Table Header In AngularJS
4/21/2024 2:22:24 PM.
Learn how to implement bidirectional data sorting in AngularJS using table headers. Utilize ng-click and ng-class directives for interactive sorting indicators. Employ orderBy filter for sorting data
Configure Knowledge Management for Customer Service D365
4/18/2024 8:52:42 AM.
Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
Create Enterprise Search Center Site Collection in SharePoint
4/18/2024 8:25:23 AM.
Empower your organization with an Enterprise Search Center Site Collection in SharePoint 2013 Online. Enhance content discovery, refine queries, and customize results for efficient information retriev
Singleton vs. Static Class in C# - Choosing the Right Approach
4/17/2024 4:54:57 AM.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
Exploring Frozen Collections in .NET 8 With Benchmarking
4/14/2024 5:32:01 AM.
Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I presen
Not all Functions are C# Methods
4/13/2024 5:54:14 PM.
How to write your functional programming functions in C#? That is the main question we're going to answer in this article.
Software Requirements Specification (SRS)
4/10/2024 9:33:23 AM.
Software Requirements Specification (SRS) defines detailed requirements for software development, including functional and non-functional aspects. It serves as a roadmap for stakeholders, outlining sy
Scrum Team Working Agreement and How It Helps the Scrum Team 💌
4/10/2024 8:18:22 AM.
Understand the importance of a working agreement in agile teams, fostering collaboration, trust, and effective communication. Learn how to create a working agreement through team collaboration, brains
Functional programming in C# - Introduction
4/2/2024 8:55:30 AM.
Lets learn the concept of functional programming, its usage and why functional programming is important
Functional Programming in C# - Functional Features
4/2/2024 4:53:04 AM.
C# boasts diverse paradigms, including Object-Oriented, Imperative, Functional, and Generic programming. Its multi-paradigm nature empowers developers to solve problems using various styles, enhancing
Form Authentication in MVC 5: Part 1
4/1/2024 8:18:03 AM.
In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
Break and Continue Statements in C#
3/28/2024 10:36:03 AM.
This article elucidates essential concepts of C# programming, specifically focusing on loops, namely the break and continue statements. It presents an example demonstrating the usage and differentiat
What Does This Little Check Box Do
3/28/2024 6:31:10 AM.
Ever wander around SQL Server properties and wonder what these little check boxes turn on? I do, and I get very tempted to check them. Here is one of those tempting little boxes that seems pretty hand
JavaScript Map, Filter And Reduce
3/19/2024 11:47:34 AM.
In this article, I have explained how to leverage JavaScript's powerful array methods to Map, Filter, and Reduce. Explore functional programming concepts to manipulate data efficiently. Streamline
Filter An Array of Different Data Types by Array Filter Method
3/13/2024 8:44:17 AM.
Learn to efficiently filter arrays containing various data types using JavaScript's Array Filter method. Enhance your understanding of functional programming techniques as you manipulate arrays ba
Destructuring And Event Handler In React
3/5/2024 8:59:40 AM.
Destructuring in React allows efficient extraction of values from objects or arrays. Event handlers manage user interactions, like clicks or input changes. They're essential for interactive UIs in
Exploring the Export Functionality within SharePoint Lists
3/4/2024 9:12:13 AM.
The Export feature in SharePoint Lists facilitates exporting list data to formats like Excel or CSV, aiding data analysis and sharing. It enhances collaboration by enabling users to extract and manipu
Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps
2/28/2024 8:59:24 AM.
Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and c
Windows 8 vs Windows 8.1
2/25/2024 8:14:22 AM.
Windows 8 and Windows 8.1 represent successive iterations of Microsoft's operating system. Windows 8 introduced a touch-centric interface with the Start Screen, while 8.1 addressed user feedback b
Learn SharePoint In Series - Part Sixteen - RSS Settings In List Settings
2/16/2024 6:39:01 AM.
This article is the 16th part of a comprehensive SharePoint series, delving into various aspects of SharePoint functionality. It provides detailed instructions on enabling and utilizing RSS (Really Si
Learn SharePoint In Series - Part Six - Power Of Versioning
2/15/2024 10:58:10 AM.
This article serves as the sixth installment of the SharePoint series, building upon previous articles by delving into common SharePoint Lists settings, with a focus on versioning of SharePoint list i
Creating Collections from SharePoint Lists in PowerApps
2/15/2024 9:25:09 AM.
Learn how to utilize collections in PowerApps to manage data within your application, especially useful for scenarios where users may be offline or have limited connectivity. Discover the advantages o
React Design Pattern Series: Container/Presentational Pattern
2/14/2024 7:17:48 AM.
Learn how to master the Container/Presentational Pattern in React with our comprehensive guide. This design pattern separates view and application logic, promoting improved code organization, reusabil
What is Components in React
2/5/2024 10:21:00 AM.
Explore React.js components, the core building blocks of React applications. Learn about six types of components: Functional, Class, Pure, High Order, Controlled and Uncontrolled.
Extending List Functionality with C# Extension Methods
1/22/2024 8:21:54 AM.
In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extensi
Simulating Sleep/Wait Functionality in TypeScript
1/21/2024 1:12:19 PM.
In many programming languages, developers often utilize a sleep or wait function to introduce a pause in the execution of a program for a specific duration.
Fabric Data Warehouse: Save as Table and Analyze Result Functionalities
11/22/2023 3:53:08 AM.
In this article, we'll delve into the Microsoft Fabric Data Warehouse features: Save as Table and Analyze Result. These functionalities offer users and analysts several advantages in terms of data
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
Extending Logging Functionality From Enterprise Library
10/30/2023 8:21:44 AM.
The Microsfot Enterprise Library provide us a collection of reusable software components, so software developers can take advantage of them to put them into enterprise use. Now I will share my persona
Search Functionality in SQL Server
10/12/2023 5:01:38 AM.
In SQL Server, searching for specific patterns in columns is achieved using the LIKE operator. It employs wildcards such as '%' for multiple characters (e.g., 'Acc%') and '_' f
Creating a File Zip Functionality in ASP.NET Core Web API
9/12/2023 7:06:29 AM.
Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
How To Create Mixin Using C# 4.0
9/12/2023 4:54:21 AM.
A mixin is a class which adds functionality to other classes but which cannot itself be instantiated.Creating mixins in C# 4.0 is not a built-in language feature, but you can achieve mixin-like behavi
Integrating "Sign In With LinkedIn" Functionality To An Application
9/11/2023 5:57:27 AM.
This article demonstrates how to integrate "login using the LinkedIn credential" in your web application.
Functional Programming in C#: Currying
9/6/2023 9:34:01 AM.
Currying is a way to re-write a function with multiple arguments in such a way as it can be called as a chain of functions each with a single argument. This article covers using a few simple utility m
Improving Elasticsearch-Based Autocomplete
8/23/2023 9:19:15 AM.
Improving Elasticsearch-based autocomplete involves enhancing the efficiency, accuracy, and user experience of autocomplete functionality in applications that utilize Elasticsearch for search capabil
ASP.NET Core API Pagination and Filtering
8/17/2023 7:45:54 AM.
Implementing pagination and filtering in an API is a common practice to optimize responses and efficiently handle large datasets. Here's a step-by-step guide on how to achieve this in an ASP.NET C
What is Non-Functional Requirements?
7/31/2023 10:54:15 AM.
A Non-Functional Requirement (NFR) is a type of requirement in software and system development that specifies criteria for the performance, behavior, and qualities of the system, rather than defining
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
Custom search functionality for data tables for server-side processing with PHP and MySQL
6/30/2023 8:23:57 AM.
To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
Unlock the Potential of Email Mocking: Papercut Integration In C# .NET Core 7 Console Apps
5/22/2023 9:11:37 AM.
This article explores how to effectively test email functionality in a .NET Core C# console application using Papercut. Discover the step-by-step process of mocking Outlook 365 Office emails, sending
What is Pure and Impure Function in JavaScript
5/22/2023 8:43:26 AM.
So in this article will be knowing about what functions in JavaScript and most importantly what is pure and impure function in JavaScript and how to differentiate among pure and impure functions.
What Is Microsoft Bing AI Chatbot ? and Exploring the Benefits and Functionality of Bing AI Chatbot
5/4/2023 4:56:50 AM.
Bing AI chatbot is an artificial intelligence-powered chatbot developed by Microsoft that uses natural language processing (NLP) and machine learning (ML) to interact with users through text-based con
6 Functionalities That Make PHP a Versatile Language
4/26/2023 10:40:29 AM.
In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
Add ChatGPT Functionalities Within Visual Studio Code
4/24/2023 7:26:57 AM.
Add ChatGPT Functionalities Within Visual Studio Code.
Add ChatGPT functionalities within Visual Studio
4/21/2023 6:40:01 AM.
Add ChatGPT functionalities within Visual Studio
Exploring The Benefits Of Function Currying In Java - Understanding The Concept And Advantages
3/9/2023 10:44:49 AM.
In this article, we will delve into the concept of Function Currying in Java and explore the benefits it provides. We will first explain what Function Currying is, how it works, and why it is importan
Class And Functional Components In React
12/22/2022 9:40:26 AM.
In this article, you will learn about class and functional components in react.
Create Registration And Login Functionality In ASP.NET Core Using Identity
6/29/2022 4:39:33 AM.
In this article, you will learn about ASP.NET Core Login Register .
Basic Of Functional Components And Class Components
4/26/2022 12:38:15 PM.
In this article, you will learn about the basic of Functional Components and Class Components.
Functionality And Events Of Angular Grid
3/29/2022 5:40:27 PM.
In this article, you will learn about the functionality and events of Angular Grid.
Build Wallpaper App Using Flutter And Riverpod - (Basic Functionality)
3/22/2022 2:42:38 PM.
In this article, you will learn how to build a wallpaper app using Flutter and Riverpod.
Demystifying ‘var’ In Java
1/19/2022 1:58:08 PM.
The article explains the internals of the keyword 'var' in Java.
Functional Programming Using Vavr In Java
1/3/2022 4:59:37 AM.
Article explains how to implement Functional Programming concepts in Java application using Vavr library.
Inspecting Reduce Function
12/27/2021 6:18:30 AM.
In this article, you will learn about the internals of the 'reduce' function.
Implement Functional Tests In .NET With xUnit
12/27/2021 3:47:42 AM.
In this article, we are going to learn how to implement Functional tests on .NET using xUnit.
Java 8 - orElse vs orElseGet
12/24/2021 7:18:09 AM.
The article explains the difference between the two methods orElse vs orElseGet.
Exploring Default Methods In Java 8
12/23/2021 7:01:59 AM.
Java 8 brought lots of features and one of them is the ‘default’ methods. This article explains what is default method in Java.
Exploring Numeric Streams In Java
12/21/2021 11:16:43 AM.
The article explains how to efficiently work with specific Numeric Streams in Java
How To Add JWT Bearer Token Authorization Functionality In Swagger?
11/30/2021 7:04:16 AM.
In this article, you will learn how to add JWT Bearer Token Authorization Functionality in Swagger?
Web Security Vulnerabilities On User Session And Username Iteration
7/29/2021 1:57:28 PM.
In this article, you will learn about Web Security Vulnerabilities on User Session and Username Iteration.
Import Excel Data To Database Using ASP.NET MVC Entity Framework Functionality
6/11/2021 6:35:18 AM.
In this article we will learn how to Import excel data to database using ASP.NET MVC Entity framework.
Introduction To React Functional Component
5/19/2021 1:33:55 PM.
In this article, you will learn about React Functional Component.
Functional Programming in Simple Terms: Explained
3/25/2021 5:28:42 AM.
In this article we learn about Functional Programming in a very simple manner.
Real-Time Web Functionality Using ASP.Net SignalR
3/24/2021 6:25:34 AM.
SignalR provide API for managing the connections, connections from different clients, and also provide ability to the server to push the messages to the client by calling the methods defined on the cl
Perform CRUD Functionality in ASP.Net MVC 5
2/10/2021 7:20:27 AM.
In this article, we'll learn how to do Create, Read, Update and Delete (CRUD) operations with the Entity Framework Data Model in the ASP.NET Web Application based on the MVC Project Template in Vi
Functional Programming: Explained in Detail
2/5/2021 12:29:47 PM.
This article basically discusses aspects of programming in terms of functions and then discusses how C# supports functional programming.
Implement Insert, Update and Delete Functionality in the WebGrid: Part 3
2/4/2021 6:22:17 AM.
This article explains how to implement insert, update and delete functionality in a WebGrid.
Implement Insert, Update and Delete Functionality in the WebGrid: Part 2
2/4/2021 6:12:03 AM.
This article explains how to implement insert, update and delete functionality in a WebGrid.
Pro Tips For React Developers 🤠
1/28/2021 3:12:16 PM.
In this article, you will learn about Pro tips for react developers.
Custom Login Functionality In MVC
1/18/2021 10:22:08 AM.
In this article, you will learn the Login Functionality in MVC using Form Authentication with password hashing
Blazor Web Assembly 3.2 Add/Edit/Delete Fully Functional Application - Part 2
8/21/2020 6:47:37 AM.
This is part 2 of the article, and it will focus on consuming the .NET Core API created in part 1 and binding the data in our Blazor app. By the end of the article, we will have a fully functional Bla