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 Endpoints
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 (3)
Shanuka Maheshwaran (2)
Prashant Bansal (2)
Manikandan Murugesan (1)
Devesh Omar (1)
Vinodh Kumar (1)
Jithu Thomas (1)
Dharmeshwaran S (1)
Vinodh Narayanan (1)
Nishi Kumari (1)
Jignesh Trivedi (1)
Ashutosh Singh (1)
Abdul Sammad (1)
Aman Panjwani (1)
Miguel Teheran (1)
Abdul Basith (1)
Viknaraj Manogararajah (1)
Ojash Shrestha (1)
Sourav Kayal (1)
Mudita Rathore (1)
Joseph Velliah (1)
Vithal Wadje (1)
Akshay Patel (1)
Imran Ghani (1)
Sakthikumar Thanavel (1)
Santhakumar Munuswamy (1)
Neeraj Kumar (1)
Kailash Chandra Behera (1)
Mahender Pal (1)
Vijay Prativadi (1)
Mahadesh Mahalingappa (1)
Related resources for Endpoints
No resource found
Beginner's Guide to CRUD Operations in .NET Core 8 Web API
11/12/2024 7:30:14 AM.
This guide walks you through creating a .NET Core 8 Web API for managing employee data with full CRUD operations. Using Entity Framework Core, you’ll define models, connect to a SQL database, create e
Endpoint Explorer in Visual Studio 2022
10/28/2024 5:54:45 AM.
Endpoint Explorer in Visual Studio 2022 is a powerful tool for developers to easily test, debug, and manage API endpoints directly within the IDE. It streamlines API development by allowing quick setu
Managed Private Endpoints in Microsoft Fabric
8/13/2024 5:35:53 AM.
Managed private endpoints in Microsoft Fabric enhance data security by enabling secure, private connections to data sources like Azure Storage and SQL databases, bypassing public internet exposure. Th
How to Use JWSHMAC in ASP.NET Web Application
7/29/2024 6:29:47 AM.
Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and va
Service Endpoints Vs Private Endpoints in Azure
6/25/2024 9:55:30 AM.
In Azure, Service Endpoints and Private Endpoints serve distinct roles in networking and security. Service Endpoints extend Azure services like Azure Storage or Azure SQL to your virtual network, enab
Fetch Office 365 Groups Programmatically Using Microsoft Graph API
6/12/2024 10:13:01 AM.
Learn to retrieve Office 365 groups & users programmatically via Microsoft Graph API. Access tokens, endpoints, & jQuery simplify the process for seamless integration.
How to Group API Endpoints in FastAPI: Diverse Approaches
3/12/2024 6:03:34 AM.
This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes
Test Your ASP.NET Core Web API With Swagger
2/12/2024 10:18:37 AM.
Testing of Web APIs is always a challenge because it exposes the end-point rather than the UI. Testing such things may have a dependency on third-party tools, such as fiddler and Post-Man, to Web API
How to Implement Azure Global DNS with Traffic Manager Profile?
2/5/2024 10:04:34 AM.
Implement Azure Traffic Manager for efficient global DNS load balancing across Azure web apps and VMs. Achieve optimal availability and responsiveness, especially for applications spanning multiple re
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
Advanced Sorting and Searching in ASP.NET Core Web API
9/15/2023 6:48:58 AM.
Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core
9/12/2023 7:14:05 AM.
Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use Hot
Securing ASP.NET Core Web API with JWT Authentication and Role-Based Authorization
9/9/2023 12:02:42 PM.
Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this exam
Access .NET Projects via LAN
8/31/2023 4:29:44 AM.
How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any
SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Post Requests)
8/25/2023 8:23:24 AM.
In this article we will see how to use Fiddler as a debugging & testing tool for SharePoint REST API EndPoints.
SharePoint Rest API: A Guide to Various Rest API Endpoints
8/2/2023 6:38:56 AM.
This Article demonstrate the Power of SharePoint Rest API. How it can help us to meet our business requirements by understanding the depth working of SharePoint Rest API and then Exploring some of the
Endpoints Explorer in Visual Studio 2022
6/1/2023 6:42:30 AM.
Let's review the new feature endpoints explorer in Visual Studio 2022
Implement An Azure Files SMB Access On-Premises With Private Endpoints
11/10/2022 4:59:57 AM.
In this article, you will learn how to implement an Azure Files SMB Access On-Premises with Private Endpoints.
Overview Of Azure Traffic Manager And Configuring Priority Based Endpoints
2/10/2022 9:05:38 AM.
In this article, you will learn about Azure Traffic Manager and Configuring Priority Based Endpoints Step By Step.
How To Secure Our Azure Web App Services Using A Private Endpoints
10/21/2021 1:10:15 PM.
In this article, you will learn how to secure our azure web app services using a private endpoints.
How To Secure Azure Web App Using Private Endpoints
8/5/2021 6:16:55 AM.
In this article, we’ll learn the about Private Endpoint, various aspect about it, its pros and the way to configure DNS to reach web app privately. This will make the web app secure with private conne
Expose Odata Endpoints Without Entity Framework and Performing CRUD
4/23/2021 10:37:11 AM.
This article explains odata endpoints without Entity Framework and performing CRUD.
OData Endpoints in Web API
3/26/2021 7:15:43 AM.
This article explains OData Endpoints in the Web API.
Microsoft Graph API - User Presence Endpoints
1/25/2020 2:45:25 AM.
In this article, you will learn about Microsoft Graph API - user presence endpoints.
Introduction To WCF Endpoints
9/9/2019 4:27:10 AM.
In this article we will learn about the endpoints of WCF. WCF provides communication for client applications using Endpoints. Endpoints provide the configuration required for the communication and cre
WCF Service Configuration Using Configuration Editor- Day 12
8/14/2019 5:05:26 AM.
In this article, you will learn about WCF Service Configuration using the Configuration Editor.
WCF FAQs: Part 1
11/29/2018 4:49:50 AM.
This article is a collection of the most frequently asked questions about Windows Communication Foundation at the beginner level. What are the Endpoints in WCF, difference between WCF and ASMX Web ser
SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Get Requests)
2/28/2018 9:24:20 AM.
In this article, we will understand how utilize a famous developer productivity tool called fiddler as a REST API Test Client for SharePoint (though the target system could be anything with a valid RE
Introduction To WCF And Host The Application With Multiple Endpoints In Self Hosting
1/9/2016 12:49:21 PM.
In this article I will explain how to host the WCF application with multiple endpoints through self hosting.
Understanding The Endpoints In WCF
9/8/2015 1:45:05 AM.
This article explains the endpoints with address, binding and contracts features etc.
How to Design, Build and Run a Cloud app
6/9/2015 3:22:53 AM.
This session walks through how we built Walkshare and examines the design decisions that we made and introduces the Cloud technologies - including App Engine, Compute Engine, Cloud Datastore, Redis and Cloud Endpoints - that we chose in order to provide the implementation.
WCF Endpoints
6/1/2015 3:52:13 PM.
This article describes WCF endpoints and endpoint elements.
Creating HTML Web Resource to Show Image Attached in Notes: Part 1
1/14/2015 1:07:06 AM.
This article is about getting images attached in Notes and displaying them in a HTML web resource.
Using Multiple Endpoints in WCF Hosted on Web App
5/15/2012 6:24:33 PM.
Today, in this article let’s see how to create a multiple endpoints using WCF Service and later we will try to host it on to a web application.
WCF Series - Basics of WCF
5/13/2012 6:49:11 AM.
In this article we will learn about the Basics of Windows Communication Foundation.