10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About RESTFul
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akhil Mittal (9)
Sourav Kayal (4)
Ahsan Siddique (4)
Vitalii Honcharuk (3)
Surya Prakash (3)
Imran Ghani (3)
Satyaprakash Samantaray (2)
Nimit Joshi (2)
Catcher Wong (2)
Rahul Saxena (2)
Ramakrishna Basagalla (2)
Sachin Kalia (2)
Umair Hassan (2)
Amit Dave (2)
Santosh Karanam (1)
Shenbagapandiyan P (1)
George (1)
Mudita Rathore (1)
Sunny Sharma (1)
Sardar Mudassar Ali Khan (1)
Jay Krishna Reddy (1)
Xiaoping Wu (1)
Zubaria Ashraf (1)
Bilal Shahzad (1)
ashutosh k shukla (1)
Vishal Nayan (1)
Omar Rodriguez (1)
Gowtham K (1)
Thiruppathi R (1)
Jignesh Kumar (1)
Usama Shahid (1)
Kasam Shaikh (1)
Ethan Millar (1)
Bhavik Patel (1)
Nishant Mittal (1)
Atul Rawat (1)
Nitin Pandit (1)
Imtiyaz Ansari (1)
Vikas Sharma (1)
Sanjay Kumar (1)
Shridhar Sharma (1)
Nirmal Hota (1)
Pankaj Bajaj (1)
Jeetendra Gund (1)
Swapnal Chonkar (1)
Related resources for RESTFul
No resource found
RESTFul Minimal Web API With .Net 6
5/25/2022 1:02:48 PM.
In this article, you will learn about RESTFul Minimal Web API with .NET 6.
Customize Swagger UI In ASP.NET Web API Restful Service
3/30/2022 12:50:55 PM.
Swagger UI is very powerful documentation tool for Restful services so lets learn how we can implement and customize in Web API Restful service.
Implement Swagger UI In ASP.NET Web API Restful Service For Documentation Using Swashbuckle
2/28/2022 1:23:02 PM.
Swagger basically is a framework for describing, consuming, and visualizing RESTful APIs. The nice thing about Swagger that it is really keeps the documentation system, the client, and the server code
Graphql Migration Strategy
12/9/2021 7:13:17 AM.
In this article, you will learn about Graphql Migration Strategy.
RESTful API Additional Standards And Protocols
7/9/2021 10:19:38 AM.
In this article, I collected basic info about 4 related to RESTful API standards and protocols that are widely used, such as OData, JSON:API, JSON Schema, OpenAPI.
Data Centric RESTful API Vs Business Domain Centric API
6/9/2021 11:59:24 AM.
Here are described cases where building a simple CRUD API will not work for business systems and requires continuous changes.
RESTful Vs REST API Or Where Did REST Come From?
6/8/2021 11:12:34 AM.
In this article, you will learn about the history of REST architectural pattern transformation.
REST(2), RESTFUL Services/Architecture vs. REST based Services/Architecture
5/24/2021 4:05:28 AM.
This article discuss REST in practice.
Debug RESTful Web API Application on REST Client
4/13/2021 6:39:16 AM.
This article explains the REST Client Debugger. It is used for debugging the RESTful Services of a Web API application.
ASP.Net Web API and RESTful Services
3/12/2021 7:02:07 AM.
This article explains what a RESTful Service actually is and how the ASP.NET Web API helps with the creation of such services.
How To Develop A RESTful Web Service In ASP.NET Core 5 Web API
3/10/2021 5:04:10 PM.
API Web Service API is the application programming interface either for the web servers or web browsers it is the website development concept usually used in API-based website architecture for creatin
Build Restful API's With Node.js - Express - MySQL
2/22/2021 1:50:02 PM.
In this article, we are going to learn about the building of API's with Node.js
RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework: Part 1
1/21/2021 7:24:58 AM.
In this tutorial you will learn about Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework.
RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two
1/19/2021 6:27:04 AM.
In this article you will learn Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework in RESTful Service.
Restful API In ASP.NET: Introduction of REST & Web API
1/8/2021 5:36:05 AM.
In this article we will discuss about the Restful architecture and introduction of ASP.NET Web API.
Use Entity Framework Core 5.0 In .NET Core 3.1 With MySQL Database By Code-First Migration On Visual Studio 2019 For RESTful API Application
12/9/2020 7:54:03 AM.
This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
RESTful Day #5 - Security in Web API - Basic & Token Based Custom Authorization in Web APIs Using Action Filters
12/2/2020 12:49:59 AM.
This article explains security in Web APIs including Basic Authentication and Token Based Custom Authorization in Web APIs using Action Filters.
Adding RESTful API Configuration Provider For Our ASP.NET Core Application
4/20/2020 11:18:14 AM.
This article showed you a simple solution of how to integrate RESTful APIs into the configuration system of ASP.NET Core.
How To Send Data From Android To SQL Server Using RESTful API
3/18/2020 4:22:56 AM.
In this article you will learn how to send data from Android to SQL Server using RESTful API.
ASP.NET Core Web API - Creating And Validating JWT (JSON Web Token)
3/5/2020 8:52:48 AM.
Creating & validating JSON Web Tokens is very straightforward in ASP.NET Core Web API. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
Using gRPC-gateway To Call gRPC Service Via RESTful JSON API
11/18/2019 8:58:31 AM.
In this article, we see to use gRPC Gateway To Call gRPC Service Via RESTful JSON API.
Create Restful WCF Service API
9/25/2019 12:12:39 AM.
In this article, I am going to explain to you how to implement restful service API using WCF 4.0 . The Created API returns XML and JSON data using WCF attribute.
Secure WCF Restful Service Using OAUTH
9/20/2019 1:20:09 AM.
This article shows how to build a WCF Restful service which is a so called service provider & client application (in this case it's a web app) which uses a service so it's called a consume
Understand WCF: Part 2: Understand RESTful Service
9/11/2019 3:19:25 AM.
This article will clarify a few more concepts related to services and protocols.
Create your first RESTful service with WCF 3.5
9/10/2019 4:53:08 AM.
How to Create Your First RESTful Service With WCF 3.5.
Developing WCF Restful Services with GET and POST Methods
9/9/2019 2:22:53 AM.
In this article we will see how to create a WCF REST based service. In this example we will define 2 methods GetSampleMethod (method type is GET) & PostSampleMethod (method type is POST).
Create and Consume WCF Restful Service
9/9/2019 12:50:56 AM.
In this article, you will learn how to create and consume a WCF Restful Service.
WCF RESTful Service
8/28/2019 5:23:44 AM.
In this article you will learn about WCF RESTful Service.
WebAPI: Restful CRUD Operations in WebAPI Using ADO.NET Objects and SQL Server
6/3/2019 3:29:12 AM.
In this article, I will share my thoughts of how to implement Restful operations in the WebAPI using ADO.Net objects and SQL Server.
RESTful WebAPI With Onion Architecture
4/2/2019 9:38:25 AM.
In this article, you will learn about RESTful WebAPI with Onion Architecture.
Create RESTful API Using ASP.NET Core With Entity Framework Core
2/8/2019 12:49:40 AM.
From this article, you will learn how to create a RESTful API using ASP.NET Core with Entity Framework Core.
Learn ASP.NET Core MVC With MSSQL Using Dapper ORM (RESTful) And Swagger UI
1/18/2019 2:45:21 PM.
In this article, we will learn ASP.NET Core MVC with MSSQL using dapper asynchronously in the data access layer and testing API in Swagger UI.
Consuming RESTful APIs In Xamarin Android
11/29/2018 12:55:25 AM.
In this episode, I will teach you how we can consume RESTful API's in Xamarin Android.
Web API With AJAX: Understand DELETE Verb in Restful Web API
8/14/2018 4:06:38 AM.
This article provides an example showing the DELETE HTTP verb and how to generate a delete request using the jQuery ajax() function.
Web API With AJAX: Make PUT Request in RESTful Web API Service
8/14/2018 2:20:08 AM.
This article exlains PUT requests in HTTP verbs and how to make this request to a RESTful Web API using a JQuery Ajax function.
Web API With AJAX: Understanding POST Request in Web API
8/14/2018 1:29:51 AM.
This article provides a basic understanding of the Web API and concepts of AJAX in web applications.
Test RESTful API Using SoapUI
7/31/2018 11:10:49 AM.
This article explains test web api and Soap web services using SoapUI tool.
Building A Restful API In ASP.NET
7/19/2018 9:44:00 AM.
Let’s have a quick review of ASP.NET MVC Architecture. So when the request arrives at our application MVC Framework hands off that request to an action in a controller, this action most of the time re
Developing RESTful API's in ASP.Net With Retrieve, Update And Delete Functions
4/2/2018 1:09:37 AM.
In this episode, i will write three function for Updating, Deleting and Retrieving feedback from Azure database. In the next video i will show you how to consume this RESTful API in Xamarin Android.
Developing RESTful API in ASP.Net With Add Method
3/30/2018 12:27:20 AM.
In this episode, I am gonna teach you how we can develop RESTful API in Asp.Net. In the Next Video i will show you how to consume this RESTful API in Xamarin Android.
Creating SQL Database In Azure Portal
3/28/2018 12:15:44 AM.
In this series, i am gonna teach you how we can develop RESTful API in Asp.Net and how we can consume this RESTful API in Xamarin.Android. In the first episode, i will create SQL database in Azure por
Enabling Swagger in ASP.NET Core 2.0 RESTful Web APIs using Swashbuckle
9/19/2017 1:41:48 AM.
This video shows how to enable Swagger UI in ASP.NET Core 2.0 RESTful Web APIs using Swashbuckle.
Routing In RESTful APIs Using .NET Core
8/28/2017 12:03:38 PM.
When it comes to listing best practices for REST APIs, the mechanism Routing always has its place on top of the stack. Today in this article will dirty our hands on Routing concepts with REST (web) AP
Consuming Restful Services In Xamarin.Forms - Part Two
8/14/2017 4:45:45 PM.
In the first part, we called a fake RESTFul service, got some data from the service, and displayed it in a list view. Now in this article, we will continue where we left and add, delete some data whic
Consuming RESTful Services In Xamarin.Forms - Part One
8/13/2017 4:56:50 PM.
In this article, we are going to learn how to consume a RESTful service in Xamarin.Forms PCL application. Xamarin.Forms are used to build cross-platform mobile applications by using C# and XAML.
RESTful Day #3: Resolve Dependency of Dependencies Using Inversion of Control & Dependency Injection in ASP.Net Web APIs with Unity Container and Managed Extensibility Framework (MEF)
12/12/2016 4:29:51 AM.
In this article we’ll try to resolve the dependency (data model) of a dependency (services) from our existing solution.
RESTful Day 2: Inversion of Control Using Dependency Injection in Web API's Using Unity Container and Bootstrapper
12/12/2016 4:27:21 AM.
This article explains how to resolve a dependency using a Unity Container provided by Microsoft’s Unity Application Block.
Quick Start To Create RESTful Web API In ASP.NET Core
8/17/2016 5:11:57 PM.
In this article, you will learn how to create a RESTful Web API in ASP.NET Core to expose data using clients.
Rest And RESTful WCF Service
7/5/2016 6:38:47 AM.
In this article, you will learn about REST and RESTful WCF Service.
Check performance Testing Of A RESTful API Using JMeter
5/25/2016 12:54:14 PM.
In this article we will learn how we can use JMeter with Web API and check performance testing of a-restful api using JMeter.
Web API Pipeline Revealed: A True Practical Approach
5/16/2016 4:51:35 AM.
In this article you will see a practical approach to Web API Pipeline.
RESTful API With Express-js And Mongodb - Part Two
4/28/2016 12:18:32 PM.
Here is a step by step guide on how to build RESTful APIs in node-js using express-js and mongodb. It covers routing, middleware, app booting and logging.
Restful API With ExpressJS And MongoDB - Part One
4/27/2016 3:27:54 PM.
Step-by -step guide on how to build RESTful APIs in NodeJS using ExpressJS and MongoDB. It covers basics such as folder structure, express generator etc.
SharePoint 2013 RESTful service
4/21/2016 11:30:52 AM.
In this article you will learn about SharePoint 2013 RESTful service.
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
4/13/2016 12:35:12 PM.
This article explains Custom URL Re-Writing/Routing using Attribute Routes in MVC 4 Web APIs.
RESTful Day #9: OData In ASP.NET Web APIs
4/13/2016 12:14:04 PM.
In this article you will learn extending OData Support in ASP.NET Web APIs.
RESTful Day #6: Request Logging And Exception Handing/Logging In Web APIs Using Action Filters, Exception Filters and NLog
4/13/2016 12:05:41 PM.
In this article you will learn Request Logging and Exception Handing/Logging in Web APIs using Action Filters, Exception Filters and NLog.
RESTful Day 1: Enterprise Level Application Architecture With Web APIs Using Entity Framework, Generic Repository Pattern and Unit of Work
4/13/2016 12:04:08 PM.
In this article we will be focusing on how to develop basic enterprise-level application architecture with Web APIs.
How To Use API Apps In Azure
4/12/2016 9:57:58 AM.
In this article you’ll learn how to use API Apps from the Azure portal to host your RESTful APIs and the data live.
Create WCF RESTful Service With IIS Hosting And Consuming
3/11/2016 9:40:52 AM.
In this article you wil learn how to create WCF RESTful Service With IIS hosting and consuming.
Restful API In ASP.NET: Getting Started
1/17/2016 12:23:47 PM.
In this article series we will learn to create Restful API that can be consumed by multiple clients in ASP.NET. In this article we will learn the basic infrastructure of API.
RESTful WEB API For CRUD Operations In MongoDB
1/11/2016 12:13:48 PM.
This article sharing how to create RESTful Web API for CRUD operations in MongoDB using .NET drivers.
Create a WCF RESTful Service
8/6/2015 5:37:29 PM.
This article explains how to create WCF RESTful services with JSON format.
An Introduction to RESTful Web Services
4/12/2015 10:53:52 PM.
In this article we will go through the basic idea of REST based services.
Consuming Restful Web Service in Xamarin.forms Project Using Httpclient
2/16/2015 3:22:42 PM.
In this article you will learn how to consume a Restful Web Service in a Xamarin.forms project using HttpClient.
Overview of RESTful Services in ASP.Net
2/3/2015 7:35:37 PM.
Today I am providing an overview of the Representational State Transfer (REST) services.
Create WCF RESTFul Service
12/24/2014 2:33:24 PM.
In this article you learn the concepts of REST for building the service.
Create and Consume WCF Restful Service Using jQuery
10/26/2014 7:53:30 PM.
This article will show how to create Representational State Transfer (REST) services in WCF and how to consume REST WCF services in ASP.NET and C# applications using jQuery.
Error Handling in WCF RESTful Service
1/21/2014 5:44:56 PM.
In this article, our focus is on error handling mechanisms supported by WCF for HTTP services.
Backbone.JS Model
12/25/2013 7:57:26 PM.
In this article we will discuss the Backbone Model.
Single Page Application Using KNOCKOUT ASP.NET
11/27/2013 11:40:48 PM.
In this article, I will discuss how to create a sample single-page application using KNOCKOUT & ASP.NET.
Consume RESTful Service Using jQuery in Two Simple Steps
10/7/2013 12:39:43 PM.
In this WCF article, we are going to call a simple RESTful service using a GET request and then display the received data.
5 Simple Steps to Create Your First RESTful Service
9/24/2013 2:30:24 AM.
Here you will learn how we can create RESTful services in just 5 simple steps.