C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sachin Kalia(10)
Raj Kumar(5)
Akshay Phadke(4)
Mahender Pal(4)
Parthiv Suthar(3)
Bikesh Srivastava(3)
Kirtesh Shah(3)
Debabrata Ghosh(2)
Amit Mohanty(2)
Venkatasubbarao Polisetty(2)
Shahbaz Hussain(2)
Manas Mohapatra(2)
Akhil Mittal(2)
Amit Choudhary(2)
Arun Potti(2)
Emanuel Martins(1)
Sardar Mudassar Ali Khan (1)
Puneet Kankar(1)
Madhan Thurai(1)
Saleh Qadeer(1)
Jayesh Sonawane(1)
Omar Rodriguez(1)
Aniket Rai(1)
Ashish Vishwakarma(1)
Prakash Chasiya(1)
Talaviya Bhavdip(1)
Debendra Dash(1)
Allen Oneill(1)
Sandip G Patil(1)
Sourabh Mishra(1)
Raviteja Swayampu(1)
Rion Williams(1)
Ajeet Mishra(1)
Victor Zaragoza(1)
Rajeev Ranjan(1)
Ashwani Tyagi(1)
Ravindra T C(1)
Jobin S(1)
Ayush Gupta(1)
Sagar Rane(1)
Yogesh Kumar(1)
Sandhya Satam(1)
Anupam Maiti(1)
Rikam Palkar(1)
Nagaraj M(1)
Salman Beg(1)
Pankaj Singh(1)
Ahmad Mozaffar(1)
Hamid Khan(1)
Catcher Wong(1)
Gnanavel Sekar(1)
Anubhav Chaudhary(1)
Naresh Joshi(1)
Neelesh Vishwakarma(1)
Abhishek Bhat(1)
Darshan Adakane(1)
Anurag Chaudhary(1)
Datta Sai Krishna(1)
Tahir Ansari(1)
Sangeetha Sundaramoorthy(1)
Jay Pankhaniya(1)
Vineet Desai(1)
Vahid Farahmandian(1)
Shriram Pophali(1)
George Papadopoulos(1)
Aymen Amri(1)
Jay Krishna Reddy (1)
Resources
No resource found
How to perform CRUD operations on Dataverse using WebApi in Power Pages
Dec 13, 2025.
Learn how to perform CRUD operations on Dataverse using the Web API in Power Pages. Step-by-step guide with JavaScript code, custom UI, and GitHub source code for reference.
Creating a WebApi Project in .NET 9 [GamesCatalog] 18
Apr 28, 2025.
Learn how to set up an ASP.NET Core Web API with MySQL using Entity Framework Core. This guide covers creating projects, configuring the database, defining DTOs, adding migrations, and creating a users table in the database.
Postman for WEBAPI testing Part I
Jun 30, 2024.
Learn how to set up Postman, create and manage HTTP requests, and test your APIs efficiently. Discover key features like collections, environments, and test scripts to streamline your API development process.
Logging in ASP.NET Core WebAPI using NLog
Jun 01, 2023.
Logging in ASP.NET Core WebAPI using NLog
Update Associations using XRM WebApi With WebResource In Dynamics CRM
May 20, 2022.
In Dynamics 365 CRM, for certain requirements we need to update associations in the related tables i.e., update lookup values. As an example, for a selected contact record account lookup will be updated.
Update Record Using XRM WebAPI With Webresource In Dynamics CRM
May 11, 2022.
In Dynamics 365 CRM, for certain requirements data needs to be updated for a given record, based on GUID of an entity record. As an example, for a selected contact record respective fields details were passed to update contact record.
How To Deploy ASP.NET Core 5 WebAPI Website On Server Using Visual Studio 2019
Oct 18, 2021.
In this article, you will learn how to deploy Asp.net Core 5 WebApi Website on Server Using Visual Studio 2019.
Build Crud Operation Using Angular 9 And .Net Core 3.1 WebAPI And Deploy To Azure
May 21, 2020.
In this article you will learn how to build CRUD operations using Angular 9 and Dot Net Core 3.1 WebApi and Deploy to Azure.
Concept Of WebAPI And Registering Custom App Using Client ID And Client Secret
Jan 24, 2020.
In this article we will learn about how to use webapi concept in sharepoint ,registering sharepoint app using client id and client secret and update created column of list using csom
Configuring Window Services Using ASP.NET Core WebAPI And Getting Values From AppSettings
Jan 21, 2020.
In this article, you will learn how to configure window services using ASP.NET Core WebAPI and getting values from AppSettings.
Angular 8 CRUD With OAuth2.0 In WebAPI - Part Two
Aug 27, 2019.
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 One
Aug 27, 2019.
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.
How To Integrate Swagger With .NET Core WebAPI Application
Jul 29, 2019.
In this article, you will learn how to integrate Swagger with .NET core WebAPI application.
RESTful WebAPI With Onion Architecture
Apr 02, 2019.
In this article, you will learn about RESTful WebAPI with Onion Architecture.
Build And Deploy ASP.NET Core WebAPI Using Docker
Sep 27, 2018.
In this blog, we will create a sample ASP.NET MVC Core Web application and will deploy it on Azure Linux VM using Docker.
Executing Fetch XML With WebAPI In Dynamics 365 Using JavaScript
Jun 26, 2018.
In this article, we will learn how to execute fetchXML with WebAPI in Dynamics 365 using JavaScript XHR & Fetch API.
Login Using WebAPI In Desktop Application
Mar 04, 2018.
In this article, you will easily learn how to use web API in a desktop application using .NET client.
How To Create WebAPI In ASP.NET MVC With C#
Sep 21, 2017.
This article demonstrates how to create and use an insert update and delete record using Web API in MVC with C# technology
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
Jun 18, 2017.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
How To Post FormData To WebAPI Using Angular 2
Apr 17, 2017.
In this article, I am going to explain how to upload an image to WebAPI, using Angular2, and post formData.
Upload Large Files To MVC / WebAPI Using Partitioning
Dec 13, 2016.
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 MVC or Web API.
Invoking WebAPI Controller Action With Multiple Parameters In CORS Enabled Web Application
Dec 08, 2016.
In this article, you will learn how to invoke WebAPI Controller Action with Multiple Parameters in CORS Enabled Web Application.
Enable CORS In ASP.NET WebAPI 2
Oct 24, 2016.
Discover step-by-step instructions and configuration settings to handle CORS requests seamlessly, ensuring your WebAPI can be accessed from different origins while maintaining security and control over resources.
Developing Book My Seat Application In AngularJS And ASP.NET - WebAPI Methods - Part Two
Oct 13, 2016.
In this article, you will learn how to develop Book My Seat Application in AngularJS and ASP.NET - WebAPi Methods.
How To Consume WebAPI Using AngularJS
Oct 05, 2016.
In this article you will learn how to consume WebAPI using AngularJS.
Calling ASP.NET WebAPI Service In A Cross Domain Using JQuery AJAX
Oct 02, 2016.
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 jQuery
Oct 01, 2016.
In this article, you will learn how to call ASP.NET WebAPI, using jQuery.
ASP.NET WebAPI Query String Parameters
Sep 29, 2016.
In this article, you will learn about ASP.NET WebAPI query string parameters.
Upload And Save Multipart/Form-Data In WebApi 2
Sep 24, 2016.
In this article, I'll explain how to upload multipart/form-data using Web API 2.
Swashbuckle Swagger Integration In WebApi 2
Sep 13, 2016.
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 jQuery
Aug 21, 2016.
In this article, you will learn, how to post the data to WebAPI, using jQuery.
RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two
Mar 07, 2016.
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 comprehensive unit and integration testing, ensuring robustness and reliability in API development.
RESTful Day #7: Unit Testing and Integration Testing in WebAPI using NUnit and Moq framework: Part 1
Mar 01, 2016.
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 robust software development.
WebAPI: Restful CRUD Operations in WebAPI Using ADO.NET Objects and SQL Server
Feb 16, 2016.
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 Create, Read, Update, and Delete operations.
Introduction To ASP.NET WebAPI And Return Result In Different Formats
Jan 01, 2016.
This article describes about ASP.NET Web API and how to return result in different formats like JSON and XML.
Using CORS In ASP.NET WebAPI Without Being A Rocket Scientist
Nov 03, 2015.
In this article you will learn how to use CORS in ASP.NET WebAPI Without Being a Rocket Scientist.
Getting Started With MVC4 and WebAPI in ASP.Net
May 08, 2015.
For getting started with MVC4, this article shows the basic database operations (CRUD) in an HTTP service using the ASP.NET Web API.
Workaround in ASP.Net WebApi Help Page
Feb 25, 2015.
In this article you will learn about a workaround in ASP.NET WebApi Help Page.
Working With Repository Pattern in WebAPI 2
Dec 24, 2014.
This article explains how to work with a repository in the Web API and also covers routing and debugging.
CRUD Operations in MVC 5 Using WebAPI With AngularJS
Jun 20, 2014.
This article explains how to do CRUD operations in MVC 5 using the WebAPI with AngularJS.
Demystify WebApi Content Negotiation
May 04, 2014.
In this article we will look into the heart of ASP.Net WebApi content negotiation.
Manage WebApi Response Using Media Types of MediaTypeFormatters
Apr 29, 2014.
In this article, I’ll explore various ways to manage WebApi responses using Media Types using Media Type Formatters.
WebApi: Execution of RPC Style Action Method in WebApi Using MVC4
Apr 17, 2014.
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 Template
Apr 16, 2014.
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 Template
Apr 15, 2014.
In this article, I'll share my thoughts on Configuration over Convention in the WebApi and how it is being used in the WebApi.
How to Add WebAPI Support to the Server Project in LightSwitch 2012
Jun 18, 2013.
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.Net
Jun 17, 2013.
In this article, we'll talk about downloading the full and partial contents of a file from a server.
Consuming WebAPI Using jQuery
Sep 04, 2012.
In this sample I will show how you can build Web APIs that support browser clients and can be easily called using jQuery.
Achieving Dependency Injection in .NET Core WebAPI
Sep 13, 2023.
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. It begins by explaining the importance of DI in a Web API and then provides a step-by-step guide on how to achieve it.
Implementing Versioning in ASP.NET Core WebAPI
Jun 01, 2023.
Implementing Versioning in ASP.NET Core WebAPI. This article provides a step-by-step guide to implementing versioning in ASP.NET Core WebAPI, enabling backward compatibility, managing API changes, and ensuring seamless transitions between versions with practical examples.
WebAPI Unit Testing with MSTest Project in .Net 7
May 03, 2023.
Today I will create the ASP.Net Web API in .Net 7 and I will test module with MSTest Unit Testing Project.
Implementing CURD Using Dapper(ORM) With C# WebAPI
Mar 28, 2023.
In this article, you will learn how to implement CURD using Dapper(ORM) with C# WebAPI.
Clean Architecture With ASP.NET Core WebAPI
Oct 03, 2022.
Asp.net Core WebAPI - Clean Architecture, Clean Architecture With ASP.NET Core WebAPI
WebAPI 2.0 Basic Auth
Nov 02, 2020.
In this article, you will learn about WebAPI 2.0 Basic Auth.
WebAPI Basics
Oct 21, 2020.
In this article, we are going to learn what is ASP.NET WebAPI and why we need to use webAPI and parameter binding in WebAPI.
WebAPI Performance Testing Using Apache JMeter
Aug 18, 2020.
In this article, you will learn about WebAPI Performance Testing using Apache JMeter.
COVID 19 Tracker With WPF, Material Design And WebAPI
Jun 14, 2020.
This project is made for educational purposes. You learn how to add styles, design UI, use material design, and much more.
WebAPI Using Flask
Dec 30, 2019.
Flask, a micro framework, simplifies API development with its ease of use and flexibility. Widely adopted by high-traffic sites like LinkedIn, it offers simplicity in installation and coding. Sample code demonstrates its usage for both server-side and client-side interactions.
Trigger Azure WebJob By Using WebAPI
Nov 07, 2019.
Learn how to trigger and run Azure web jobs using a web API. This guide covers creating a sample ASP.NET application to make GET and POST calls for retrieving job statuses and running web jobs. Prerequisites include a Microsoft Azure account and an existing app service.
WebAPI Using NodeJS, Express, And MySQL
Aug 07, 2019.
In this article, you will learn to create a Web API using NodeJS, Express, and MySQL.
Consume Any Web API From Within Your C# Applications Using AKSoftware.WebApi Library
May 03, 2019.
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 WebAPI
Apr 09, 2019.
This article is about using WebAPI request for datatime field in Dynamics 365 CE
How To Implement NLog In WebAPI
Dec 05, 2018.
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).
Combine WebApiClient With HttpClientFactory To Call REST APIs
Sep 10, 2018.
This article introduced how to combine WebApiClient with HttpCLientFactory to call REST APIs that we can use in our .NET Core server-side code.
Implementing Field Mapping Using Xrm.WebApi
Nov 24, 2017.
In this article, we are going to provide sample code for using Xrm.WebApi retrieve method.
Using Xrm.WebAPI In Dynamics 365/CRM
Nov 22, 2017.
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 WebApi.
Use Of HttpResponseMessage In WebAPI
Sep 11, 2017.
Here, you will learn the uses of HttpResponseMessage WebApi. For better understanding we will go step by step with simple examples.
Filtering In UI-Grid With AngularJS And WebAPI
May 22, 2017.
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 WebAPI
May 19, 2017.
In this article, you will learn how to export grid data in CSV file or in PDF file.
UI-Grid With AngularJS And WebAPI
May 05, 2017.
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.
FormBody And FormURI In WebAPI
Sep 30, 2016.
In this article, you will learn about FormBody and FormURI in WebAPI.
Send Object of Objects From AngularJS to WebAPI
Jul 21, 2015.
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.
WebApi Hosting in Internet Information Server (IIS 7.5)
Feb 16, 2015.
In this article we’ll host a WebApi on IIS and execute all CRUD operations step-by-step.
HttpResponseMessage In WebAPI
Sep 12, 2014.
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.
JSON-P With ASP.Net Webapi
Aug 13, 2014.
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 WebAPI
Jul 17, 2014.
Here, we’ll discuss how to start a self-host for OWIN.
WebApi: CustomMediaTypeMappings in Web API MVC 4
May 14, 2014.
In this article, I’ll explain Custom MediaTypeMappings in the WebApi.
MediaTypeFormatters in WebApi
Apr 24, 2014.
In this article, I’ll share my MediaTypeformatting in the WebApi.
AutoComplete Textbox in MVC Using jQuery and WebAPI
Nov 14, 2013.
This article explains how to use the TextBox AutoComplete feature in MVC 4 using the Web API and jQuery.
What is ASP.Net WebAPI
Oct 14, 2013.
In this article, I will take you through the basics of the ASP.Net Web API.
How to Create or Update a Lookup Column Using Web API in Power Pages
Jan 29, 2026.
Learn how to create and update lookup columns in Power Pages using the Web API. This guide covers configuration, table permissions, and web role assignments for seamless integration.
REST - Myths and Best Practices
Jan 02, 2026.
This article is a guide to building web services that work as smoothly as the world's best websites. It clears up the common mistake that REST is just about "sending data" and explains that it is actually a set of rules for making the internet predictable and organized.
How to Restrict Dataverse Table Records to Logged-in Users in Power Pages
Jan 01, 2026.
Learn how to restrict Dataverse table records to logged-in users, ensuring they only see their data. Implement contact-based access control for improved security.
Integrating React with ASP.NET Core 8 in Visual Studio 2022
Jul 21, 2025.
Build a full-stack app by combining React (via Vite) with ASP.NET Core 8 Web API. Use Visual Studio 2022 for seamless development, CORS for connectivity, and fetch data from a .NET backend using RESTful endpoints.
Global Exception Handling in ASP.NET Core Web API
Jan 14, 2025.
Learn how to implement Global Exception Handling in Asp.Net Core WebAPI using Custom Middleware. Handle errors efficiently with ExceptionMiddleware, register it in program.cs, and see how to manage exceptions in your application seamlessly.
Basic Authentication in Asp.NET Core Web API
Jan 11, 2025.
This article explains implementing Basic Authentication in ASP.NET Core WebAPI using .NET Core 8. It covers authentication concepts, step-by-step implementation, and demonstrates a practical example with code and diagrams.
Handling Transient Failures in .NET 8 With Polly
Nov 04, 2024.
This article discusses implementing a retry mechanism for handling transient faults in service interactions. It defines transient faults, such as temporary network issues or resource exhaustion, and emphasizes the importance of retrying requests.
How to do .NET 8 Migration with Existing Tools?
Jun 19, 2024.
Microsoft's technology ecosystem spans desktop, web, and mobile apps, each requiring specific frameworks. To upgrade applications effectively, use Visual Studio 2022 with .NET Framework or Core, and the Upgrade assistant extension.
Simplify API Data Handling with ASP.NET Core Model Binding
Sep 21, 2023.
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 to .NET objects. We'll delve into real-world use cases, including binding query parameters, route data, request bodies, and headers. Discover how model binding streamlines API development, improves code readability, and ensures data consistency. Whether you're a beginner or an experienced ASP.NET Core developer, understanding model binding is crucial for building efficient and maintainable RESTful APIs.
Creating a WEB API POST Method to Retrieve Data from SQL Database using ASP.NET MVC Application
Aug 23, 2023.
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.
Building a Secure .NET Core Web API for Azure AD Integration with SharePoint Online SPFx
Aug 05, 2023.
Learn how to build a secure .NET Core Web API integrated with Azure AD for seamless authentication and authorization with SharePoint Online SPFx web parts. Enhance your application's security and user experience with this comprehensive guide.
Consumer Driven Contract Testing Using PactNet
Jul 30, 2023.
Get started with writing consumer driven contract tests for .NET core web apis using PactNet to validate api contracts between producers and consumers.
Test Web API using HTTPREPL
Jul 25, 2023.
The HTTP Read-Eval-Print Loop (REPL) is a lightweight and cross-platform command-line tool that's supported everywhere .NET Core is supported. Using this tool you can start discovering and exploring web APIs just like as you are exploring files and folders in command prompt.
Power Pages - Dynamic execution of long FetchXML without $batch
May 17, 2023.
Dynamic execution of long FetchXML without $batch
Create JSON Web Tokens For Development And Testing
Apr 27, 2023.
Developing and testing an API that requires authentication through a JSON Web Token can be challenging. Use the dotnet-devjwt tool to generate custom tokens for testing your endpoints locally
How To Create A Table Record In A Dataverse Environment From Postman
Nov 25, 2022.
Step by step process to create a table record in the dataverse environment using Postman Tool.
How To Get The Dataverse Web API Endpoint Details In The Microsoft PowerApps
Oct 26, 2022.
Step by step process to get the Dataverse Web API Details in Microsoft Power Apps
Implementing Prompt dialog in D365 CE - Part I
Sep 01, 2022.
This article is about implementing dialog in Dynamics 365 CE
Polymorphism In Web API .Net Core 6
Aug 22, 2022.
In this article, you will learn how to expose polymorphic data in the same controller's method.
Can Azure Functions Replace Web API?
May 24, 2022.
Is it worth Migrating the ASP.Net Core Web API Project to Azure Functions? Learn here how and why to migrate.