TECHNOLOGIES
ANSWERS
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 API
API
stand for (Application Programming Interface) which is collection of prewritten packages, classes, and interfaces with their respective methods, fields and constructors. It is work as an user interface between humans and computers. An
API
working as a software program which is provide interface service interaction. In C# , ASP.Net and Java most basic programming tasks are performed by the
API
’s classes and packages and these are helpful in minimizing the number of lines written within pieces of code. In these
API
s many components are pre created and commonly used. All the programmer use these prewrittin code via
API
s. After referring to the available
API
classes and packages, the programmer easily invokes the necessary code classes and packages for implementation.
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 (33)
Ajay Kumar (8)
Abhishek Yadav (4)
Abhishek Singhal (3)
Gaurav Kumar Arora (2)
Khoday Akilesh (2)
Alkesh Bijarniya (2)
Mohammad Tahir Ansari (2)
Jaydeep Patil (2)
Jobin S (2)
Prashant Bansal (2)
Munib Butt (1)
Sarathlal Saseendran (1)
Muhammad Omer Khan (1)
Nitesh Kejriwal (1)
Shaishav Desai (1)
Shilpa Tanwar (1)
Santosh Karanam (1)
Sravan Kumar Reddy Dudyalu (1)
Rahul Singh (1)
Hm Ahsan Joyia (1)
Keyur (1)
Piyush Kumar (1)
Mayank Rajpura (1)
Sriram Kumar Mannava (1)
Mohan Kumar (1)
Mohammad Hussain (1)
Gourav walia (1)
Vineet Desai (1)
Asma Khalid (1)
Mohammad Elsheimy (1)
Vijay Pratap Singh (1)
Kajul Nisha (1)
Nagaraj M (1)
Satyaprakash Samantaray (1)
Arvinth Ganesan (1)
Viswanatha Swamy (1)
Vijay Kumari (1)
Vijai Anand Ramalingam (1)
Jayakumar Balasubramaniam (1)
Sangeetha Sundaramoorthy (1)
Jochen Bartlau (1)
Ziggy Rafiq (1)
Anupam Maiti (1)
Bhawesh Deepak (1)
Abdul Sammad (1)
Kothai Krishnamoorthy (1)
Esamaldin Mohammed (1)
Madhu Patel (1)
Related resources for API
No resource found
ASP.NET Core Web API For CRUD Operations With Cosmos DB
9/26/2023 11:43:06 AM.
Creating a complete ASP.NET Core Web API for CRUD operations with a Cosmos Database is a multi-step process. In this tutorial, we'll create a sample application called "CSharpCornerArticles&q
Building a Robust ASP.NET Core Web API with PostgreSQL
9/26/2023 11:41:31 AM.
Creating a CRUD (Create, Read, Update, Delete) operation with a PostgreSQL database in an ASP.NET Core Web API is a common task in web development. In this article, we'll walk through the steps to
Creating A Fluent API In C#.NET
9/25/2023 9:17:16 AM.
In this article we will look at creating a Fluent API class in C#.NET. In a Fluent API, we can link together different functionality to get a particular result. We see this used many times in Entity F
ASP.NET Core Web API for CRUD Operations with MySQL
9/25/2023 8:20:01 AM.
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Co
Create ASP.NET Core CRUD API with MongoDB
9/25/2023 8:14:45 AM.
In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRUD o
Exploring Different API Versioning Strategies in .NET 7
9/25/2023 6:40:27 AM.
In this article, we delve into API versioning, a vital component of web API development. It enables you to enhance APIs without disrupting existing client applications, a pivotal aspect of maintaining
Hexagonal Architecture in .NET (C#) API Development
9/25/2023 6:13:49 AM.
In this article, we delve into Hexagonal Architecture, a powerful pattern for creating flexible and maintainable software systems. We'll explore its principles and demonstrate its practical applic
How to Check Whether API Server is up or Down
9/22/2023 10:33:19 AM.
In this article we will create a small utility using C# that tells us whether our API server is up or down.
Lock and Monitor in C#
9/22/2023 8:20:16 AM.
Explore the power of C# multi-threading and learn to manage concurrency with lock and Monitor. Prevent synchronization issues in concurrent code effectively.
Task Management API with GraphQL in ASP.NET Core
9/22/2023 8:16:12 AM.
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Task
Authentication And Authorization In ASP.NET Core Web API With JSON Web Tokens
9/22/2023 7:21:46 AM.
In this post, we will see how to create JWT authentication in ASP.NET Core Web API application. We will store the user credentials in SQL server database. We will use Entity framework code first appro
NoSQL Databases for ASP.NET Core Web APIs
9/22/2023 6:12:13 AM.
Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
Creating CRUD API with Dapper in ASP.NET Core
9/22/2023 5:54:25 AM.
In this example, I'll demonstrate how to perform CRUD (Create, Read, Update, Delete) operations using Dapper in an ASP.NET Core Web API with a real-world use case model named CSharpCornerArticle.
Differences Between CQRS, MediatR, and CRUD
9/21/2023 10:35:46 AM.
Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
How to Use Key Vault in Azure?
9/21/2023 10:21:18 AM.
I've noticed that you've pasted a detailed set of instructions on how to create an Azure Key Vault and manage secrets within it. Is there anything specific you would like to discuss or ask abo
Making API Calls in React
9/21/2023 6:43:43 AM.
In this article, you'll discover how to execute API calls within a React.js application. Before diving into this process, ensure you have a basic understanding of HTML and JavaScript and have Node
List Videos From a Channel Using YouTube API V3 in C#
9/21/2023 6:40:44 AM.
This article shows how to retrieve all videos from a specific YouTube Channel using the latest YouTube API V3.
Simplify API Data Handling with ASP.NET Core Model Binding
9/21/2023 5:50:47 AM.
In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request data
REST APIs vs. Web Services
9/20/2023 10:42:49 AM.
distinguishing between REST APIs and Web Services is crucial. While these terms are often used interchangeably, they represent distinct approaches to facilitating communication between applications. I
Cracking the IoT Testing Puzzle
9/20/2023 9:19:39 AM.
An Article about shedding light on how we make sure interconnected devices play nice together.
Webhooks in .NET
9/20/2023 8:42:14 AM.
Explore webhooks in modern web applications. Learn what webhooks are, their benefits, and how to implement them in .NET with practical examples. Keep your systems in sync effortlessly.
Using Autocomplete in Next.js
9/20/2023 6:57:43 AM.
In this article we learn step by step how to add autocomplete in Next Js application.
Minimal Web API With .Net 7
9/20/2023 6:25:59 AM.
In this article, you will learn about RESTFul Minimal Web API with .Net 7 .Net 6
Solution To Common Errors While Hosting Web API In IIS
9/20/2023 6:23:42 AM.
In this article, you will learn about the solution to common errors while hosting web API in IIS.
Error Handling in .NET Core Web API with Custom Middleware
9/20/2023 4:59:46 AM.
In this article, we explore global exception handling in .NET Core Web APIs using Middleware. Middleware is a critical component in the request-response pipeline, offering flexibility in handling requ
Building Robust ASP.NET Core Web APIs with CQRS and MediatR
9/19/2023 6:59:08 AM.
In this article, we'll delve into ASP.NET Core, a powerful framework for building web applications and APIs. We'll explore how to design APIs that are both scalable and maintainable using the
Swagger API Filtering in ASP.NET Core
9/19/2023 6:43:06 AM.
Discover how to selectively expose APIs in Swagger for ASP.NET Core applications. Learn to control API visibility for improved documentation and security using the [ApiExplorerSettings] attribute.
Result Wrapper Package: Simplifying API Responses
9/17/2023 6:21:16 AM.
ResultWrapper package is to standardize API responses. This standardization allows for seamless integration with other APIs and ensures that the response format remains predictable and manageable acro
Content Negotiation in Web API with .NET 6/7
9/16/2023 11:06:54 AM.
In this article, we will explore how Content Negotiation works, why it is important, and how we can implement it in .NET 6, the latest version of the .NET that offers many improvements and new feature
Containerize the .NET Core 7 Web API with Docker and Kubernetes
9/16/2023 10:58:04 AM.
Containerize the .NET Core 7 Web API with Docker and Kubernetes
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
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:
Achieving Dependency Injection in .NET Core WebAPI
9/15/2023 5:04:06 AM.
This article outlines the process of implementing Dependency Injection (DI) in a .NET Core Web API application. DI is crucial for managing dependencies, enhancing modularity, and enabling testability.
Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core
9/13/2023 10:37:28 AM.
In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa
Azure API Management and Resource Group Setup
9/13/2023 5:17:30 AM.
In this article, we will focus on how to create an API management service and Azure resource group. Since it is a series of articles, our prime focus is to generate the token from the Azure active dir
Containerize ASP.NET Core API with Docker for Azure Kubernetes
9/12/2023 10:24:06 AM.
Containerizing an ASP.NET Core API with Docker and managing containers using Azure Kubernetes Service (AKS) involves several steps. Below, I'll provide a step-by-step guide to help you achieve thi
Azure Functions Proxies: URL Rewriting and API Composition
9/12/2023 10:20:21 AM.
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewri
Creating A Hard Disk Partition Using C#
9/12/2023 9:51:36 AM.
ICreating a hard disk partition using C# involves interacting with the Windows Disk Management API to programmatically manage disk partitions. This process typically requires administrative privileges
Creating a File Zip Functionality in ASP.NET Core Web API
9/12/2023 7:06:29 AM.
Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
Containerization of the .NET Core 7 Web API using Docker: A Comprehens
9/11/2023 8:59:27 AM.
Learn how to containerize a .NET Core 7 Web API using Docker. This step-by-step guide covers prerequisites, creating a Web API, configuring routing, testing locally, and containerization with Docker.
ASP.NET Core API Versioning Strategies
9/11/2023 4:47:49 AM.
In a situation where we need to modify our API’s structure or functionality while ensuring that existing API clients remain unaffected, the solution is versioning.
Find And Close The Window Using WIN API
9/10/2023 10:43:56 PM.
This article explains how to find and close the window using Win API. To find and close a window using the Windows API in a C# application, you can use the FindWindow function to locate the window by
Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdf
9/9/2023 12:14:09 PM.
Generating PDF files in an ASP.NET Core Web API is a common requirement, and there are several libraries available to help with this task. In this example, I'll show you how to generate PDF files
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
Containerization of the .NET Core 7 Web API using Docker
9/9/2023 11:58:14 AM.
Containerization of the .NET Core 7 Web API using Docker
Addressing Common Code Smells in ASP.NET Core
9/9/2023 11:25:15 AM.
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
Power BI Interview Question and Answer
9/8/2023 9:02:52 AM.
Power BI components, differences between Power BI Desktop and Service, query optimization techniques, DAX functions, report creation steps, data model optimization, design best practices, security mea
Real-time Monitoring with Azure Application Insights in ASP.NET Core Web API
9/6/2023 8:40:36 AM.
Azure Application Insights is a powerful tool for monitoring and diagnosing applications, including ASP.NET Core Web APIs. It provides real-time telemetry data, performance metrics, and logging capabi
Kotlin Coroutines Sample Mobile App Code Demonstration
9/6/2023 6:48:27 AM.
Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the d
Implementing CQRS And Mediator Patterns With ASP.NET Core Web API
9/6/2023 6:22:29 AM.
Get started with understanding the basics of CQRS and it's simple implementation using the MediatR Nuget package in ASP.NET Core Web API
Optimizing ASP.NET Core Web API Performance with Azure Cache and CDN
9/5/2023 11:40:30 AM.
Using Azure Cache for Redis or a Content Delivery Network (CDN) can indeed help improve API response times and reduce the load on your server. In this example, I'll provide code snippets and steps
Serverless Computing with Azure Functions with ASP.Net Core Web API
9/5/2023 5:25:01 AM.
ASP.NET Core Web API, along with a real-world use case, can be a powerful way to demonstrate the capabilities of serverless computing in Azure. In this example, we'll create a serverless Azure Fun
C#.NET - Access POST Type REST Web API Method
9/4/2023 9:33:28 AM.
This article is about consumption of POST type REST Web API method without any API authorization using ASP.NET REST Web API platform.
How To Make API calls in Vue.js?
9/4/2023 9:27:12 AM.
Learn how to make API calls in Vue.js with prerequisites including Node.js, basic Vue.js knowledge, and project setup. The guide covers Axios installation and component creation.
Excel Sheet Generation in .NET Core 6 Web API and Angular 15
9/4/2023 8:21:10 AM.
By implementing this approach, you create a hassle-free way for users to generate and download Excel sheets from your web application, improving data reporting and export capabilities. This can be par
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
9/4/2023 5:07:18 AM.
Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide transla
API Documentation in ASP.NET Core Web API using Swagger/OpenAPI
9/2/2023 7:25:39 AM.
Creating comprehensive API documentation for an ASP.NET Core Web API using tools like Swagger/OpenAPI or NSwag is a crucial step in ensuring that your API is well-documented and easy for other develop
Optimizing API Performance in ASP.NET Core Web API with MiniProfiler and Glimpse
9/1/2023 8:25:56 AM.
ASP.NET Core Web API's performance using tools like MiniProfiler and Glimpse. These tools are excellent for profiling and gaining insights into your application's performance, which can help y
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,
File Upload Handling: API Endpoint and multipart/form-data
8/30/2023 9:49:18 AM.
ASP.NET Core Web API with the multipart/form-data content type. By following the steps outlined above, you can create an endpoint that allows users to upload files to your server.
Data Validation with Annotations, Custom Attributes, and Fluent Validation
8/30/2023 9:43:46 AM.
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your mod
Mastering Dependency Injection and Third-Party IoC Integration
8/29/2023 8:59:26 AM.
Dependency Injection (DI) is a design pattern used in software development to achieve loosely coupled components by allowing the injection of dependencies into a class rather than creating them within
Changing Display Settings Programmatically
8/29/2023 7:10:21 AM.
Learn how to change display settings (resolution, bits, rotation, etc.) via C# and Win32 API.
ChatGPT Completions In ASP.NET Core Web API
8/28/2023 10:36:29 AM.
This article will explain how to use ChatGPT text completions in ASP.NET Web API with the OpenAI package. With the help of the OpenAI package, we do not need to define an API endpoint.
Consume ChatGPT Open AI API Inside .Net Core Application Using Razor Pages
8/28/2023 10:33:37 AM.
This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
Create and Run .Net project in Ubuntu
8/27/2023 12:54:41 PM.
In this article we will learn about creating and executing .Net Project in Ubuntu OS
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
Troubleshooting 'Global Service Principal ID' Error in SPFX Deployment
8/25/2023 12:10:36 PM.
Encountered "Could not retrieve Global Service Principal ID" error while deploying SPFX with Graph API. Issue traced to misconfigured Azure AD App Registration under SharePoint. Resolve by m
How to Consume ASP.Net WEB API From ASP.Net MVC4 Using RestSharp
8/25/2023 9:30:35 AM.
This article explains how to call APIs hosted on another server (as REST services only) from ASP.NET MVC4 (as a client) using RESTSHARP.
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.
SQL Server 2017 Docker Container And Web API In .Net Core
8/25/2023 6:59:27 AM.
In this article, we will be looking at how to use SQL Server 2017 Docker image.
Creating Effective Pagination and Filtering Middleware for ASP.NET Core Web API
8/25/2023 5:10:13 AM.
By incorporating pagination and filtering with custom middleware, you've enhanced your ASP.NET Core Web API's performance and user experience. This methodology enables you to respond more effi
NIO Package in Java
8/24/2023 11:43:06 AM.
Java NIO (New IO) is an alternative IO API for Java (from Java 1.4), meaning an alternative to the standard Java IO and Java Networking API. Java NIO offers a different way of working with IO than the
How to Get the File Versions in SharePoint Online Using REST API
8/24/2023 7:13:20 AM.
In this article you will see how to get file versions using the REST API in SharePoint 2013 Online.
How To Read The SharePoint News Using Rest API In SPFx
8/24/2023 6:19:50 AM.
Sharing news between the employees are the big challenge for any organization, there comes Intranet as a solution. Companies develop digital intranet as a communication and collaboration tool with all
ASP.NET MVC 5 API Testing with Postman
8/24/2023 4:17:46 AM.
Postman is a widely used API testing tool that allows developers to send requests to an API and receive responses. It provides a user-friendly interface to build, test, and document RESTful web servic
Creating a WEB API POST Method to Retrieve Data from SQL Database using ASP.NET MVC Application
8/23/2023 11:47:48 AM.
In this article, I have explained how to create a WEB API POST method to retrieve data from SQL database using Asp.net MVC Application.
Using Langchain and OpenAI APIs in Python to Query Your Docs
8/23/2023 11:02:12 AM.
Using the APIs from OpenAI and the langchain project, it is quite easy to implement a bot that is fed with your documentation and other product information. The answers of the bot are then specific fo
Best Practices for Creating ASP.NET Core REST API using OpenAPI
8/22/2023 11:36:57 AM.
It seems like you're looking for a description of something specific, but your request is a bit unclear. Could you please provide more context or clarify what you'd like a description of? Whet
Learn to add API Permissions in Azure App Registration
8/22/2023 10:07:34 AM.
Learn to add API Permissions in Azure App Registration. API permissions to an Azure App Registration is an important step when you want to allow your application to access and use specific APIs or ser
Calculating Driving Distance with Google Maps Distance Matrix API in Android
8/22/2023 9:38:20 AM.
In this article, we will learn how to calculate the driving distance between two places in Android.
How To Generate Image Using OpenAI API In Flutter?
8/22/2023 9:33:20 AM.
In this article, you will learn about how to generate images using OpenAI API in Flutter.
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
How to Convert DataTable to JSON in ASP.NET Web API
8/21/2023 5:01:44 AM.
This article will show you how to convert a DataTable to a JSON string in an ASP.NET Web API. You can use this technique to return data from your Web API in a format that is easy for clients to consum
How To Deploy And Publish a .NET 7 App In IIS?
8/18/2023 10:06:29 AM.
This article presents a concise roadmap to deploy a .NET 7 app onto Internet Information Services (IIS). Steps include IIS setup, .NET Core Hosting Bundle installation, publishing, and IIS configurati
Implementing Rate Limiting in ASP.NET Core WEB API
8/18/2023 9:24:59 AM.
Learn how to effectively implement rate limiting in your ASP.NET Core application with this comprehensive guide. Explore the benefits of rate limiting for security and performance, and follow step-by-
SOAP Web Service in .NET Core
8/18/2023 7:40:09 AM.
Discover JavaScript's Math Functions: From rounding and absolute values to square roots and random numbers, learn about vital math operations with concise examples.
SVN API with C# - Browse Files in SVN
8/18/2023 6:44:58 AM.
This article explains the use of the SVN API with C# to browse files.
Web API File Upload and Download Methods
8/17/2023 11:07:09 AM.
Discover step-by-step instructions and best practices for seamlessly implementing web API file upload and download functionality to optimize data sharing and collaboration, facilitating smooth digital
How to Receive JObject in Post API in C#.NET?
8/17/2023 8:10:23 AM.
Learn to handle JSON objects in POST APIs using C#.NET. Utilize HttpClient to set up the request, cast the response into a JObject, and deserialize it into a custom class. Streamline your data process
ASP.NET Core API Pagination and Filtering
8/17/2023 7:45:54 AM.
Implementing pagination and filtering in an API is a common practice to optimize responses and efficiently handle large datasets. Here's a step-by-step guide on how to achieve this in an ASP.NET C
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
How To Fetch API Data Using FutureBuilder Widget In Flutter
8/16/2023 12:15:52 PM.
In this article, you will learn about how to fetch API data using FutureBuilder widget in Flutter.
Building Simple and Organized APIs with Minimal APIs and MapGroup() in .NET 7
8/15/2023 8:23:26 AM.
The article explores Minimal APIs in .NET 7, a lightweight way to build APIs with little overhead. It demonstrates creating an API that responds "Hello World!" to a GET request at the root U
How to Create Records for Salesforce SObjects using SOAP API?
8/14/2023 10:09:42 AM.
In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
ASP.NET Core Web API for Abusive Comments Detection
8/12/2023 12:54:21 PM.
Implementing abusive comments detection in an ASP.NET Core Web API involves utilizing Natural Language Processing (NLP) techniques and external APIs, such as the Perspective API from Google. This impl
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
How To Enable CORS In FastAPI In Python?
8/9/2023 6:15:45 AM.
This article is all about enabling CORS in FastAPI in Python.
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download