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 Web Api
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mudita Rathore (6)
Akhil Mittal (5)
George (4)
Vijay Yadav (4)
Satya Karki (3)
Ayush Gupta (3)
Debabrata Ghosh (3)
Tejas Agravat (2)
Jaydeep Patil (2)
Vithal Wadje (2)
Mukesh Kumar (2)
Jaimin Shethiya (2)
Akshay Patel (2)
Jobin S (2)
Munib Butt (2)
Raj Kumar (2)
Yogesh Vedpathak (1)
Sangeetha S (1)
Vipul Malhotra (1)
Vikas Hooda (1)
Safyan Yaqoob (1)
Aman Gupta (1)
Amey Vartak (1)
Atul Rawat (1)
Tural Suleymani (1)
Tahir Ansari (1)
Atul Sharma (1)
Sravan Kumar Reddy Dudyalu (1)
Asma Khalid (1)
Vignesh Kumar (1)
Hardik Dhankecha (1)
Rutika Banode (1)
Abhishek Dhoriya (1)
Ajay Kumar (1)
Dharmendra Sah (1)
Devesh Omar (1)
Sreenath Kappoor (1)
Suraj Vishwakarma (1)
Jignesh Trivedi (1)
Farhan Ahmed (1)
Priyanshu Agnihotri (1)
Nikunj Satasiya (1)
Sourav Kayal (1)
Chetan Sanghani (1)
Yogeshkumar Hadiya (1)
Muhammad Talha (1)
Mohammad Irshad (1)
Nitesh Jha (1)
Thiago Vivas (1)
Sachin Kalia (1)
Avnish Kumar (1)
Arun Kizhakke (1)
Saleh Qadeer (1)
Rikam Palkar (1)
Umesh Mandal (1)
Anupam Maiti (1)
Vivek Kumar (1)
Salman Beg (1)
Pradeep S (1)
Bhushan Band (1)
Mobeen Rashid (1)
Barath Kumar M (1)
Lalit Kumar (1)
Sandeep Singh Shekhawat (1)
Amit Patel (1)
Sardar Mudassar Ali Khan (1)
Sanwar Ranwa (1)
Amalendu Dey (1)
Nimit Joshi (1)
Vijay Pratap Singh (1)
Related resources for Web Api
No resource found
JWT Token Based Implementation using ASP.NET Core Web API
10/29/2024 6:30:51 AM.
JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
Web api call in Android
10/25/2024 4:55:38 AM.
This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
Mastering API Testing with Api.http Files in .NET Projects
10/23/2024 6:06:57 AM.
The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
Azure service bus queue with .net core and python
10/20/2024 9:30:13 AM.
This article demonstrates how to implement Azure Service Bus queues using both .NET Core and Python. It covers creating a message sender with a web API in .NET Core and a receiver using a console app.
Calling Web API to Web API without User Interaction by using Azure Managed Identity
10/14/2024 5:59:13 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
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
Power of Web APIs: 12 Essential APIs for Java Developers
10/11/2024 6:17:14 AM.
Staying updated with essential web APIs is vital for developers to build efficient, scalable, and user-friendly applications. This article explores key APIs, including Geolocation, Web Workers, and We
Displaying Partial View On Condition in Web API
10/8/2024 8:53:24 AM.
This article explains how to create and display partial views conditionally in an ASP.NET MVC Web API application. By selecting a value from a drop-down list and submitting it, the corresponding parti
Implementing Swagger In Web API
10/8/2024 8:51:54 AM.
In this guide, we explore the process of implementing Swagger in Web APIs to enhance documentation and improve usability. Swagger, an essential tool for API development, provides interactive documenta
Difference Between MVC and Web API
10/8/2024 8:51:17 AM.
This article explores the differences between ASP.NET MVC and Web API, focusing on their roles, use cases, and key features. MVC is used for creating web applications with data and views, while Web AP
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,
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
10/6/2024 7:51:48 AM.
This article explores the practical use of expression trees in C# by building an ASP.NET Core web API with dynamic filtering functionality. It demonstrates how to construct flexible queries using expr
Implementing CORS in .NET Core 8
10/3/2024 11:30:09 AM.
This article explores Cross-Origin Resource Sharing (CORS) in .NET Core 8, specifically for Angular applications. It outlines best practices for configuring CORS, including setting allowed origins, ha
How to Build a Clean Architecture Web API with .NET Core 8
9/26/2024 9:15:22 AM.
Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs
9/26/2024 6:13:29 AM.
This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based
API Versioning and Enable Authorization in Swagger UI .NET Core
9/25/2024 9:05:09 AM.
In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. We’ll discuss best practices for managing API versions, ensuring backward compatibilit
Angular 2 Bind DropDown List Using Web API
9/23/2024 12:01:25 PM.
We'll explore the steps to set up an HTTP client, create a service to fetch data from a RESTful API, and implement dynamic data binding in your Angular components. By the end, you'll have a fu
Containerize React JS and .NET Core Apps with Docker and Kubernetes
9/23/2024 9:07:58 AM.
This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernetes
C#.NET - Access OAuth REST Web API Method
9/23/2024 5:23:38 AM.
C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpCli
Download Multiple Excel Files via Web API and Angular
9/20/2024 5:59:28 AM.
In this article, we will learn how to implement file streaming in the backend and trigger downloads via Angular's HTTPClient, enabling efficient file handling across platforms.
Block IP Address In ASP.NET Core Web API
9/19/2024 10:04:00 AM.
This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed ti
Implement Rate Limiting in REST API in .NET 8
9/13/2024 9:02:49 AM.
Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This articl
Web API in Azure (2), Set a Client Credential Secret
9/2/2024 10:31:29 PM.
This article will discuss how to Set a Client Credential Secret for Azure Web API. This series of articles guides users through setting up and consuming a Web API registered on the Azure Identity Plat
Web API in Azure (3), Consume Web API with a Security Token
9/2/2024 10:30:57 PM.
This article will discuss how to use Postman to access Web API. This article focuses on accessing and securing a Web API registered on Azure Identity Platform. It covers tools like Postman and Swagger
Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight
9/2/2024 8:00:14 AM.
Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
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
Creating ASP.NET Web API REST Service
8/22/2024 12:28:51 PM.
In this article we will learn how to create ASP.NET Web API Service.
Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code
8/22/2024 7:14:27 AM.
Learn how to use SharePoint 2013 REST API with CAML queries in a C# console application. This guide covers fetching data from SharePoint lists using POST methods, setting request headers, and handling
Understanding Microsoft Dynamics 365 API Access Token
8/22/2024 5:31:59 AM.
Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to ob
Building an ASP.NET Core Web API with Gridify
8/22/2024 5:31:08 AM.
This guide walks you through setting up a .NET Core API, integrating Gridify for dynamic query handling, and enhancing your application's performance with clean, maintainable code.
CRUD Operations with Repository Pattern and Web API in .NET 8
8/20/2024 6:57:32 AM.
This guide covers creating a clean, maintainable data access layer by leveraging the Repository Pattern for managing database interactions and exposing endpoints through Web API, enhancing your .NET 8
Running .NET Core Application using Docker Container
8/13/2024 9:32:48 AM.
Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images,
Web API
8/8/2024 5:21:25 AM.
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction be
How to Upload a File to Amazon S3 with NodeJS
8/6/2024 6:16:29 AM.
Implementing pagination and filtering in an ASP.NET Core 8.0 API with Entity Framework Core (EF Core) is crucial for efficiently managing large datasets. This guide covers setting up the project, crea
ASP.NET Core Web API With Oracle Database And Dapper
7/31/2024 4:04:02 AM.
This guide explores the creation of a Web API using ASP.NET Core, integrating with an Oracle Database through the Dapper ORM. Learn how to set up a robust backend service, implement CRUD operations, a
Authorization In Razor Pages ASP.NET Core
7/31/2024 4:00:51 AM.
Learn how to implement authorization in ASP.NET Core Razor Pages using AddRazorPagesOptions. This guide covers configuring access controls with methods like AuthorizePage, AuthorizeFolder, and AllowAn
CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit
7/30/2024 5:54:17 AM.
This article will demonstrate how to write Unit Test Cases for CRUD operations in Asp.Net Core Web API with the xUnit project. In this demonstration, we will write the Unit Test Cases for CRUD (CREATE
How To Create ASP.NET Web API GET, POST, PUT, and DELETE
7/30/2024 4:36:20 AM.
Learn to build RESTful services by defining endpoints and handling HTTP requests. Perfect for developers aiming to master CRUD operations and backend development with .NET.
Investigating and Fixing Swagger Error- Failed to Load API Definition
7/29/2024 5:08:46 AM.
Swagger is a widely used and powerful API development toolset that offers a framework for designing, building, documenting, and consuming RESTful web services. This article explains what Swagger is an
Generating PDFs in .NET Core Web API
7/26/2024 11:30:03 AM.
In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create r
Understanding TLS and SSL: Securing Your Digital Communications
7/24/2024 9:31:22 AM.
TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols designed to secure data transmitted over the internet by encrypting and authenticating the com
Encrypting Header & Request Body Parameters in .NET Core Web API
7/24/2024 4:14:10 AM.
In this article, we'll explore how to encrypt header and request body parameters in a .NET Core Web API to prevent them from being readable in the page source or by network sniffing tools. We'
Content Negotiation Customize 406 Status Code in .NET Core Web API
7/22/2024 10:11:27 AM.
The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature of H
How to Create a Captcha in .Net Core Web API
7/20/2024 4:10:40 PM.
This guide explains how to create a CAPTCHA in a .NET Core Web API. It covers installing necessary NuGet packages, configuring session management, generating CAPTCHA images, and validating user input.
Understand jQuery Ajax Function: Call Web Service Using jQuery Ajax Method
7/18/2024 3:19:09 PM.
Learn how to use the jQuery Ajax function to call web services and code-behind C# methods. This guide is perfect for novice developers. It covers creating a simple web service, setting up jQuery Ajax
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
Content Negotiation in .NET Core Web API
7/11/2024 10:08:47 AM.
Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this with
MongoDB Filters With .NET Using MongoDB.Driver
7/5/2024 6:55:18 AM.
Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-level
AngularJS: Numbers Text Validation and cbTooltip in ASP.NET
7/4/2024 9:46:21 AM.
"In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Boo
How To Create Sorting And Paging In ASP.NET Web Forms GridView
7/4/2024 5:24:32 AM.
Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
Build & Containerize Product App with React JS .NET Core Docker
7/2/2024 8:45:14 AM.
Learn how to develop and containerize a modern product application using React JS for frontend development, .NET Core for backend services, and Docker for efficient deployment.
Postman for WEBAPI testing Part I
6/30/2024 7:00:26 AM.
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
Optimizing LINQ Queries in C# and .NET Core Web APIs
6/21/2024 7:21:52 AM.
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. Def
Dynamic Menu Generation With Web API And Angular
6/19/2024 9:54:43 AM.
In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to
SonarQube Configuration For .NET Core Web API
6/17/2024 11:23:22 AM.
Learn to improve code quality using SonarQube for a .NET Core Web API project. Install JAVA, configure environment variables, and set up SonarQube server. Create a project, generate a token, and downl
How To Consume Web API Through SSIS Package
6/14/2024 10:42:32 AM.
In this article, I have illustrated the purpose of SSIS with Web API. It shows how SSIS can use Web API to do certain operations, like updating the database table based on Service response, and proces
SSE in .NET Core API Real-time Updates in Angular
6/13/2024 8:09:56 AM.
The implementation of Server-Sent Events (SSE) in a .NET Core API to deliver real-time updates to an Angular application. You'll learn how to set up SSE in the backend to push live data streams an
ASP.NET Core Sample Website - Calculator
6/12/2024 10:29:15 AM.
This article demonstrates creating a Web Calculator with .NET Core, covering database setup, Azure hosting, ASP.NET Core features, controller setup, views, models, and enum operations. Explore step-by
Choosing ASP.Net Web API or WCF
6/12/2024 7:33:46 AM.
Understand the transition from WCF to ASP.NET Web API, emphasizing HTTP-centric design, simplicity, and coexistence. ASP.NET Web API targets HTTP services, supporting diverse client bases including ri
NSwagStudio - Generate C# Client Code Of ASP.NET Core Web API 😍
6/11/2024 12:21:55 PM.
Learn how to effortlessly generate C# client code for ASP.NET Core Web API using NSwag. Simplify API consumption without manual HttpClient setup. Compatible with various .NET platforms.
.Net Core - C# Web API with Apache Kafka Integration
6/11/2024 12:19:33 PM.
Learn to create Kafka consumers in C# .NET Core for web API integration. Install Confluent.Kafka, configure services, inject dependencies, and implement background service. Test with Kafka producer in
Publish And Host ASP.NET Core Web API On IIS
6/7/2024 10:35:37 AM.
Learn how to publish & host ASP .Net Core Web API on IIS. Use Visual Studio & .Net Core SDK, then deploy to IIS Manager. Configure & test for efficient hosting.
Building a .NET Web Application
6/7/2024 10:23:28 AM.
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second article,
REST API's Implementation In WPF Using Entity Framework
6/5/2024 11:33:42 AM.
Learn to integrate REST APIs into your WPF (Windows Presentation Foundation) application using Entity Framework. Utilize Entity Framework for seamless data management and interact with external servic
Login And CRUD operations In ASP.NET Web API Using Angular 9 Web Application
6/5/2024 11:33:20 AM.
Learn to build a full-stack application with ASP.NET Web API and Angular 9. Perform login and CRUD operations using SQL Server. Utilize Angular Material for UI and Bootstrap for styling. Follow step-b
Developing API In .NET Core With GraphQL
6/5/2024 8:14:10 AM.
Developing API in .NET Core with GraphQL" involves leveraging the power of GraphQL to create efficient and flexible APIs in the .NET Core ecosystem. This approach enables developers to design a s
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2
6/4/2024 12:13:25 PM.
Learn how to integrate RabbitMQ with a WebApi and a Console application. Establish communication between the producer and consumer using RabbitMQ queues. Utilize RabbitMQ's features for asynchrono
Compressing Web API Responses Using DotNetZip
6/4/2024 9:48:49 AM.
Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving res
Hosting ASP.NET Web API REST Service On IIS 10
6/4/2024 9:47:46 AM.
Hosting an ASP.NET Web API REST service on IIS 10 involves configuring the server to deploy and manage the service. By leveraging Internet Information Services (IIS) 10, developers can deploy and main
Trigger Azure WebJob By Using WebAPI
5/30/2024 12:09:56 PM.
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. Prereq
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 1
5/30/2024 9:52:24 AM.
RabbitMQ Messaging for .Net 8 WebAPI with Windows Client Part 1," introduces you to integrating RabbitMQ with a .Net 8 WebAPI and a Windows client application. Learn the fundamentals of setting u
Various Ways For Passing Data to View in Web API
5/28/2024 11:25:23 AM.
Explore various methods for passing data to views in Web API. Techniques include using ViewModels, data transfer objects, and JSON serialization. Utilize query parameters, route parameters, and reques
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 #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 #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
Authorization In Web API
5/17/2024 11:01:42 AM.
Learn how to implement robust authorization mechanisms in your Web API to secure endpoints and control access. Explore techniques like token-based authentication, OAuth, JWT, and role-based access con
Authentication In Web API
5/17/2024 10:59:06 AM.
ASP.NET Authentication is used to protect our applications and websites from unauthorized access and also restrict users from accessing information from tools like Postman and Fiddler. In this article
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
Asynchronous Video Live Streaming with ASP.NET Web APIs 2.0
5/16/2024 5:44:48 AM.
Experience seamless live video streaming using ASP.NET Web APIs 2.0, leveraging asynchronous processing for optimal performance. Deliver real-time video content with reliability and efficiency, enhanc
Exception Handling (2), In ASP.NET MVC Web API
5/16/2024 5:06:38 AM.
Discuss and summarize the exception handling processes in ASP.NET MVC Web API
Exception Handling (4), In ASP.NET Core Web API
5/16/2024 5:05:09 AM.
This article will discuss the exception handling in ASP.NET Core Web API
Command Query Responsibility Segregation and its Evolution
5/14/2024 5:41:56 AM.
Command Query Responsibility Segregation (CQRS) separates read and write operations in system architecture, enhancing scalability and performance. This article explores its need, evolution, and implem
Web API Service Call Function In Blazor Component
5/13/2024 11:29:42 AM.
Learn how to make HTTP service calls to a Web API from a Blazor component using C#. Explore asynchronous programming, HTTP client usage, and integration of RESTful API calls. Understand how to leverag
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
How To Enable HTTPS In ASP.NET Web API
5/7/2024 11:23:49 AM.
In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
Publish And Host ASP.NET Web API
5/2/2024 7:23:37 AM.
Learn how to publish and host your ASP.NET Web API using IIS or Azure App Service. This guide covers deployment methods, including Visual Studio publishing, setting up IIS configurations, and leveragi
Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"
5/1/2024 11:43:31 AM.
Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or
MVC 4 WEB API .NET 4.5
5/1/2024 11:35:21 AM.
This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTTP a
Session Management In ASP.NET Web API
5/1/2024 5:42:33 AM.
Session Management in ASP.NET Web API involves handling user sessions, state, and security. It encompasses implementing authentication, authorization, and token-based security to manage user sessions
Pass Multiple Parameters in URL in Web API
4/29/2024 10:02:24 AM.
Learn how to efficiently pass multiple parameters in URLs when developing ASP.NET Web API applications. Explore techniques such as using query parameters, route parameters, and model binding to handle
Implementing In-Memory Cache in ASP.NET Core Web API
4/24/2024 6:16:31 AM.
Caching is a crucial technique for improving the performance and responsiveness of web applications by storing frequently accessed data in memory. In this article, we'll walk through a complete pr
Debugging An Angular Application In Chrome
4/23/2024 8:33:54 AM.
Learn how to debug Angular apps in Chrome using Visual Studio 2019. Set breakpoints in server-side (Web API) & client-side (Angular) code. Quick-start guide for debugging & issue resolution.
ASP.NET Web API CRUD Operations
4/23/2024 7:28:31 AM.
ASP.NET Web API facilitates Create, Read, Update, and Delete (CRUD) operations over HTTP. Utilizing HTTP methods like GET, POST, PUT, and DELETE, it interacts with data using JSON/XML serialization.
Create Charts In Angular 7 Application Using Chart.js
4/19/2024 10:32:11 AM.
Chart.js is a JavaScript library for creating various types of charts like line, bar, pie, doughnut, and polar area charts. This article explains how to integrate Chart.js into an Angular 7 applicatio
C# Corner Delhi Chapter Meet, June-22, 2013 Official Recap
4/19/2024 10:28:10 AM.
Recap of the C# Corner Delhi Chapter Meet held on June 22, 2013, featuring sponsors, enthusiastic attendees, agenda with sessions on LINQ, ASP.Net MVC, and Web API by notable speakers Dhananjay Kumar,
Web API Hosting From OWIN With Windows Azure
4/18/2024 1:21:58 PM.
Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
GraphQL In .NET Core Web API With Entity Framework Core - Part Four
4/18/2024 8:20:28 AM.
In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for robus
Create Web Hook Url In ASP.NET Core Web API
4/16/2024 4:27:28 AM.
Webhooks are a powerful way to integrate different systems, allowing real-time communication between them. They enable applications to send automated notifications or data updates to other systems whe