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 Client
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (9)
George (6)
Prashant Bansal (6)
Vinay Ayinapurapu (3)
Venkata Subbarao Polisetty (3)
Vithal Wadje (2)
Ajay Kumar (2)
Sourav Kayal (2)
Abhishek Saini (2)
Harpreet Singh (2)
Munib Butt (2)
Debasis Saha (2)
Satya Karki (2)
Mark Pelf (2)
Najath Risni (1)
Nagaraj M (1)
Arvind Yadav (1)
David Talbot (1)
Keyur (1)
C# Curator (1)
Caonabo Ruiz (1)
Harmesh Kaushik (1)
Saurabh Nandu (1)
Khoday Akilesh (1)
Satyaprakash Samantaray (1)
Dipen Lama (1)
Rehman Shahid (1)
Madhan Thurai (1)
John Charles Olamendy (1)
Vikas Hooda (1)
Ziggy Rafiq (1)
Waqas Ahmed (1)
Amit Kumar Singh (1)
Ankur Mishra (1)
Debendra Dash (1)
Amit Mohanty (1)
Ali Benchaaban (1)
Dhanapal Chandran (1)
Krishna Garad (1)
Esamaldin Mohammed (1)
Shivam Payasi (1)
Abhishek Goswami (1)
Naimish Makwana (1)
Kishan Zalariya (1)
Roger Smith (1)
Anup Hosur (1)
Ashish Yadav (1)
Ijas Ahamed (1)
Apoorv Srivastava (1)
Chandra Hundigam (1)
Khaja Moizuddin (1)
Arun Potti (1)
Satish Bhuktar (1)
Virendra Gour (1)
Ganesan C (1)
Santosh Karanam (1)
Kailash Chandra Behera (1)
Mahesh Chand (1)
Sarathlal Saseendran (1)
Shirsendu Nandi (1)
Ramasagar Pulidindi (1)
Yousef Shawareb (1)
Jignesh Trivedi (1)
Tao Chen (1)
Anupam Maiti (1)
Rijwan Ansari (1)
Anant Vernekar (1)
Mudita Rathore (1)
Sanjay Kumar (1)
Related resources for Client
No resource found
How to Share a Drive and Mapping for Client User?
12/1/2023 9:52:24 AM.
Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
ASP.Net Form Validation Using JavaScript
11/17/2023 7:16:36 AM.
In this article we will learn how to validate ASP.Net form controls using JavaScript.
Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs
11/17/2023 5:40:18 AM.
Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
Microsoft Kiota Command Line Tool
10/16/2023 11:59:25 AM.
The Microsoft Kiota Command Line Tool is a software utility designed by Microsoft that aids developers in generating code for Microsoft's Kiota API client libraries. It offers a command line inter
How To Make API Calls In Angular Applications
10/13/2023 10:59:47 AM.
Making API calls is a common task in Angular applications, and it can be achieved using Angular's built-in HttpClient service. Here are the steps on how to make API calls in Angular Applications.
Consuming ASP.NET Web API REST Service In ASP.NET MVC Using HttpClient
10/10/2023 11:16:34 AM.
In this article, we will learn how to consume Web API REST Service in ASP.NET MVC using HttpClient.
Upload Files to SharePoint Online Library using POSTMAN
10/9/2023 7:08:34 AM.
In this article we will go thorugh the steps needed to test the Graph API endpoints against the client application.
Using Interfaces In .NET Remoting
10/5/2023 10:26:06 AM.
In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity I have used the NorthWind database that is packed with the installation of the M
Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes
9/27/2023 11:32:34 AM.
In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This hel
Software Architecture Types
9/26/2023 4:42:06 AM.
Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
Validation Controls In ASP.NET
9/22/2023 6:55:55 AM.
Validation is an important part of the user interface of a Web application. ASP.NET provides a list of validator controls to validate user input. In this article, I will explain the Validation Control
Understand Dependency Injection: Property Injection
9/19/2023 7:06:19 AM.
In this article we will learn how to implement Dependency Injection using Property Injection.
Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React.js
9/18/2023 5:15:43 AM.
In this article we will learn what is the Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React Js
RabbitMQ Implementation for ASP.NET Core
9/15/2023 9:30:07 AM.
Learn how to implement RabbitMQ in an ASP.NET Core application, covering prerequisites, establishing connections, sending and receiving messages, and building reliable, scalable message-driven applica
Using Microsoft Message Queues To Build Scalable Solutions
9/15/2023 6:11:32 AM.
This tutorial shows you how to create, send, and received messages using MSMQ from the .NET base class library (System.Messaging) and C#.
How to Send Email Using ASP.Net With C#?
9/13/2023 10:55:47 AM.
In this article we will see the way to send email in ASP.Net C# There are several articles on web for sending an email using ASP.NET and C#. This article explains some important functions and common
FileSharing Server in C# and .NET
9/12/2023 9:20:52 AM.
The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.
Sending Messages with RabbitMQ in .NET Core
9/11/2023 6:46:11 AM.
Here we will learn how to use RabbitMQ for sending message in dotnet core
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
9/7/2023 11:06:27 AM.
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
SignalR to enable real-time communication between clients and the server
9/5/2023 2:37:57 AM.
SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll cr
Registering Applications with Certificates, Secrets, and Federated Credentials
9/2/2023 7:16:16 AM.
Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core
9/1/2023 8:20:13 AM.
writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code,
Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code
8/27/2023 12:14:42 PM.
We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling
8/27/2023 2:17:28 AM.
Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's a
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
Effective API Versioning with Custom Middleware
8/22/2023 5:24:18 AM.
API versioning with custom middleware, enables clients to access different versions of your API based on the version specified in the request header. This allows you to manage backward compatibility w
Implementing Content Negotiation for Flexible Data Formats
8/16/2023 1:10:51 PM.
Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content
Source Control (4-9-2), Git - Merge in Client Side
8/14/2023 5:05:36 AM.
Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integratio
API Integration In Angular with Complete Example
8/11/2023 5:12:11 AM.
Angular is a popular open-source JavaScript framework for building dynamic and sophisticated web applications. It is developed and maintained by Google and is designed to simplify the development proc
Salesforce REST API: The Login Request (Authentication Step)
8/2/2023 8:59:37 AM.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]
7/30/2023 5:23:49 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Custom Salesforce SObjects using SOAP API. In this demo, we will look into how to query fields with lookup relationshi
Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]
7/27/2023 11:11:56 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.
Create A WCF Service Client In Visual Studio
7/27/2023 8:30:19 AM.
This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
Show Outlook Messages From Microsoft Graph In SPFx Client-Side Web Part
7/27/2023 8:15:06 AM.
In this article, we will learn about some basics of MSGraph , and example for fetching Outlook Messages using MsGraph.
Increasing your application performance with the client result_cache feature and ODP.NET
7/25/2023 10:07:43 AM.
In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
Salesforce SOAP API Authentication - Login Request
7/21/2023 8:57:30 AM.
This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
How To Prepare Environment For Salesforce API Based Development
7/21/2023 8:41:16 AM.
In this article, we will discuss the detailed steps on how to set up the environment for API Development in Salesforce with all prerequisites tools & permissions.
How To Develop Custom Salesforce SOAP API Endpoint
7/21/2023 8:14:18 AM.
In this article, we will discuss detailed steps on how to develop Custom SOAP APIs for Salesforce and how can we consume the SOAP API Endpoint using Postman API Client. We will also look for Service O
Client Credentials Flow - Call Web API to API without user interaction
7/18/2023 6:21:20 AM.
This article shows the way to call API to API with user interaction by using Client Credentials Flow.
Secure User Authentication in Azure Using Microsoft.Identity.Client
7/14/2023 7:21:24 AM.
The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Az
Efficient CRUD Operations with ElasticSearch and .NET Core API
5/29/2023 1:50:40 PM.
ElasticSearch is a powerful and highly scalable open-source search and analytics engine built on top of Apache Lucene.
Learn How Event Loop Works in Client / Server Side in JavaScript
5/26/2023 8:52:18 AM.
Form Validation in JavaScript
5/18/2023 1:46:00 PM.
Here you learn how to validate form data using JavaScript.
Understanding SignalR From Scratch
5/15/2023 4:55:39 PM.
In this article, we are going to learn the fundamentals of SignalR and its client.
Dependency Injection In .NET Core - Understanding The Fundamentals And Best Practices
4/12/2023 11:24:56 AM.
In this article, you will learn about dependency Injection in .NET Core: Understanding the Fundamentals and Best Practices.
Build A ChatGPT Client And An Image Generator In Blazor Using OpenAI API
4/6/2023 4:18:43 AM.
In this article, you will learn how to build a chatgpt client and an image generator in blazor using openai api.
How To Use MQTT Client In .Net 7
3/31/2023 10:02:49 AM.
In this article, you will learn how to use MQTT Client in .Net 7.
Find Client IP Address And Location in ASP.NET
3/21/2023 9:16:42 AM.
In this article we will see how to find the IP address of the client and the location of the specified IP address.
Basics of JavaScript: Part 2
3/20/2023 6:00:05 AM.
This is Part 2 of th Basics of JavaScript tutorial.
Basics of JavaScript: Part 1
3/20/2023 5:47:01 AM.
In this article we will learn the basics of JavaScript.
Create Generic HttpClient Call Function With Error Handling In C#
3/9/2023 11:01:52 AM.
This article presents a step-by-step guide on how to create a generic HttpClient call function in C# that can handle different request methods, request body types, response types, and error handling u
ChatGPT In .NET 7 API And Testing With Postman
2/24/2023 10:19:06 AM.
In this article, I'm going to explain how we can configure chatGPT in .NET7 API and we'll also check the response in postman
SQL Server Analysis Services (SSAS) : Part 1
2/20/2023 7:29:56 AM.
This article describes the Microsoft Business Intelligence (BI) suite that provides a very powerful technology called SQL Server Analysis Services (SSAS) to deliver OnLine Analytical Processing (OLAP)
Getting Specific YouTube Video using C# .NET and YouTube API
2/9/2023 10:55:10 AM.
In this article we will learn how to get Videos details of specific video by video id.
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.
Web Scraping In C# Using ScraperAPI
11/30/2022 3:37:46 AM.
In this article, we will explore how to create real life web scraper using ScraperAPI and HtmlAgilityPack.
Learn Angular 8 Step By Step In 10 Days - HttpClient Or Ajax Call (Day 9)
11/30/2022 3:26:30 AM.
In this article series, we will discuss a different aspect of Angular 8 for all types of users. We will discuss how to handle HttpClient modules in this article.
Using SOAP Headers to Validate Clients
11/17/2022 9:10:37 AM.
In this brief article I will attempt to show you how you can use SOAP headers within your web service to validate clients and thereby secure your service from unauthorized usage.
HTTP Best Practices Using ASP.NET Core And Polly
11/7/2022 4:28:41 AM.
HTTP best practices using ASP.NET Core and Polly.
SharePoint List Operation With Time Trigger Azure Function
10/20/2022 8:11:10 AM.
In this article, you will learn about SharePoint List Operation with Time Trigger Azure Function.
Solution For New-AzResourceGroup : ‘this.Client.SubscriptionId’ Cannot Be Null
10/20/2022 7:53:09 AM.
In this article, you will learn about Solution For New-AzResourceGroup : ‘this.Client.SubscriptionId’ Cannot Be Null.
How To Receive Real-Time Data In An ASP.NET Core Client Application Using SignalR JavaScript Client
10/10/2022 1:28:53 PM.
This article explains how to connect with SignalR Server hub and receive the message data from the server to the client application using the SignalR JavaScript client in ASP.NET Core 6 application
Monitor The Azure Active Directory Client Secret Expiration
10/6/2022 6:23:03 AM.
In this article, we will learn how to use Azure Functions and PowerShell to monitor the Client Secret Expiration of Azure AD apps and sent reminder emails
Validating Client ID And Client Secret Using POSTMAN
9/6/2022 1:32:16 AM.
This article explains how to check the validation of client credentials (client id and secret) using POSTMAN and by interacting with Graph API. This also has steps for POST request which is a rare fin
Components in C#
8/29/2022 6:10:16 AM.
The components creation and usage in C# is much more simple than earlier technologies like C++, ATL, COM.
How To Consume RestAPI Using HttpClient In C#
8/22/2022 7:28:19 AM.
In this article, you will learn how to consume RestAPI using HttpClient in c#.
Git - 6 Free GUI Clients
8/15/2022 12:33:28 AM.
We give an overview of six free Git Gui clients.
Git - Push From GUI Client Returns "Authentication Failed"
8/15/2022 12:31:25 AM.
Git push to GitHub or Bitbucket from third party Gui client results in "Authentication Failed."
How To Receive Real-Time Data In .NET 6 Client Application Using SignalR
7/31/2022 8:23:36 PM.
This article explains how to receive real-time data in ASP.NET Core Client application from Server using SignalR with a code example.
How To Connect To Dynamics 365 CE Environment Using Client ID And Secret In XrmToolBox
7/25/2022 6:25:12 PM.
A step-by-step process to connect to Dynamics 365 CE environment using Client Id and Secret in XrmToolBox.
Extending The Validity Of Existing Client Secret In SharePoint
7/22/2022 8:36:40 PM.
In this article, you will learn how to extend the validity of existing Client secrets in SharePoint.
Consume Web API By MVC In .NET Core (4), .NET Clients
7/4/2022 5:01:10 AM.
In this article, you will learn how to consume Web API By MVC In .NET Core (4), .NET Clients.
Consume Web API By MVC In .NET Core (2), HttpClient
6/28/2022 12:41:20 AM.
In this article, we create a ASP.NET Core 5.0 MVC app and associated with a Web API service in it by regular way. Then we write one line code for MVC client to consume Web API.
Consume Web API By MVC In .NET Core (3), HttpWebRequest
6/27/2022 11:56:41 PM.
Discuss Consume Web API By MVC In .NET, Client
VS Code as a Testing Client For Web API
6/27/2022 2:34:32 AM.
This article discusses the Testing Clients for Web API.
OAuth2.0 Authorization With The Azure AD Client Credentials FLow To Secure APIs Of Azure API Management
5/25/2022 1:00:31 PM.
In this article, we learn how you can protect your APIs using OAuth2.0 Authorization with the Azure AD Client Credentials flow. When APIs on API Management consumed by other application(End User), we
Azure Duration Functions - How To Use And Implement It
5/24/2022 12:54:38 PM.
In this article, we will discuss related to the implementation process of Azure Durable Function. We also discuss how to implement timer intervals while running any long-running Durable Function Workf
Fetch Client - Test REST API Using VSCode Extension
5/16/2022 4:39:23 PM.
In this article, you are going to learn about how to using Rest API using "Fetch Client" VSCode extension.
Easily Use Flurl Testable HttpClient
4/27/2022 2:10:19 PM.
Flurl is fluent testable portable opensource for commercial usage httpclient library for modern .net
Show And Hide Form Header With Webresource In Dynamics CRM
3/30/2022 12:51:50 PM.
In Dynamics 365 CRM, at times we must show or hide form header,header command bar,header body,Header tab navigator for a selected entity. This can be achieved by using client API Reference. As an exam
Understand setShowTime With Webresource In Dynamics CRM
3/23/2022 3:00:17 PM.
In Dynamics 365 CRM, at times we must show only date part for a field of date time type if at all customers were not in favour of creating same field with date Only format. Then this can be achieved b
Sending a Simple Email Using SmtpClient in C#
3/2/2022 10:20:18 AM.
This article introduces how to send a sample email using SmtpClient in C#.
Tutorial: Creating C# Class Library (DLL) Using Visual Studio .NET
2/24/2022 10:09:25 AM.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Client-side Application For JWT Refresh Token In Angular 13
2/14/2022 4:14:33 AM.
In this post, we will create a client-side application for JWT refresh token in Angular 13.
Consuming GRPC Service At Client Based .NET Core 6.0 Entity Framework For CRUD Operation
2/9/2022 1:46:08 PM.
In our previous article (GRPC Service Create Using .NET Core 6.0 Entity Framework For CRUD Operation (c-sharpcorner.com)we have seen how to create the GRPC service. In this article we are going to see
Validate If Client ID And Client Secret Are Valid
2/1/2022 4:23:26 AM.
This article describes about validating the app principals by checking the validation of client ID and Client Secret details.
How to Call the Web API From a Client Application (C#): Part 2
1/12/2022 11:45:25 AM.
This article provides a walkthrough of how to call a Web API from a client application.
Understanding Move Next and Move Previous in BPF
12/1/2021 4:25:55 AM.
At times we must work on BPF Stages and navigate Stages automatically based on the business requirement, for quick test D365 Client API’s can be used for navigation with predefined methods moveNext an
How To Consume Web API In An ASP.NET Gridview Using HttpClient
11/24/2021 4:27:57 AM.
In this article, you will learn how to consume Web API in an ASP.NET GridView using HttpClient.
HTTP Operations GET, POST, PUT and DELETE From .NET Client
8/17/2021 7:33:35 AM.
The purpose of this article is to understand and configure a HttpClient of our own. Configure our own HTTP client application that will consume services from the Web API. For that we need to create tw
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
New GraphQL Client For TypeScript
8/12/2021 12:46:59 PM.
In this article, you will learn about the new GraphQL client for TypeScript.
Creating A .NET 5 Client To Call An API Protected By Certificates
7/15/2021 1:00:13 PM.
In this article, you will learn how to create a .NET 5 client to call an API protected by certificates.
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
7/12/2021 9:27:25 AM.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
CORS (2), Consume .NET Core Web API By Angular Client in Same Origin
7/8/2021 10:58:56 AM.
This article gives a sample of Web API consumer, Angular client.
Check And Update Expiration Date Of Client ID In SharePoint Online
7/5/2021 9:45:27 AM.
This client Id and secret key is generation from SharePoint Online and gets expired after one year. After one year, your application will be unauthorized to SharePoint.
Generate The Client Code Of Web API Using Swagger API Specification
6/11/2021 8:39:20 AM.
In this article, you will learn how to generate the client code of Web API using Swagger API specification.
Create Read/Write Web API and Cunsume It By HTML Client
5/27/2021 9:35:26 AM.
In this article, I will create a Read/Write API and consume it by a HTML client.
Send Asynchronous Mail With Attachment Using ASP.Net 4.5
5/27/2021 5:55:51 AM.
This article explains how to send an email with attachments using SmtpClient.SendAsync.