tag

home / developersection / tag

Types of APIs: A Comprehensive Guide
api(s) 24-Jan-2025
Types of APIs: A Comprehensive Guide

Application Programming Interfaces (APIs) play a crucial role in enabling different software systems to communicate and interact with each other.

Explain the concept of Web APIs in JavaScript
javascript 26-Jun-2024
Explain the concept of Web APIs in JavaScript

JavaScript web APIs are interfaces provided by web browsers that allow developers to interact with various web browser features and functionality.

How to fetch data from API using HTML Fetch API
html 11-Jun-2024
How to fetch data from API using HTML Fetch API

To perform a basic fetch request, you can use the fetch function, which returns a promise that resolves to the response object.

Retrieve Data from RESTFul API and add Paging in knockout.js
knockcout js 31-May-2024
Retrieve Data from RESTFul API and add Paging in knockout.js

Retrieve data from RESTful API in knockout.js and add paging to show data pagewise on the webpage.

Using Swagger and OpenAPI with C# to Document Your APIs
api(s) 16-Oct-2023
Using Swagger and OpenAPI with C# to Document Your APIs

In the world of modern software development, building robust and well-documented APIs is a crucial part of creating successful applications.

Real-Time Data with SignalR: Building C# APIs for WebSocket Communication
api(s) 16-Oct-2023
Real-Time Data with SignalR: Building C# APIs for WebSocket Communication

In today's fast-paced digital world, the demand for real-time data is higher than ever. Whether it's stock market updates, or chat applications.

Implementing CORS Policies in .NET Core Web API to Control API Access
web api 14-Sep-2023
Implementing CORS Policies in .NET Core Web API to Control API Access

It enables web applications running on a single domain to access resources from another domain. However, CORS can be a security risk if not configured properly.

What is API key authentication, and why is it important in securing .NET APIs?
api(s) 11-Sep-2023
What is API key authentication, and why is it important in securing .NET APIs?

Learn What is API key authentication, and why is it important in securing .NET APIs in this article

What is ASP.NET Web API, and how is it used to build RESTful services?
asp.net 11-Sep-2023
What is ASP.NET Web API, and how is it used to build RESTful services?

Learn What is ASP.NET Web API, and how is it used to build RESTful services in this article

Creating a Custom Login and Signup System with Bootstrap in .NET Core.
.net core 08-Sep-2023
Creating a Custom Login and Signup System with Bootstrap in .NET Core.

.NET Core is a great framework for doing just that - it's cross-platform and super fast, so you don't have to worry about it.

How to Implement Security in .NET Core API
.net core 28-Aug-2023
How to Implement Security in .NET Core API

As technology advances, the need for robust security measures becomes more and more important, especially when it comes to web APIs.

Encryption and Decryption in .NET CORE API
security in .net 28-Aug-2023
Encryption and Decryption in .NET CORE API

In today’s digital world, security is paramount. When it comes to transmitting sensitive data over a network or storing it in a database, encryption becomes an