Related resources for WebAPI No resource found - ApiBoilerPlate: New Features and Improvements for Building ASP.NET Core 3 APIs12/6/2019 11:30:47 PM. ApiBoilerPlate is a simple yet organized project template for building ASP.NET Core APIs using .NET Core 3.x with preconfigured tools and frameworks. It features most of the functionalities that an AP
- ASP.NET MVC - REST Web API Basic Authorization using Nuget Library12/1/2019 3:59:46 PM. This article is about the integration of Asmak9.AuthorizeRESTWebApiAK .NET library with ASP.NET REST Web API platform.
- C#.NET - Generate an API Key Using Nuget Library11/26/2019 9:04:59 AM. This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
- Trigger Azure WebJob By Using WebAPI11/7/2019 7:24:03 AM. In this article, I will discuss how to trigger/run an azure web job by using web api.
- ASP.NET Core with AutoWrapper: Customizing the Default Response Output10/21/2019 12:01:03 AM. Highlights the detail about what's new in AutoWrapper Version 2. AutoWrapper is a simple, yet customizable global exception handler and response wrapper for ASP.NET Core APIs.
- Angular 8 CRUD With OAuth2.0 In WebAPI - Part Two8/27/2019 8:18:13 AM. In today’s article, we are going to create an Angular App using Angular CLI. I will try to make it simple and clear so that understanding will be better.
- Angular 8 CRUD With OAuth2.0 In WebAPI - Part One8/27/2019 8:16:04 AM. In this article, we are going to learn Oauth2.0 in ASP.NET Web API and consume that WebAPI on the front-end using Angular 8.
- WebAPI Using NodeJS, Express, And MySQL8/7/2019 7:39:26 AM. In this article, you will learn to create a Web API using NodeJS, Express, and MySQL.
- ASP.NET Web API Authorization By Basic Auth/OAuth2.0/JWT8/7/2019 7:20:33 AM. In this article, we are going to learn various authorization techniques of Web API. Mainly, we will discuss three major techniques - Basic Authentication, OAuth 2.1, and JSON Web Token(JWT).
- How To Integrate Swagger With .NET Core WebAPI Application7/29/2019 8:51:26 AM. In this article, you will learn how to integrate Swagger with .NET core WebAPI application.
- WebAPI: Restful CRUD Operations in WebAPI Using ADO.NET Objects and SQL Server6/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.
- Consume Any Web API From Within Your C# Applications Using AKSoftware.WebApi Library5/5/2019 11:32:46 PM. In this article, we will learn the trick of calling any web API from our C# based applications with just a few lines of code.
- Fetching Data Based On Date Field Using WebAPI4/9/2019 8:48:35 AM. This article is about using WebAPI request for datatime field in Dynamics 365 CE
- RESTful WebAPI With Onion Architecture4/2/2019 9:38:25 AM. In this article, you will learn about RESTful WebAPI with Onion Architecture.
- Introduction To ASP.NET WebAPI And Return Result In Different Formats3/14/2019 4:23:33 AM. This article describes about ASP.NET Web API and how to return result in different formats like JSON and XML.
- Generate Access Token For Dynamics 365 Single Tenant Server To Server Authentication1/28/2019 9:46:19 AM. In Dynamics 365 integration scenarios, most of the times, we need to authenticate only single tenant. Since now Dynamics 365 authentication through Azure AD only (for online instances) is recommended,
- Upload Large Files To MVC / WebAPI Using Partitioning1/17/2019 4:40:24 AM. A solution to uploading large files in C# MVC. The article shows how to send files to an MVC Server from both a webpage using JavaScript, and a Web-form httpClient, and can be implemented using either
- How To Implement NLog In WebAPI12/5/2018 11:38:00 PM. NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. NLog makes it easy to write to several targets. (database, file, eventviewer).
- Enable CORS In ASP.NET WebAPI 211/21/2018 3:32:45 AM. This article describes what CORS is and how to enable it in ASP.NET WebAPI. CORS stands for Cross-Origin Resource Sharing. CORS is a mechanism that allows restricted resources on a web page to be requ
- Build And Deploy ASP.NET Core WebAPI Using Docker10/8/2018 12:02:42 AM. In this blog, we will create a sample ASP.NET MVC Core Web application and will deploy it on Azure Linux VM using Docker.
- Developing Book My Seat Application In AngularJS And ASP.NET - WebAPI Methods - Part Two9/13/2018 4:51:27 AM. In this article, you will learn how to develop Book My Seat Application in AngularJS and ASP.NET - WebAPi Methods.
- Combine WebApiClient With HttpClientFactory To Call REST APIs9/10/2018 10:51:41 AM. This article introduced how to combine WebApiClient with HttpCLientFactory to call REST APIs that we can use in our .NET Core server-side code.
- Azure AD Apps8/25/2018 1:30:04 PM. Hey guys, I want to talk to you today about a good thing that I’m using a lot at the project that I’m currently working, the Azure AD apps.
- Using WebApiClient To Call REST APIs In .NET Core8/7/2018 9:06:23 AM. In this article, we will discuss how to use a easy way to call our REST APIs in .NET Core. When we call others' APIs in .NET Core, HttpClient will be the first choice. And most of us will create a
- Creating HTML Web Resource To Show Image Attached In Notes Using Web API7/11/2018 10:57:53 AM. Some time back, I wrote a post for retrieving image attached to notes using OData, as now for Dynamics 365 CE, we use Web API, so I am going to share how we can do it using Web API.
- ASP.NET Web API - Part Four6/26/2018 10:18:04 AM. In Part 1, Part 2 and part 3 of this series, we discussed HTTP Verbs and their implementation, now let’s discuss about Custom method names.
- Executing Fetch XML With WebAPI In Dynamics 365 Using JavaScript6/26/2018 9:27:20 AM. In this article, we will learn how to execute fetchXML with WebAPI in Dynamics 365 using JavaScript XHR & Fetch API.
- ASP.NET Web API Using MVC, Entity Framework And jQuery For Get and Post With Validation - Part Five5/6/2018 1:15:21 PM. WEB API is the best fit to create a resource-oriented service using HTTP/Restful and it works well with MVC-based applications. For more details visit my link.
- Push Notification In Web Application Using Web API And PushContentStream5/4/2018 1:14:27 AM. The push notification is the technology which allow the user engaged to the particular site or application. It can be any kind of chat, discussion or anything. It engage the users to the particular c
- Login Using WebAPI In Desktop Application3/4/2018 3:44:24 PM. In this article, you will easily learn how to use web API in a desktop application using .NET client.
- Create Web API With .NET Core12/20/2017 11:36:30 AM. This article explains the way to create webapi using Asp.net core and Microsoft visual studio core.
- Implementing Field Mapping Using Xrm.WebApi11/24/2017 7:02:29 PM. In this article, we are going to provide sample code for using Xrm.WebApi retrieve method.
- Using Xrm.WebAPI In Dynamics 365/CRM11/22/2017 6:18:08 PM. With the release of Dynamics 365 update 9.0, now we have a new library to implement WebApi methods using Xrm.WebApi. Instead of writing complete request, now we can just use direct CURD methods from W
- How To Create WebAPI In ASP.NET MVC With C#9/21/2017 5:34:34 PM. This article demonstrates how to create and use an insert update and delete record using Web API in MVC with C# technology
- Use Of HttpResponseMessage In WebAPI9/11/2017 3:24:37 PM. Here, you will learn the uses of HttpResponseMessage WebApi. For better understanding we will go step by step with simple examples.
- HttpResponseMessage In WebAPI8/4/2017 7:12:14 AM. In this article you will learn how to use HttpResponseMessage with raw HTTP responses for returning a message/data with “HttpStatusCode” from our WebApi action.
- Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database6/18/2017 9:54:15 PM. Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
- Filtering In UI-Grid With AngularJS And WebAPI5/23/2017 1:20:33 PM. In this article, you will learn how to filter a UI-Grid data based on the columns and the given values.
- Export Data In Angular-UI-Grid Using WebAPI5/20/2017 12:40:05 PM. In this article, you will learn how to export grid data in CSV file or in PDF file.
- UI-Grid With AngularJS And WebAPI5/6/2017 11:57:33 AM. In this article, you will learn how to use UI-Grid in AngularJS, how to bind and display the data in the grid with paging and sorting functionality. We will get the data , using Web API.
- How To Post FormData To WebAPI Using Angular 24/17/2017 9:49:50 AM. In this article, I am going to explain how to upload an image to WebAPI, using Angular2, and post formData.
- RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two3/17/2017 12:27:46 AM. In this article you will learn Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework in RESTful Service.
- Invoking WebAPI Controller Action With Multiple Parameters In CORS Enabled Web Application12/15/2016 4:01:49 AM. In this article, you will learn how to invoke WebAPI Controller Action with Multiple Parameters in CORS Enabled Web Application.
- How To Consume WebAPI Using AngularJS10/5/2016 11:00:01 AM. In this article you will learn how to consume WebAPI using AngularJS.
- Calling ASP.NET WebAPI Service In A Cross Domain Using JQuery AJAX10/2/2016 1:22:38 PM. In this article, you will learn how to call ASP.NET WebAPI Service in a cross domain, using jQuery AJAX.
- Call ASP.NET WebAPI Using jQuery10/1/2016 4:57:28 PM. In this article, you will learn how to call ASP.NET WebAPI, using jQuery.
- FormBody And FormURI In WebAPI9/30/2016 3:39:06 PM. In this article, you will learn about FormBody and FormURI in WebAPI.
- ASP.NET WebAPI Query String Parameters9/29/2016 4:21:40 PM. In this article, you will learn about ASP.NET WebAPI query string parameters.
- Upload And Save Multipart/Form-Data In WebApi 29/24/2016 5:02:24 PM. In this article, I'll explain how to upload multipart/form-data using Web API 2.
- Standard Application Architecture In MVC9/13/2016 2:02:23 PM. In this article, I am going to explain how to create standard level application architecture with MVC web api and angularjs.
- Swashbuckle Swagger Integration In WebApi 29/13/2016 1:55:27 AM. In this article, I am going to explain, how to use Swagger to test WebAPI in MVC. Swashbuckle Swagger can configure easily in an Application.
- How To Post Data To WebAPI Using jQuery8/21/2016 5:21:34 PM. In this article, you will learn, how to post the data to WebAPI, using jQuery.
- Implementing Caching In Web API7/25/2016 1:38:00 PM. In this article, you will learn how to implement caching in Web API.
- Compressing Web API Response Using DotNetZip7/6/2016 3:24:20 PM. In this article, you will learn how to compress the Web API response to increase the performance of Web API.
- Creating Help Page For ASP.NET Web API5/2/2016 11:52:51 AM. In this article we will learn how we can create Web API Help Page.
- Using CORS In ASP.NET WebAPI Without Being A Rocket Scientist11/3/2015 1:07:29 PM. In this article you will learn how to use CORS in ASP.NET WebAPI Without Being a Rocket Scientist.
- Routing System in Web API7/30/2015 5:22:02 PM. This article explains how to use routing in the Web API.
- Send Object of Objects From AngularJS to WebAPI7/21/2015 2:55:33 PM. In this article I am explaining a really interesting and helpful thing i.e. how you can send object of objects from AngularJS to WebAPI.
- Getting Started With MVC4 and WebAPI in ASP.Net5/8/2015 2:35:38 PM. For getting started with MVC4, this article shows the basic database operations (CRUD) in an HTTP service using the ASP.NET Web API.
- Consumiendo WebAPI desde Javascript - CORS | C#5/8/2015 12:59:05 AM. Aprende a consumir un servicio WebAPI desde javascript y a lidiar con el molesto pero necesario CORS
- Incluyendo soporte para GZip en WebAPI | C#5/8/2015 12:57:01 AM. En este video aprenderás a crear servicios web que envíen información comprimida en formato gzip, con el fin de ahorrar ancho de banda, muy importante en estos tiempos de la movilidad.
- Consumiendo WebAPI desde Fiddler | C# 4/20/2015 1:31:06 PM. Como crear un servicio con WebAPI y acceder a el desde Fiddler. IMPERDIBLE!!
- Data Update Using SignalR3/22/2015 1:36:44 AM. This article explains how to use SignalR to create a real application and update the user data, as soon as it is updated in the database.
- Workaround in ASP.Net WebApi Help Page2/25/2015 7:10:20 PM. In this article you will learn about a workaround in ASP.NET WebApi Help Page.
- WebApi Hosting in Internet Information Server (IIS 7.5)2/17/2015 2:13:26 AM. In this article we’ll host a WebApi on IIS and execute all CRUD operations step-by-step.
- CRUD Operations in MVC 5 Using WebAPI With AngularJS1/20/2015 12:24:24 PM. This article explains how to do CRUD operations in MVC 5 using the WebAPI with AngularJS.
- Working With Repository Pattern in WebAPI 212/24/2014 9:27:51 PM. This article explains how to work with a repository in the Web API and also covers routing and debugging.
- Getting Started With ASP.Net Web API 2 : Day 1111/7/2014 11:51:39 AM. In this article we are going to learn how to host an ASP.NET Web API in a console application, using OWIN to self-host the Web API framework.
- JSON-P With ASP.Net Webapi8/13/2014 4:47:16 PM. In this article we will see how to wrap up the JSON output from the WEB API in a wrapper, often called padding.
- Self-Hosting OWIN and ASP.Net WebAPI7/29/2014 10:23:19 AM. Here, we’ll discuss how to start a self-host for OWIN.
- WebApi: CustomMediaTypeMappings in Web API MVC 45/14/2014 8:52:35 PM. In this article I’ll explain Custom MediaTypeMappings in the WebApi.
- Demystify WebApi Content Negotiation5/4/2014 11:32:09 AM. In this article we will look into the heart of ASP.Net WebApi content negotiation.
- Manage WebApi Response Using Media Types of MediaTypeFormatters4/29/2014 12:12:58 PM. In this article I’ll explore various ways to manage WebApi responses using Media Types using Media Type Formatters.
- MediaTypeFormatters in WebApi4/24/2014 1:34:50 PM. In this article I’ll share my MediaTypeformatting in the WebApi.
- WebApi: Execution of RPC Style Action Method in WebApi Using MVC44/18/2014 11:25:47 AM. In this article I'll share my thoughts on how to implement a RPC Style action method in WebApi using MVC4.
- WebApi: WebApi Patch Update Using FromBody Parameter in WebApi Using MVC4 Template4/17/2014 11:56:14 AM. In this article I’ll share my thoughts on Patch update using FromBody in WebApi Configuration over Convention. I’ve also used Fiddler in this article.
- Configuration Over Convention in WebApi Using MVC4 Template4/16/2014 12:58:06 PM. In this article I'll share my thoughts on Configuration over Convention in the WebApi and how it is being used in the WebApi.
- AutoComplete Textbox in MVC Using jQuery and WebAPI11/14/2013 11:05:21 AM. This article explains how to use the TextBox AutoComplete feature in MVC 4 using the Web API and jQuery.
- What is ASP.Net WebAPI10/14/2013 11:44:04 PM. In this article, I will take you through the basics of the ASP.Net Web API.
- Search Record and Display in WebGrid in WebAPI9/12/2013 10:29:03 PM. In this article I am going to describe that search the record and display in the WebGrid in Web API.
- Integrated Form Authentication in ASP.Net Web API6/29/2013 4:48:31 PM. This article explaiins Form Authentication and how we can integrate it into the Web API.
- How to Add WebAPI Support to the Server Project in LightSwitch 20126/19/2013 11:13:45 PM. This article describes how to add WebAPI support to a server project in LightSwitch using Visual Studio 2012.
- Handling Range Specific Content Request in WebAPI ASP.Net6/17/2013 12:04:45 PM. In this article we'll talk about downloading the full and partial contents of a file from a server.
- Getting Started With ASP.Net Web API4/24/2013 2:07:31 PM. In this article I will demonstrate the ASP.Net Web API.
- Create a Web API and Consume it in Windows Store App Using GridView1/7/2013 7:44:49 AM. In this article I will explain how to create a Web API using Visual Studio 2012 and how to consume it from a Windows Store App.
- Consuming WebAPI Using jQuery9/4/2012 4:32:02 PM. In this sample I will show how you can build Web APIs that support browser clients and can be easily called using jQuery.