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 Function
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nakkeeran Natarajan (6)
Praveen Kumar Sreeram (6)
Vidyadharran G (5)
Vijai Anand Ramalingam (4)
Suthahar J (4)
Vinod Kumar (3)
Jasminder Singh (3)
Rafnas T P (3)
Suchit Khunt (2)
Sundar (2)
Safayat Zisan (2)
Kasam Shaikh (2)
Jignesh Trivedi (2)
Andrea Angella (2)
Kamal Rawat (2)
Priyaranjan K S (2)
Afzaal Ahmad Zeeshan (2)
Akshay Phadke (2)
Alagunila Meganathan (2)
Vikas Srivastava (1)
Dennis Thomas (1)
Suraj Kumar (1)
Rohatash Kumar (1)
Mohammad Irshad (1)
Mani Gautam (1)
Nirav Daraniya (1)
Mukesh Kumar (1)
Satyaprakash Samantaray (1)
Hirendra Sisodiya (1)
Vinay Kumar (1)
Nanddeep Nachan (1)
Ramesh Kartik (1)
Abubackkar Shithik (1)
Vipul Poojara (1)
Prasanth Radhakrishnan (1)
Rajdip Sarkar (1)
Santosh Kumar (1)
Krunal Trivedi (1)
Sharad Gupta (1)
Yadagiri Reddy (1)
Sourav Kayal (1)
Viral Jain (1)
Omar Maher (1)
Asfend Yar (1)
Muthusamy Thangavel (1)
Umair Hassan (1)
Deepti Nahar (1)
Gnanavel Sekar (1)
Sagar Pardeshi (1)
Ashutosh Saitwal (1)
Prakash Tripathi (1)
Sandeep Singh Shekhawat (1)
Thiago Custodio (1)
Yogi S (1)
Sarva Raghavan (1)
Nitin Pandit (1)
Mahesh Chand (1)
Allen James (1)
hariprasad gudimalla (1)
Rajeesh Menoth (1)
Pankaj Kumar Choudhary (1)
Vignesh Mani (1)
Shamim Uddin (1)
Related resources for Function
No resource found
markdown testing Develop And Deploy Azure Function Using Visual Studio
1/28/2019 1:18:27 AM.
From this article, you will learn how to develop an Azure Functions app using Visual Studio and deploy it in Azure as an Azure Functions App Service.
Custom Login Functionality In MVC
1/18/2018 5:39:29 AM.
In this article, you will learn the Login Functionality in MVC using Form Authentication with password hashing
Stored Procedures Vs User Defined Functions And Choosing Which One To Use
1/16/2018 1:46:00 AM.
In SQL Server, we usually come across queries, tables, views, stored procedures and functions. People often wonder what are the real differences between User Defined Functions (UDF) or simply function
Login And Registration Functionality In Xamarin.Android
1/7/2018 12:22:55 PM.
For this article, the purpose of the code is to create a Login & Registration Functionality in Xamarin.Android.
Statistical And Standard DAX Functions In Power BI
1/6/2018 12:21:33 PM.
This article describes the Power BI DAX functions and their definition, overview, basic syntax and use. This article specially describes the statistical and standard DAX functions of Power BI.
How To Create An Azure Function App Using Visual Studio 2017
12/21/2017 10:35:13 AM.
In this article, we will learn how to create an Azure Functions App using Visual Studio 2017.
How To Call Azure Function In Logic Apps
12/20/2017 10:45:20 AM.
Azure Functions is used for executing a small piece of code or “function” in the cloud and you pay only for the time your code executes.
How To Create Azure Function App To Delete SharePoint Online List Using CSOM
12/19/2017 10:32:42 PM.
Azure Functions are used for executing a small piece of code or “functions” in a cloud and you will pay only for the time your code executes. You can use development language of choice such as C#, F#,
How To Create A Simple Azure Function App Using C#
12/18/2017 11:18:18 AM.
Azure Functions are used for executing a small piece of code or “functions” in a cloud and you will pay only for the time your code executes. You can use development language of your choice such as C#
Calling Server Side Function From JavaScript In ASP.NET
12/15/2017 6:59:34 AM.
In this article we will see how to call a server-side function from JavaScript in ASP.Net.
$scope.$digest(), $scope.$apply(), $rootScope.$digest(), $rootScope.$apply() Functions In Angular
12/12/2017 11:06:05 PM.
This article will explain the working of various functions of Angular.js- $scope.$digest(), $scope.$apply(), $rootScope.$digest(), $rootScope.$apply().
Swift Programming - Zero To Hero - Part Eight
12/12/2017 1:14:56 PM.
This is Part Eight of Swift Programming - Zero To Hero Series. In this article, we will learn about Return Type & Tuples in swift.
Functions In Kotlin
12/3/2017 11:09:27 PM.
Function is a set of code which may take some parameters, perform an operation on it, and then may return a value.
NodeJS - Getting Started With Some Basic Functions
12/2/2017 4:58:18 AM.
Today, I am explaining about getting started with NodeJS. Node.js is a powerful JavaScript-based framework/platform built on Google Chrome's JavaScript Engine.
Highcharts Drilldown Functionality With Angular Custom Directive And Web API
11/25/2017 1:49:10 PM.
This is the second part of this series, “Highcharts with Angular JS custom directive and Web API”. In the first part, we discussed the preparation of the charts using the Highcharts library and Web AP
Dynamic Checkbox Functionality Using Angular In ASP.NET MVC
11/17/2017 7:20:10 PM.
Checkboxes in AngularJS and asp.net MVC (server-side) application.
Static Class In C#
10/30/2017 7:33:24 AM.
In this article you will learn how to use Static classes in c#.
Activation Functions In Deep Learning/Neural Nets
10/28/2017 1:50:59 AM.
Common Activation Functions used in neural networks - Sigmoid / Logistic function , Softmax function, ReLU (Rectified Linear Units), identity, hyperbolic tangent.
Implementing Google Maps In Xamarin.Forms and Creating Custom Map For Tapping Functionality
10/19/2017 11:04:23 PM.
Google map service is very popular in various enterprise level mobile applications. I will discuss here how to use Google maps in xamarin.forms and customize it using custom renderer for further funct
Swift Programming - Zero To Hero - Part Seven
10/19/2017 11:25:30 AM.
This is Part Seven of the "Zero to Hero" Series. In this article we will learn about Functions and Tuples.
Create Simple Azure Function
10/7/2017 1:56:07 AM.
Azure functions allow up to run the code in a server-less manner. That means we do not have to create the VM to host the running code nor do we have to create a web application and publish code to web
Non-Functional Requirements (NFR) in Agile Practices
9/26/2017 3:18:46 AM.
This article explains Non-Functional Requirements (NFR) in Agile Practices.
Adding Check Box Functionality In An Android App Using Android Studio
9/21/2017 11:52:34 PM.
In this article, I will show you how to create am Android app using Android Studio. Android Checkbox is a type of two state button, either checked or unchecked. There can be a lot of usage of checkbox
Creating and Publishing Serverless Azure Functions - FaceLocator using Visual Studio 2017 v15
9/16/2017 3:35:00 AM.
In this video, will create and publish an Azure Functions, with FaceLocator, using Visual Studio v15.3
Creating and Publishing Serverless Azure Functions - Blob Trigger using Visual Studio 2017 v15
9/16/2017 3:32:59 AM.
In this video, will create and publish an Azure Functions, with Blob Trigger, using Visual Studio v15.3
New String Function In SQL Server 2017
9/6/2017 4:43:54 PM.
It requires one separator argument and a minimum of two arguments otherwise it raises an error. All the arguments are implicitly converted to string types and then they are concatenated.
Azure Functions With C# And Visual Studio
9/5/2017 2:19:02 AM.
Learn how to create, debug and deploy azure functions using C# and Visual Studio.
Building Serverless Mobile App With Azure Functions Using Xamarin.Forms
8/20/2017 1:22:50 PM.
Azure Functions is a solution for easily running small pieces of code in the cloud. We can create, execute, and test our custom logic function without creating a VM or web applications and also withou
Invoking AWS Lambda Function Using AWS API Gateway
8/17/2017 7:31:29 PM.
In this article we will learn how Lambda function can be invoked through AWS API Gateway.
Getting Started With Microsoft Azure Functions Using Visual Studio 2017
8/17/2017 3:14:24 PM.
Azure Functions is a solution for easily running small pieces of code in the cloud. We can create, execute, and test our custom logic function without creating a VM or web applications and also withou
How To Create And Test Azure Functions Using Azure Portal
8/15/2017 10:50:13 AM.
Azure Functions is a solution for easily running small pieces of code in the cloud. We can create, execute, and test our custom logic function without creating a VM or web applications and also withou
Getting Started With Azure Functions Using Azure Free Trial Account
8/9/2017 5:03:48 PM.
Azure Functions is a solution for easily running small pieces of code in the cloud. Azure Functions let you develop serverless applications on Microsoft Azure. In this article, you will learn how to c
Passing Data To AWS Lambda Function And Invoking It Using AWS CLI
8/9/2017 4:16:57 PM.
In previous article, we learnt about AWS lambda structure and how a lambda function can be invoked. Before we go further, there are couple of things which are very important to consider while doing lo
Practical C# - Local Functions In C# 7
8/9/2017 2:58:59 AM.
Learn how using local functions in C# 7 can make your code more compact and less repetitive.
Write Serverless Functions Using AWS Lambda And C#
8/8/2017 12:52:49 AM.
Write Serverless Functions using AWS Lambda and C#.
Import Excel Data To Database Using ASP.NET MVC Entity Framework Functionality
7/20/2017 7:27:52 AM.
In this article we will learn how to Import excel data to database using ASP.NET MVC Entity framework.
Call Stored Procedure From Entity Framework
7/13/2017 8:19:49 AM.
In this article, I will demonstrate how can we call stored procedure from entity framework? There are many different way to call stored procedure from entity framework.
Creating a Hyperlink using Excel Hyperlink() Function in EPPlus .NET
7/7/2017 6:12:13 AM.
In this video we will see how to create a Hyperlink using Excel Hyperlink() Function in EPPlus.
Difference Between Stored Procedure And User Defined Function In SQL Server
7/6/2017 7:52:16 AM.
This article describes the differences between Stored Procedures and User Defined Functions in SQL Server.
Go Serverless C# With Azure Functions Because Cost Matters
7/5/2017 12:14:12 PM.
This article demystifies Azure Functions with its serverless mechanism and it will also explain how you can write down your PaaS code in cost-effective way.
Simulate SharePoint Online Timer Jobs Using Azure Functions
7/5/2017 12:05:42 PM.
SharePoint Server provides native Timer Jobs that inherit SPJobDefinition class to run at regular intervals defined in the SPSchedule object. This way we can create solutions that have to be iterative
Contact Us Form in PHP
6/29/2017 5:18:49 AM.
In this article I show how to create a Contact us form in PHP.
Class and Object Function in PHP
6/29/2017 5:11:12 AM.
In this article I will discuss the get_declare_classes() and get_class_method() functions in PHP.
Calculate How Many Days in A Month Using PHP
6/29/2017 5:00:14 AM.
In this article I explain the cal_days_in_month() function in PHP. cal_days_in_month() function returns the number of the days in a month for the given year and calendar.
Polymorphism in PHP
6/28/2017 4:15:44 AM.
In this article I describe polymorphism in PHP. Polymorphism describes a pattern in Object Oriented Programming in which a class has varying functionality while sharing a common interfaces.
Row Number Function in SQL Server
6/27/2017 7:11:59 AM.
This article explains the row number function in SQL Server. Ranking functions provide a very good feature of assigning numbering to the records in the result set in SQL. Row_Number is one of these fu
Overview Of Selenium Locators
6/27/2017 7:11:38 AM.
This article explains Selenium Locators.
Rank Function in SQL Server
6/27/2017 7:11:17 AM.
This article explains the Rank function. Ranking functions provide a very good feature of assigning numbering to the records in the result set in SQL. Row_Number is one of these functions available in
Creating A Function App And Integrating With Azure Logic Apps
6/24/2017 12:27:20 PM.
In this article you will learn how to create A Function App And Integrate With Azure Logic Apps.
Asynchronous Programming in C# 5.0: Part Five: Access Data Sing Asynchronous Function
6/20/2017 10:37:20 AM.
In this article we will try to implement a few real time applications of asynchronous programming. Here we will see in which scenario we can implement asynchronous style.
Time Trigger Using Function App
6/14/2017 11:59:23 PM.
Time Trigger Using Function App.
Blob Storage Using Function App
6/8/2017 11:36:17 AM.
Blob Storage Using Function App.
Queue Storage With Function App
6/6/2017 1:22:18 PM.
Queue Storage With Function App.
Functions In Functional Programming Vs Procedural Programming
6/1/2017 11:42:07 AM.
In this article, I will show you what a basic function is and the concept of the function, as it is used in functional programming and how procedural (or imperative) languages might take them wrong.
Introduction To Azure Functions
5/17/2017 6:34:55 PM.
Introduction To Azure Functions.
SharePoint Remote Timer Jobs With Azure Functions Using CSOM
5/17/2017 6:02:50 PM.
In this article, you will see how to create SharePoint Online remote timer jobs with client side code using Azure functions.
Local Functions In C# 7.0
5/14/2017 11:16:27 AM.
This article helps you to illustrate local functions in C#7.
How To Use Abstractions To Implement Platform Specific Functionality In Xamarin.Forms
5/1/2017 10:53:31 AM.
This article explains how to use abstractions to implement platform specific functionality in Xamarin.Forms.
Trigger Azure Function From Microsoft Flow
4/30/2017 11:02:26 AM.
Trigger Azure Function from Microsoft Flow.
Functionality Of A ListView In Xamarin.Forms
4/25/2017 4:02:39 PM.
Functionality Of A ListView In Xamarin.Forms.
Create A Function App In Azure Portal
4/25/2017 3:51:12 PM.
Create a Function app in an Azure portal.
Commonly Used Built In String Functions In SQL Server
4/25/2017 3:44:15 PM.
This article illustrates commonly used built in string functions in SQL Server.
Extending The Capability Of PowerApps Using Azure Functions
4/21/2017 11:27:37 AM.
The article describes how we can extend the capability of PowerApps by adding some custom logic via Azure functions.
RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server
4/18/2017 11:26:16 AM.
RANK, DENSE_RANK And ROW_NUMBER Functions In SQL Server.
Aggregate Function With LINQ In C#
4/11/2017 7:21:49 PM.
In this article, we going to see about how to use the aggregate function with LINQ.
Sequence Of JavaScript Function Loaded After The UI Has Been Loaded In SharePoint 2013
4/6/2017 2:28:40 PM.
Sequence Of JavaScript Function Loaded After The UI Has Been Loaded In SharePoint 2013.
Azure Functions - Create Generic Webhook Trigger
3/27/2017 7:38:12 AM.
This article briefs you on Azure functions – Create Generic Webhook Trigger.
Create Azure Timer Function Using C#
3/27/2017 7:37:42 AM.
In this article, you will learn how to create an Azure Timer function, using C#.
Explore Storage Account Of Azure Functions - File Share
3/27/2017 7:37:07 AM.
This article enables you to explore the storage account of Azure functions - File Share.
Explore Storage Account Of Azure Functions - Table Service
3/27/2017 7:36:54 AM.
Explore Storage Account of Azure Functions – Table Service.
Create Your First Azure Function App
3/27/2017 12:51:31 AM.
In this article, you will learn how to create your first Azure function app.
Azure Functions For SharePoint Operations Using PnP PowerShell
3/23/2017 10:33:46 AM.
In this article, you will learn how to create Azure function apps for the SharePoint operations, using PnP PowerShell commands.
Anonymous Methods And Lambda Expressions In C#
3/22/2017 3:01:33 PM.
In this article, you will learn about anonymous methods and lambda expressions in C#.NET.
The Role Of Automation In Functional Testing
3/21/2017 3:55:43 PM.
This article elaborates on the role of automation in Functional testing.
Working With Local Functions In C# 7.0
3/20/2017 6:41:35 PM.
This article explains about the Local Functions introduced in C# 7.0 and demonstrates how to use it in software development.
Func, Action And Local Function In C# 7
3/16/2017 5:59:03 PM.
This article teaches you about Func, Action and Local Function In C# 7.
Azure Functions For SharePoint Operations Using PnP Core CSOM Library
3/15/2017 4:28:41 PM.
In this article, you will learn how to create Azure function apps for the SharePoint operations, using PnP Core CSOM library components.
Azure Functions For SharePoint Operations Using CSOM PowerShell
3/12/2017 2:14:21 PM.
In this article, you will learn how to create Azure function apps for the SharePoint operations using client side object model PowerShell scripts.
Working With Azure Functions From SharePoint Components
3/9/2017 11:20:26 AM.
In this article, you will learn how to trigger Azure functions from SharePoint pages.
Introduction To Serverless Computing Using Azure Functions
3/7/2017 5:55:44 PM.
In this article, you will learn Serverless Computing using Azure Functions.
Reverse Proxy Using Azure Functions Proxies
3/3/2017 11:30:11 PM.
In this article, you will learn about reverse proxy, using Azure functions proxies.
Creating Azure Functions For SharePoint Operations Using Managed CSOM
3/3/2017 3:48:17 PM.
In this article, you will learn how to create Azure function apps to test SharePoint operations, using Managed CSOM code.
CRUD Functionality In AngularJS And ASP.NET MVC 5 With Entity Framework Code First Approach
2/17/2017 10:28:41 AM.
In this article you will learn about CRUD Functionality in AngularJS and ASP.NET MVC 5 with Entity Framework Code First Approach.
Serverless Computing With Azure Functions
2/10/2017 12:12:36 AM.
In this article, you will learn about serverless computing with Azure Functions.
Calling A C# Function With jQuery AJAX In ASP.NET MVC
2/4/2017 3:58:22 AM.
This article explains how to use jQuery AJAX method in ASP.NET MVC.
C# 7 Features - Local Functions
2/1/2017 10:27:18 AM.
In this article, you will learn about Local Functions in C# 7.
New features of C# 7.0
1/13/2017 11:02:08 AM.
In this article you will learn about some new features of C# 7.
How To Use Local Functions In C# 7.0
12/28/2016 11:29:07 AM.
In this article, you will learn how to use local functions in C# 7.0.
Local Functions In C# 7.0
12/27/2016 11:35:56 AM.
Understand and use local functions in C#.
What Are Cloud Functions And Why Are They Important?
12/27/2016 11:27:07 AM.
A look at the extraordinary new concept of cloud functions.
Audio Functionality In Xamain.Forms Android
12/23/2016 10:53:33 AM.
In this article, you will learn about implementing audio functionality in Xamain.Forms Android applications.
Ranking Function In Microsoft SQL Server
12/21/2016 11:05:41 AM.
This article will explain the Ranking function in Microsoft SQL Server.
Configure Outgoing Email Functionality In SharePoint Server 2016
11/29/2016 5:26:51 PM.
In this article, you will learn how to configure outgoing email functionality in SharePoint Server 2016.
Node.js - Middleware - Day Ten
11/18/2016 12:45:28 PM.
In this article, you will learn about middleware functions in Node.js.
Search Function In Each Column Using AJAX Table In ASP.NET MVC
11/11/2016 2:42:10 PM.
In this article, you will learn how to place a search function In each column using AJAX Table in ASP.NET MVC.
Difference Between UpdateModel And TryUpdateModel Function
10/29/2016 4:28:47 PM.
In this article, we will see the difference between UpdateModel and TryUpdateModel function in detail.
How To Use Filter, Search, And LookUp Functions In Microsoft PowerApps
10/24/2016 7:17:14 PM.
In this article, you will learn how to use Filter, Search, and LookUp Functions in Microsoft PowerApps.
Update Model Function In MVC
10/22/2016 12:16:49 PM.
In this article, you will learn about update model function in MVC
How To Use Sort And SortByColumn Functions In Microsoft PowerApps
10/21/2016 1:58:11 PM.
In this article, we are going to see how to use Sort and SortByColumn functions in Microsoft PowerApps.
Quick Reference To TypeScript
10/10/2016 10:57:14 AM.
In this article, you will learn about TypeScript.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download