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 Calling
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vithal Wadje (4)
Mahender Pal (4)
Rohatash Kumar (3)
Akkiraju Ivaturi (3)
Sagar Pardeshi (3)
Jeeva Subburaj (2)
Daniel Gomez (2)
Akshay Phadke (2)
John Charles Olamendy (2)
Abubackkar Shithik (2)
Vignesh Mani (2)
Devesh Omar (2)
Vishal Kulkarni (2)
Rick Malek (2)
Vikas Hooda (1)
Sandeep Mishra (1)
Manoj Kalla (1)
Vijay Yadav (1)
Nanddeep Nachan (1)
Ishika Tiwari (1)
Shweta Lodha (1)
Kuljot Bakshi (1)
Vulpes (1)
Yogi S (1)
Yogesh Jaiswal (1)
Vipul Malhotra (1)
Vipin Yadav (1)
Devanand Laroiya (1)
Dipen Lama (1)
Ajay Kumar (1)
Yash Rajora (1)
Munib Butt (1)
Sai Kumar Koona (1)
Tural Suleymani (1)
Shivam Payasi (1)
Sridhar Subramanian (1)
Rafal Wozniak (1)
Pramod Singh (1)
Ashok Kumawat (1)
Jignesh Trivedi (1)
Vinay Ayinapurapu (1)
Praveen Raveendran Pillai (1)
Mudita Rathore (1)
Prasad Pathak (1)
Amit Choudhary (1)
Swati Chavan (1)
Sivaraman Dhamodaran (1)
Siddharth Vaghasia (1)
Ajay Gandhi (1)
Ankur Mishra (1)
Abhishek Goswami (1)
Waleed Mohamed (1)
Pradip Pandey (1)
Ami Schreiber (1)
Vasanth Kumar (1)
Abhimanyu K Vatsa (1)
Filip Bulovic (1)
Herve Roggero (1)
Gaurav Kumar (1)
Michal Habalcik (1)
Mahesh Chand (1)
Ahsan Siddique (1)
Jasminder Singh (1)
Debendra Dash (1)
Rick Malek (1)
Sibeesh Venu (1)
Vidya Vrat Agarwal (1)
Sekhar Srinivas (1)
Jagdev Mishra (1)
Sourabh Mishra (1)
Chandradev Sah (1)
Nimit Joshi (1)
Shubham Srivastava (1)
Hemant Kathuria (1)
Thiagarajan Alagarsamy (1)
Krishna Garad (1)
Suthish Nair (1)
Shinuraj (1)
Anuja Pawar (1)
Related resources for Calling
No resource found
Calling Web API to Web API without User Interaction by using Azure Managed Identity
10/14/2024 5:59:13 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
Build a Smart Private Chatbot with Semantic Kernel and APIs
9/12/2024 4:23:50 AM.
This guide covers integrating advanced NLP techniques and machine learning to create a secure, efficient, and customizable AI chatbot with robust data privacy.
Calling Business Process Flow (Power Automate) using Copilot Studio
9/2/2024 4:51:48 AM.
Integrate Copilot with Power Automate to streamline business processes. Create a Power Automate flow triggered by Copilot, allowing dynamic inputs like location and booking date. Set up input variable
Harnessing the Power of Function Calling with Local LLMs using Ollama
8/25/2024 11:45:29 AM.
Function calling with Local LLM (Ollama) using C# Semantic Kernel.
How to Call JavaScript Function in Angular 18 Component?
8/8/2024 9:38:18 AM.
Learn how to integrate JavaScript functions within an Angular 18 component. This guide covers how to call and use JavaScript functions effectively in your Angular components, ensuring seamless interac
How to Use async in jQuery When Calling an API Using Ajax
7/30/2024 6:10:25 AM.
Learn how to use async and await in jQuery to streamline API calls with Ajax. This guide covers setting up an HTML page, creating a JavaScript file for async operations, handling errors with try-catch
Calling Graph API From Power Automate Flow
6/11/2024 12:12:58 PM.
Discover how to integrate Microsoft Graph API with Power Automate by registering applications in Azure AD, setting up administrative access, creating workflows with API permissions, obtaining consent
Calling Web Service in HTML Page
4/11/2024 6:10:41 AM.
Calling a web service in an HTML page involves using client-side technologies like AJAX and JavaScript to asynchronously communicate with a server. This allows for dynamic data exchange without reload
Calling Async Method from Sync Method in C#
4/2/2024 7:33:33 AM.
In this article, we will learn how we can call the Async Method from the Sync Method in C#. Asynchronous programming in C# enhances responsiveness and scalability. Learn to integrate it into existing
Calling Your Own Functions In Chatbot - OpenAI Function Calling
1/22/2024 6:37:28 AM.
This article explains how we can make a call to external functions using OpenAI’s Assistant API. Learn to call external functions using OpenAI's Assistant API. Get API keys, create an assistant, i
Azure OpenAI Function Calling
12/1/2023 7:06:18 AM.
Tutorial on utilizing the function calling functionality of Azure OpenAi offering.
Calling Web Service Using SOAP Request In Console Application
11/20/2023 10:45:19 AM.
In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
Calling Unmanaged Functions Which Take A Variable Number Of Arguments From C#
10/23/2023 5:12:44 AM.
Many C# programmers are familiar with the Platform Invoke mechanism (using the DllImport attribute) for calling unmanaged functions from C#.
Calling A C# Function With jQuery AJAX In ASP.NET MVC
10/5/2023 9:54:04 AM.
This article explains how to use jQuery AJAX method in ASP.NET MVC.
Calling Asynchronously Method Using BeginInvoke Method in C#
9/19/2023 7:19:22 AM.
Sometimes we need to call a method asynchronously and don’t want to wait until it completes execution.
Calling Parent Page Method From UserControl in C#
9/15/2023 10:41:15 AM.
In this article you will learn how to call a parent's page method from a UserControl in C#.
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON
9/5/2023 9:26:14 AM.
The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
Calling the Server-Side Method Asynchronously From Client Script
8/23/2023 9:50:09 AM.
This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynami
Calling a Stored Procedure in ASP.NET Core
5/22/2023 5:46:00 AM.
Calling ChatGPT OpenAI API In Blazor
2/14/2023 4:57:55 AM.
In this article, we will take a closer look at how to create a ChatGPT application in Blazor WebAssembly. ChatGPT is a powerful language model developed by OpenAI that has been trained to generate hum
Calling Multiple APIs Using HttpClient And Polly
1/6/2023 9:10:04 AM.
In this article, you will learn about calling multiple APIs using HttpClient and Polly.
Calling a Function From a Stored Procedure in SQL Server
12/28/2022 4:43:32 AM.
In this article, we will see how to call a function from a stored procedure in SQL Server.
Calling REST API Service From SQL Server Using C# SQL CLR
12/21/2022 4:13:22 AM.
A requirement where we need to get data from other sources (REST-based Web Service) and sync with on-premises (local) database. This should be done using a SQL Server Stored Procedure.
Consuming Apache Axis Service In .NET Core
8/9/2022 10:45:04 PM.
In this article, you will learn how to consume Apache Axis in .NET core.
Consuming Web API Using jQuery(AJAX)
8/9/2022 9:56:56 PM.
in this article, I will explain how we can access data from a web API using ajax jQuery.
Calling a Power Automate flow from .NET
6/21/2022 12:59:40 PM.
In this tutorial, we will learn how to call a Power Automate flow from .NET, using an HTTP post. For this purpose, we will use an example to send an email.
Dynamically Loading an assembly at Runtime and calling its methods
4/6/2022 11:22:31 AM.
This article explains how to load an assembly dynamically and call its method.
CUDA integration with C#
3/31/2022 10:19:36 AM.
This article will focus on how to create an unmanaged dll with CUDA code and use it in a C# program. The example will show some differences between execution times of managed, unmanaged and new .NET 4
Calling a COM Component From C# (Late Binding)
3/30/2022 10:16:38 AM.
This code sample shows how to call a COM component in .NET framework using C#.
Order Of Constructors Calling With Inheritance In C#
1/5/2022 10:27:58 AM.
In this article, you will learn about Order of constructors calling with inheritance in c#.
Calling JavaScript Functions From DotVVM With JS Directive
11/17/2021 4:11:03 PM.
In this article, you will learn about Calling JavaScript Functions from DotVVM with JS Directive.
Calling Web API Using HttpClient
8/13/2021 8:08:02 AM.
C# HttpClient. In this article, you will learn how to call Web API using HttpClient in ASP.NET. HttpClient class provides a base class for sending/receiving the HTTP requests/responses from a URL. It
Calling Graph API Via Console Application Using .NET 5
4/29/2021 9:06:13 AM.
This article explains how the graph api services can be used in your applications.
.Net 5 Blazor WASM - Calling JavaScript From C# And Vice Versa
4/6/2021 9:20:12 PM.
In this article, you will learn about Calling JavaScript from C# in WebAssembly(and vice versa).
Add Flyout And Identify Selected Option - Dynamics 365 CE
2/17/2021 4:50:28 PM.
This article is about adding custom flyout button in ribbon and writing script to identify which option is selected
Calling Server Side Function From Link Button in ASP.NET
2/10/2021 9:32:15 AM.
This article explains on how to execute server-side functions when the link button is clicked.
Calling Server Side Function From Link Button Using AJAX and jQuery in ASP.NET
2/10/2021 7:33:02 AM.
This article explains how to execute a server-side function using AJAX and jQuery when the link button is clicked. Here the call to the server-side code is handled from the client side.
Calling the ASP.Net Web API With jQuery and JavaScript
2/1/2021 7:24:40 AM.
In this article we will use jQuery and JavaScript for calling the Web API.
SharePoint 2013 - Calling Jquery Function On Rendering Complete Event In JSlink
1/21/2021 5:48:24 AM.
In this article you will learn calling jQuery function on rendering complete event in JSLink using SharePoint 2013.
Calling an stored procedure using ADO.NET Entity Model
11/4/2020 9:17:54 AM.
Data Binding And Event Calling In Blazor
11/3/2020 6:44:49 AM.
In this article, you will learn about data Binding and event calling.
Functions with Parameters - Learn JavaScript 08
9/6/2020 11:58:30 PM.
In this JavaScript Tutorial, we will create a JavaScript Function with a Parameter. Then we will call this function from one other java-script function.
Practical Approach To ASP.NET Web Services - Part Six - Calling ASP.NET Web Service From Java Script Using AJAX
6/9/2020 12:29:21 PM.
In this article, you will see how to call a Web Service from JavaScript using ASP.NET AJAX.
Calling Entity Bound Actions Using Xrm.Web API With Entity Collection
5/29/2020 5:50:22 AM.
This article is about how to call entity bound action using Xrm.WebApi.
Microsoft Teams Operations In SPFx Webpart Using Graph API
5/17/2020 1:34:05 PM.
In this article, we will learn how to perform MS teams Operations (get teams, send a message) in SPFx using Graph API.
Calling Oracle stored procedures from Microsoft.NET
5/15/2020 2:16:24 AM.
This article is intended to illustrate how to illustrate how to call Oracle stored procedures and functions from Microsoft.NET through the Microsoft.NET Oracle provider and its object model residing i
Calling HttpPost Action In MVC On Submit Button
5/13/2020 1:19:05 AM.
In this article you will learn how to call HttpPost action in MVC on submit button using jQuery.
How to Create a Toll-Free Calling Application Such as COVID-19 Customer Care Using Kotlin
4/28/2020 4:03:21 PM.
In this article, you will learn how to create a toll-free calling application such as COVID-19 customer care using Kotlin.
Calling Function With Timer in JavaScript
4/14/2020 3:07:16 PM.
In JavaScript the timer is a very important feature, it allows us to execute a JavaScript function after a specified period, thereby making it possible to add a new dimension, time, to our website.
Calling Webservice Using Soap Client Open Source Library
4/14/2020 1:49:18 AM.
This article describes an open source JavaScript library for calling a webservice using an AJAX call.
Calling JavaScript Function From Link Button in ASP.NET
4/7/2020 2:56:50 PM.
This is a simple article which demonstrates how to use a Link Button control of ASP.NET in the web applications.
Calling Code behind Function in JavaScript
4/3/2020 2:50:19 AM.
In this article we see how to call C# Function from JavaScript.
Calling In Built Functions In Android Application
3/3/2020 1:12:53 AM.
In this article, I will explain how to call some built in functions in Android Applications.
How To Create A Calling Application In Android Using Android Studio
2/26/2020 10:22:53 PM.
Android is one of the most popular operating systems for mobile. In this article, I will show you how to create a Calling Application in Android Using Android Studio.
Method Not Allowed Error (HTTP 405) When Calling WCF Method From AjaxControlToolKit AutoCompleteExtender
9/12/2019 3:42:31 AM.
The solution to the error Method Not Allowed Error (HTTP 405) When Calling WCF Method From AjaxControlToolKit AutoCompleteExtender.
Calling WCF Services Using jQuery
9/3/2019 5:28:34 AM.
This article provides a quick overview of how to call a simple WCF service using jQuery Ajax Method in ASP. Net.
Calling Microsoft Flow From A Site Script
7/18/2019 11:19:39 PM.
In this article, you will learn how to call Microsoft Flow from a site script.
Calling an ASP.NET C# Method (Web Method) Using JavaScript
4/4/2019 3:48:20 AM.
Another title of this post would be “Say bye-bye to Postbacks”. Sometimes we need to stop annoying post-backs on ASP.NET Web Pages. For example, when one click the ASP.NET button on webpage, by defaul
Calling Managed Code From Unmanaged Code
2/14/2019 8:29:46 AM.
One significant task for developers (including myself) is doing some kind of automation of Microsoft Office. So, I will concentrate on the opposing side of the problem - how to use managed assembly fr
Calling SQL Server With HTTP Webhooks
1/24/2019 9:17:52 AM.
In this article, I will introduce you to Enzo Online’s SQL Server webhook, a free service you can use to call a SQL Server database hosted in the cloud using HTTP commands so that you can easily progr
Interoperability Of Kotlin - Calling Java Fragment In A Kotlin Activity
1/14/2019 8:39:57 AM.
This article tells the process of calling a Java code into Kotlin activity. We will see how two different extension files like .kt and .java communicate with each other.
Meet C# Recursion: Self-Calling Methods Explained
12/17/2018 11:39:07 PM.
This article rovides a brief introduction to recursion; its definition, pros, cons and a practical example.
Creating A Class And Calling It From Main Program
12/17/2018 8:36:20 AM.
This article explains how to create your class, add some functions and call it from Main function.
How To Trigger SharePoint 2013 Designer Workflow On A List Item By Calling REST API Using jQuery
12/23/2017 12:10:00 PM.
In this article, we will learn how to trigger the Sharepoint 2013 Designer List Workflow on a list item using REST API and jQuery.
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.
Alphabets to Numbers Translator For Calling In Xamarin.Android
11/9/2017 11:40:42 PM.
In this article, we will learn how to build Call Translator App for Xamarin Android. This is a simple app for learning some basics for beginners and you can also create it in Android Studio but I like
Calling SharePoint Search Using REST From JavaScript
3/16/2017 4:22:04 PM.
This article familiarizes you with the calling SharePoint search, using REST from JavaScript.
Calling Rest API From A SharePoint Designer Workflow
3/13/2017 10:39:21 AM.
In this article, you will learn about calling Rest API from a SharePoint Designer Workflow.
Calling Method Information
2/27/2017 9:51:22 AM.
In this article, you will learn about calling method Information.
Calling ASP.NET Web API Service Cross Domain Using AJAX
2/25/2017 12:27:01 PM.
In this article, you will learn about calling ASP.NET Web API Service cross domain, using AJAX.
Calling ASP.NET Web API Service In Same Domain Using AJAX
2/20/2017 11:05:32 PM.
In this article, you will learn about calling ASP.NET Web API Service in the same domain using AJAX.
Calling ASP.NET WebAPI Service In A Cross Domain Using JQuery AJAX
10/2/2016 1:22:38 PM.
In this article, you will learn how to call ASP.NET WebAPI Service in a cross domain, using jQuery AJAX.
Creating And Calling A Web API From A .NET Client In ASP.NET Web API 2
7/11/2016 5:25:38 PM.
In this article, you will learn how to create WEBAPI, and consume them to perform CRUD opperations in MVC Project.
Calling Custom Actions Using Web API
4/16/2016 11:02:42 AM.
This article is about calling custom action using Web API.
Calling Managed COBOL From Unmanaged COBOL With Micro Focus Visual COBOL
2/13/2016 11:59:54 AM.
In this article you will learn about calling managed COBOL from un-managed COBOL with Micro Focus Visual COBOL.
Calling an ASMX Web Service From Other Server Using jQuery and PHP
8/6/2015 8:42:28 AM.
In this article you will learn how to call an ASMX Web Service from another server using JQuery and PHP.
10 Rules of Successful Conference Calling For Developers
6/4/2015 5:59:32 PM.
I will be explaining 10 rules to become successful in conference calls by participating and communicating well.
How to call base class constructor from derived class in C#
5/11/2015 2:03:50 AM.
This Video provides the details about what will happen when we create an object for derived or sub class, which constructor of base class will be invoked by default, how to invoke a specific base class constructor, how to perform some manipulations for the parameter value when we pass the arg. from derived class to base class etc.
Step by-Step Calling JavaScript Function From Command Button in MS CRM 2015
4/8/2015 12:08:45 AM.
This article is about calling a JavaScript function from a custom command button.
Cross Domain ASP.Net Web API Calling Using JQuery AJAX
1/19/2015 10:05:21 AM.
In this article you will learn how to do a Cross Domain ASP.NET Web API Call using JQuery AJAX.
Calling WCF Without Creating Proxy Using jQuery Ajax
1/1/2015 3:43:39 PM.
In this article you will learn how to call WCF without creating a proxy using jQuery Ajax.
UserControl in ASP.Net
11/9/2014 4:27:23 PM.
In this article you will learn how to create a UserControl in ASP.NET.
How to Implement Exception Handling in jQuery While Calling Web Service
10/23/2014 4:07:25 PM.
In this article you will learn how to implement exception handling in jQuery while calling a Web Service.
Calling WCF Service Using ScriptManager
10/14/2014 8:18:02 PM.
In this article we will learn how to call call a WCF Service using the ScriptManager.
Calling Web Service Using ScriptManager
9/27/2014 3:46:28 AM.
In this article we will learn how to call web service using ScriptManager in an asp.net web application
Implement ASP.Net Web API 2 in ASP.Net MVC 5
7/21/2014 6:41:16 PM.
This article describes how to create a Web API and access that Web API in ASP.NET MVC 5.
Calling WebService Using AJAX jQuery With SOAP Message Created Manually
5/3/2014 12:11:31 PM.
Here we will learn how to call a webservice using jQuery with a SOAP message created manually.
Image Sliding Using JavaScript in Windows Store App
1/7/2013 8:35:55 AM.
To day we will create a Image sliding function using JavaScript in Windows store Application.
Calling WinINet API from VB.NET
12/1/2012 4:23:57 AM.
This is an API which connects with the remote server . Inputs are the user name and password which are needed to connect with the server. For demonstration purpose an API called “FtpGetFile” is illustrated. Other API’s for deleting, putting , renaming and moving can be tried out. Please contact the author for any problems.
Calling WinINet API from VB.NET : Part 2
12/1/2012 4:19:36 AM.
This is an API which connects with the remote server . After connecting it brings the files to your local disk without the “Save to Disk” dialogue box . Please contact the author for any problems.
Migrating COM/DCOM Applications in Microsoft .NET Framework
9/30/2012 5:43:57 AM.
In the current Internet scenario, various classic applications run on multiple networks. These applications could have been written using different languages like Visual Basic, Visual C++. For example, a retail organization would have different systems, such as an inventory management system, a bill of material systems, and a general ledger system, all implemented using various technologies available for application development. These systems need to be integrated to form a higher-level enterprise information system for an organization.
Calling Procedural COBOL from VB.NET
9/30/2012 4:45:23 AM.
Many clients will have existing COBOL source code that they will want to use within the .NET Framework.
Calling Procedural COBOL from C#
9/30/2012 4:26:44 AM.
In a previous article we discussed how to call procedural based COBOL programs from VB.NET.
The .Net Way of Calling APIs
9/29/2012 8:43:58 AM.
This article explains how an API can be called from .Net
Calling Web Service From Windows Mobile Applicaion Using C#
5/20/2012 7:34:56 AM.
In this article I’ll discuss about how to call Web Service Application from windows mobile desktop application using C#.
Raising/Calling a Control Event of Another Web Form Programmatically
5/20/2012 1:01:49 AM.
This article shows how to call a control click event of another web form programmatically.
Difference Between Calling a Web Service using jQuery and AJAX
5/15/2012 5:38:20 PM.
We see here difference between calling a web service using jQuery and ASP .NET AJAX.
Calling C# method using JQuery Client Side
5/15/2012 4:40:49 PM.
This article helps us when we define a method in the code behind and want to call that method from the client side. JQuery has made life simple. There is a very easy way to do that.
Calling External Assemblies From Orchestrations
5/15/2012 2:08:30 PM.
In this article, I will cover how to call business logic contained in external assemblies from orchestration in order to reuse this component's logic. For the solution, I will create a library with a component which implements the string concatenation logic. Then this assembly will be referenced from an orchestration and the underlying method will be invoked.