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 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)
Sardar Mudassar Ali Khan (6)
Sourav Kayal (4)
Ahsan Siddique (4)
Surya Prakash (3)
Vitalii Honcharuk (3)
Atul Rawat (2)
Sachin Kalia (2)
Mudita Rathore (2)
Catcher Wong (2)
Kuppu Swami (2)
Vipul Malhotra (2)
Satyaprakash Samantaray (2)
Ramakrishna Basagalla (2)
Umair Hassan (2)
Amit Dave (2)
Jalpa Dhola (1)
Safyan Yaqoob (1)
Habibur Rony (1)
Ayush Gupta (1)
Hemant Panchal (1)
Ajay Kumar (1)
George (1)
Vijay Yadav (1)
Chetan Sanghani (1)
Velladurai (1)
Aman Gupta (1)
Parth Dave (1)
Rinki (1)
Rupesh Kahane (1)
Lokendra Singh (1)
Dhanush K (1)
Pradeep S (1)
Pooja Lalit (1)
Jobin S (1)
Pankaj Kumar Choudhary (1)
Xiaoping Wu (1)
Vithal Wadje (1)
Akshay Phadke (1)
Debasis Saha (1)
Sanwar Ranwa (1)
Satheesh Palani (1)
Jaimin Shethiya (1)
Harunraseed Basheer (1)
Mayooran Navamany (1)
Avirup Basu (1)
Ankush Agnihotri (1)
Deepraj Bhatta (1)
Shenbagapandiyan P (1)
Sunny Sharma (1)
Jay Krishnareddy (1)
Nimit Joshi (1)
Zubaria Ashraf (1)
Bilal Shahzad (1)
ashutosh k shukla (1)
Vishal Nayan (1)
Rahul Kumar Saxena (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)
Nitin Pandit (1)
Related resources for RESTFul
No resource found
Managing User Data in Azure AD with Microsoft Graph API
11/5/2024 5:47:57 AM.
Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, cre
Minimal APIs or Controllers in ASP.NET Core
10/14/2024 5:56:00 AM.
In ASP.NET Core, developers can choose between Minimal APIs and Controllers for building web APIs. Minimal APIs offer a lightweight, streamlined approach with simpler routing, while Controllers follow
Integration of Angular with Microservices
10/9/2024 7:27:58 AM.
This content explores the integration of Angular with microservices, highlighting the advantages of building scalable and efficient web applications. It covers key concepts such as RESTful APIs, async
Create Web API in MVC 6
10/8/2024 8:48:58 AM.
Learn how to create a Web API using ASP.NET MVC 6 in this comprehensive guide. We’ll cover essential topics like setting up the MVC framework, building API controllers, implementing RESTful services,
RESTful API Design with .NET
8/29/2024 5:49:32 AM.
Explore the principles of RESTful design and learn how to implement robust, scalable, and maintainable web APIs in a .NET environment. This guide covers key REST concepts like statelessness, client-se
ASP.NET Web API With Swagger
8/22/2024 5:02:23 AM.
ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile etc. It is like a web ser
PUT vs PATCH: Understanding the Differences with Examples
8/14/2024 4:04:51 AM.
Learn when to use PUT for full resource updates and PATCH for partial modifications. With practical examples, you'll understand their roles in RESTful APIs and best practices.
REST(2), RESTFUL Services/Architecture vs. REST based Services/Architecture
7/25/2024 1:53:42 AM.
This article discuss REST in practice.
Making API Calls in Angular Using Services
7/24/2024 9:26:51 AM.
Learn to leverage Angular's HttpClient to communicate with RESTful APIs, handle HTTP requests and responses, and implement best practices for efficient and maintainable code.
Building RESTful APIs with ASP.NET Core
7/16/2024 7:14:32 PM.
In today's interconnected digital landscape, creating robust and efficient APIs is crucial for enabling seamless communication between applications. ASP.NET Core, the open-source framework from Mi
Consume API in Repository Design Pattern
7/2/2024 8:57:02 AM.
Learn how to effectively consume APIs using the Repository Design Pattern. This approach enhances code organization by separating data access logic into reusable repositories, promoting maintainabilit
Annotations used with Spring Boot Applications
7/1/2024 5:26:46 AM.
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful servi
CRUD Operation In Angular 6
6/18/2024 10:47:23 AM.
Learn how to implement CRUD operations in Angular 6 effectively with this comprehensive guide. Discover how to create, read, update, and delete data using Angular's HTTP client to communicate with
WebAPI: Restful CRUD Operations in WebAPI Using ADO.NET Objects and SQL Server
6/14/2024 10:39:08 AM.
Discover how to implement RESTful CRUD operations in WebAPI using ADO.NET and SQL Server. This guide covers setting up a WebAPI project, integrating ADO.NET for database connectivity, and performing C
ASP.NET Core : Basics And Its Features
6/7/2024 7:14:36 AM.
ASP.NET Core is a cross-platform, high-performance framework for building modern web applications. It offers robust features such as MVC architecture, dependency injection, and built-in security.
Getting Started With HTTP Client Get Request In Angular 8 Using Entity Framework
6/1/2024 8:29:06 AM.
Learn Angular 8's HTTP client for GET requests, integrating with Entity Framework for seamless data retrieval. Explore front-end development with RESTful services, asynchronous programming, and An
Building a RESTful API with Flask and Python
5/28/2024 8:37:00 AM.
Learn to build a RESTful API with Flask and Python, leveraging HTTP methods for CRUD operations. Flask's simplicity aids rapid API development. Set up the environment, define endpoints for employe
CRUD RESTful API using Java, Springboot, MySQL, Maven & JPA
5/25/2024 7:28:01 AM.
Master the creation of a powerful CRUD RESTful API using Java, MySQL, Spring Boot, JPA, and Maven. Learn how to efficiently handle data operations with clear, concise endpoints. Elevate your backend d
RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two
5/24/2024 10:24:35 AM.
In "RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two," learn to rigorously test WebAPI endpoints, employing NUnit and Moq for compreh
RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework: Part 1
5/24/2024 9:15:34 AM.
Explore essential aspects of RESTful API development with a focus on Unit Testing and Integration Testing using NUnit and Moq framework in WebAPI. Delve into testing strategies and automation for robu
RESTful Day #6: Request Logging And Exception Handing/Logging In Web APIs Using Action Filters, Exception Filters and NLog
5/24/2024 9:14:17 AM.
Day 6 of the RESTful journey focuses on robust request logging and exception handling in Web APIs. Employ Action Filters, Exception Filters, and NLog for comprehensive logging and error management, en
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)
5/24/2024 8:58:56 AM.
Day 3 of RESTful learning dives into resolving dependencies of dependencies using IoC & DI in ASP.NET Web APIs. Employ Unity Container & MEF for seamless extension and management of components
RESTful Day 2: Inversion of Control Using Dependency Injection in Web API's Using Unity Container and Bootstrapper
5/24/2024 8:58:21 AM.
Day 2 of RESTful Learning explores the Inversion of Control through Dependency Injection in Web APIs. Utilize Unity Container and Bootstrapper for seamless management, enabling flexible and scalable d
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
5/24/2024 4:58:26 AM.
In Day #4 of your RESTful journey, delve into the power of custom URL re-writing and routing using attribute routes in MVC 4 Web APIs. Unleash the flexibility of tailored endpoints, optimizing your AP
RESTful Day 1: Enterprise Level Application Architecture With Web APIs Using Entity Framework, Generic Repository Pattern and Unit of Work
5/24/2024 4:57:55 AM.
Explore the intricacies of Web APIs, leverage Entity Framework for seamless data access, implement the efficient Generic Repository Pattern, and ensure transactional integrity with the Unit of Work pa
Web API CRUD Operations And Consume Service In ASP.NET MVC Application
5/17/2024 11:05:56 AM.
This article will have understanding of what and why of Web API and demonstrate CRUD operation with simple example using entity framework and consuming the created service into Asp.net MVC application
Alfresco Integration With .NET Using CMIS
5/16/2024 5:55:34 AM.
Learn how to integrate Alfresco, a powerful ECM platform, with .NET using CMIS (Content Management Interoperability Services). Discover the capabilities of CMIS to enable seamless connectivity between
RESTful Day #5 - Security in Web API - Basic & Token Based Custom Authorization in Web APIs Using Action Filters
5/16/2024 5:48:56 AM.
Explore robust security measures for Web APIs in RESTful Day #5. Implement Basic and Token-based custom authorization seamlessly with Action Filters, fortifying your API against unauthorized access an
Mastering Microservices Architecture with C# and .NET
5/13/2024 8:35:13 AM.
In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, and
Building CRUD Operations in .NET Core 8 with MongoDB
5/9/2024 4:48:33 AM.
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for
REST Service in ASP.NET Web API
5/8/2024 9:50:41 AM.
Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into pra
What Is $HTTP Service In AngularJS
5/3/2024 8:59:52 AM.
Learn about the $HTTP service in AngularJS, which facilitates making HTTP requests from the client side. Explore how to use $http for fetching data, sending data to servers, and handling responses asy
Entity Framework Core in .NET Core: MySQL Code-First Migration
4/30/2024 9:15:07 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.
Method Overloading In Web Services
4/30/2024 7:24:19 AM.
Method overloading in web services involves defining multiple methods with the same name but different parameters. This enables versatility and cleaner API design, allowing services to handle diverse
Consuming ASP.NET WebService In AngularJS
4/22/2024 7:41:48 AM.
Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
Implement Azure Queue Using ASP.NET Core Console Application
4/16/2024 8:39:11 AM.
Learn to utilize Azure Queue Storage for efficient message queuing in cloud applications. Explore Azure Queue's RESTful interface, its advantages like cost-effectiveness and security, along with d
CRUD Operations Using Web API And ReactJS
4/15/2024 11:49:52 AM.
Learn how to perform CRUD operations using a Web API with ReactJS. Explore creating, reading, updating, and deleting data through RESTful endpoints, integrating frontend React components with backend
Using gRPC-gateway To Call gRPC Service Via RESTful JSON API
4/15/2024 11:40:07 AM.
Discover how to seamlessly integrate gRPC services with RESTful JSON APIs using the powerful gRPC-gateway. Learn to leverage HTTP to communicate with gRPC services, enabling efficient and flexible int
Getting Started With MicroServices
4/11/2024 6:17:13 AM.
In this article, you will Embark on your journey into Microservices, the architecture revolutionizing modern software development. Explore scalability, distributed systems, RESTful APIs, and container
Explanation of HttpClient in .NET Core
4/3/2024 10:41:08 AM.
The HttpClient class simplifies making HTTP requests (like GET or POST) in your .NET Core applications. It handles connections, timeouts, and responses, letting you focus on the data you need.
DRY, YAGNI, KISS Engineering Principles
2/19/2024 10:51:37 AM.
In software development and engineering, certain guiding principles serve as beacons of efficiency and effectiveness. Among these principles, DRY, YAGNI, and KISS stand out as fundamental pillars that
Handling HTTP Patch Method in AngularJS Frontend and C# Backend
1/12/2024 7:14:11 AM.
Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A
Create a Powerful RESTful API for SQL Server CRUD Operations
1/4/2024 7:57:08 AM.
Discover the world of building simple and effective APIs that talk to SQL Server databases. Learn how to safely handle data, improve performance, and get hands-on with coding examples for each CRUD op
Handling HTTP Get Request Method in AngularJS Frontend and C# Backend
12/26/2023 8:04:48 AM.
This guide explores the utilization of HTTP GET request method within an AngularJS frontend and their corresponding processing and handling in a C# backend. It details how Get types of requests initia
Using RESTSharp for CRUD Operations in ASP.NET Core Web API
12/19/2023 7:24:01 AM.
Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
Building a Robust API with Flask, flask_restful, and flask_sqlalchemy in Python
11/20/2023 5:06:42 AM.
Developing robust APIs is fundamental for modern web applications, enabling seamless communication between different systems. Python, known for its simplicity and versatility, offers powerful tools li
Building APIs with Flask and flask_restful in Python
11/18/2023 7:26:35 AM.
This article explores the process of building robust APIs with Flask and its extension, flask_restful, in Python. It covers setting up flask_restful, creating a basic API, resource management, request
ASP.NET Core Web API Development with Memento Pattern
10/20/2023 6:25:36 AM.
The Mediator Pattern is a behavioral design pattern that promotes loose coupling among objects by centralizing their communication through a mediator object. In this pattern, multiple objects interact
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
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
Node.js RESTful API Project with Express, MongoDB, and Postman
7/21/2023 6:31:01 AM.
How to perform CRUD operations using Node-js, Express, Postman, and MongoDB
Web API With AJAX: Understanding POST Request in Web API
3/21/2023 8:38:09 AM.
This article provides a basic understanding of the Web API and concepts of AJAX in web applications.
Develop RESTful APIs With Python And Flask Framework
12/29/2022 11:18:05 AM.
This article will guide you through the development of simple APIs in Python using the flask framework.
Restful API In .NET Core Using EF Core And Postgres
7/5/2022 4:37:34 AM.
In this article, you will learn about Restful API in .NET Core using EF Core and Postgres.
A Structural Overview Of An API
7/2/2022 5:36:24 PM.
A Structural Overview Of An API.
Web API With AJAX: Understand DELETE Verb in Restful Web API
6/22/2022 9:35:43 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
6/22/2022 9:30:49 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.
Customize Swagger UI In ASP.NET Web API Restful Service
6/22/2022 9:07:35 AM.
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.
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 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.
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.
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.
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.
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.
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 #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.
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.