Related resources for Web Api
  • Publish And Host ASP.NET Web API5/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.55/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 API5/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 API4/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 API4/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 Chrome4/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 Operations4/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.js4/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 Recap4/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 Azure4/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 Four4/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 API4/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
  • CRUD Operations Using Web API And ReactJS4/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
  • Token Based Authentication using Web API 2, Owin, and Identity4/15/2024 11:45:24 AM. Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
  • CRUD Operation Using Angular And Web API4/15/2024 11:11:52 AM. Learn to implement CRUD operations in Angular using WebApi. This article guides you through creating components, routing, models, and handling HTTP requests. Prerequisites include basic Angular and We
  • File Upload using ASP.NET Web API And ReactJS4/12/2024 6:33:22 AM. Learn to integrate file upload functionality between ASP.NET Web API and ReactJS using Axios or HttpClient for backend communication. Utilize FormData for multi-part form data handling.
  • Containerized Apps: Auto Scaling & Monitoring with Kubernetes4/9/2024 8:32:56 AM. Learn the fundamentals of Docker and Kubernetes, including auto-scaling. Follow a detailed guide to implement a Weather Forecast API using .NET Core 6 Web API, containerize the application with Docker
  • Postman - Setup Workspace And Collection4/9/2024 6:34:12 AM. Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET Core
  • Swagger (3), Customized for REST Web API4/9/2024 6:16:14 AM. Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET Core
  • Swagger (2), for .NET Core MVC Web API4/9/2024 6:15:32 AM. Swagger (OpenAPI) simplifies REST API description for both machines and humans. Its web-based UI, Swagger UI, offers comprehensive API info. Here's how to integrate Swagger with .NET MVC and .NET
  • Swagger (1), for .NET MVC Web API4/9/2024 6:11:13 AM. Swagger (OpenAPI) is a versatile tool for describing REST APIs, aiding both developers and users in understanding API capabilities. It includes Swagger UI, an alternative to Postman, offering interact
  • CRUD Operations In ReactJS With Hooks4/8/2024 9:14:38 AM. Learn how to implement React hooks for CRUD operations with Web API. This tutorial covers setting up a React app, installing dependencies like Axios and Reactstrap, configuring routing, creating data
  • .NET Core Web API Logging Using NLog In RabbitMQ4/4/2024 10:27:32 AM. This comprehensive guide explores setting up NLog for efficient logging, configuring RabbitMQ for asynchronous message handling, and integrating both into your Web API for centralized logging.
  • Calling Async Method from Sync Method in C#4/2/2024 7:33:33 AM. In this article, we will learn how we can call the Async Method from the Sync Method in C#. Asynchronous programming in C# enhances responsiveness and scalability. Learn to integrate it into existing
  • Web API with Power Automate4/1/2024 4:53:52 AM. In this session, we'll unlock the potential of Web APIs and Power Automate, empowering you to automate tasks and streamline workflows.
  • Telemetry in ASP.NET Core Web API with Prometheus3/29/2024 6:29:00 AM. Explore seamless integration of Prometheus for advanced telemetry in ASP.NET Core Web API. Monitor and collect metrics, enabling deep insights into application performance and behavior.
  • Options Pattern in .NET Core with Examples3/28/2024 7:12:54 AM. Options Pattern in .Net Core with examples
  • Generate PDF Files in .NET Core 6 Web API Using PDFSharp3/27/2024 7:22:26 AM. In this article, we will learn how to generate PDF Files in .NET Core 6 Web API Using PDFSharp. learn how to dynamically create PDF documents within a .NET Core 6 Web API application using PDFSharp.
  • What is Vue.js Composition API3/21/2024 9:22:33 AM. The Vue Composition API in Vue 3 introduces a flexible approach to composing component logic, offering features like function-based composition, reactive data, and simplified lifecycle hooks for impro
  • Web API Helper Page3/20/2024 11:37:31 AM. A Web API Helper Page serves as a documentation hub, offering essential information about endpoints, parameters, and functionality. It acts as a reference guide for developers, aiding in the integrati
  • Web API Validation3/20/2024 9:41:36 AM. Learn about the importance of validation in Web API development, including techniques like Model Validation and Fluent Validation. Explore how to implement validation rules using data annotations and
  • Web API Design Principles Or Web API Design Guidelines3/19/2024 6:10:44 AM. This article delves into the best practices for implementing and designing web APIs. It emphasizes the importance of considering both the API implementation and consumer perspectives. Key points inclu
  • Migrate From ASP.NET Core 2.x Web API To .Net Core 3.13/19/2024 5:32:47 AM. In this article, you will learn to Upgrade your ASP.NET Core 2. x Web API to .NET Core 3.1 for enhanced performance, new features, and improved compatibility. Migrate seamlessly with Visual Studio too
  • Revolutionizing Software Architecture: .NET Core Web API and Microservices Paradigms3/12/2024 6:16:27 AM. As we navigate the dynamic landscape of software development, it is paramount to consider real-world scenarios and apply architectural patterns that foster separation of concerns and flexibility. The
  • GraphQL In .NET Web API With Entity Framework Core - Part Two3/11/2024 9:23:26 AM. Explore advanced GraphQL integration in .NET Core Web API using Entity Framework Core. Learn efficient data modeling, schema design, and resolver implementation for seamless API development.
  • GraphQL In .NET Web API With Entity Framework Core - Part One3/11/2024 9:22:06 AM. In this article, we will learn about the step-by-step implementation of GraphQL in a Web API using ASP.NET Core, including database setup, scaffolding, configuration, repository creation, and GraphQL
  • Exception Handling In ASP.NET Core Web API3/11/2024 7:27:08 AM. Exception handling is crucial for robustness in ASP.NET Core Web API. Learn about global handling, custom middleware, action filters, and ProblemDetails for effective error management and client commu
  • How To Generate Curl Script of the HttpClient in .NET3/7/2024 11:22:06 AM. The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, application/
  • ASP.NET MVC Tooltip with Web API, Bootstrap Popover, jQuery UI Dialog3/7/2024 8:41:29 AM. This article provides a detailed guide on dynamically adding help/tooltip icons to form elements using jQuery UI modal or Bootstrap popover. The tooltips are fetched from a centralized location via We
  • How To Create Industry Standard .NET Core CRUD API Quickly3/6/2024 9:50:04 AM. To swiftly develop an industry-standard .NET Core CRUD API, utilize ASP.NET Core's MVC framework with Entity Framework Core for data access. Employ dependency injection, repository pattern, and Au
  • Product Management Application using .NET Core and React JS with CRUD Operations3/2/2024 9:31:29 AM. In this article, learn to create a product management web API with CRUD operations using .NET Core 6 and React JS. Utilize SQL Server for the backend and Axios for API consumption.
  • ASP.NET Core & Angular 2 Master-Detail Grid with Web API & EF 1.0.12/29/2024 11:17:41 AM. Learn to create a robust ASP.NET Core backend and Angular 2 frontend application. Master-detail functionality implemented using HTML grid, with Web API for data exchange and Entity Framework (EF) 1.0.
  • Angular 5, ASP.NET Core CRUD For Inventory Management Using EF And WEB API2/29/2024 10:11:58 AM. In my previous article, I have explained how to get started with Angular5 and ASP.NET Core. Now in this article let's see in depth on how to work with WEB API, EF for performing a CRUD operation f
  • CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web API2/29/2024 10:09:52 AM. HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send a
  • ASP.NET Core Blazor Filtering And Sorting Using Entity Framework And Web API2/29/2024 9:13:45 AM. In this article, we will explain in detail, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.
  • Shopping Cart Using ASP.NET Core Blazor Using EF And Web API2/29/2024 7:17:46 AM. In this article, let’s see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API. Kindly read my previous articles which explain in depth about getting started wi
  • Dynamic Model Binding in ASP.NET Core Web API 2/22/2024 4:12:40 AM. Dynamic model binding in ASP.NET Core Web API allows flexible data binding for HTTP requests with varying structures. Follow these steps to implement dynamic model binding in your ASP.NET Core project
  • How To Use Swagger With ASP.NET Core Web APIs2/21/2024 10:35:13 AM. Using Swagger with ASP.NET Core Web APIs facilitates automated API documentation generation and interactive testing. With Swashbuckle, developers can effortlessly integrate Swagger UI into their proje
  • Rate limiting in Minimal APIs with .NET 82/20/2024 4:10:02 AM. Explore rate limiting in .NET Core to manage incoming traffic, enhance performance, and defend against malicious activities. Test fixed window, concurrency, token bucket, and sliding window limiters i
  • Web API Development with ASP.NET Core: A Comprehensive Tutorial2/17/2024 3:13:59 AM. In this comprehensive tutorial, you'll learn how to create powerful and scalable RESTful APIs with ASP.NET Core. In this guide, developers will learn about routing, controllers, and middleware as
  • Telemetry in ASP.Net Core Web API2/16/2024 6:58:48 AM. This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
  • Power of APIs in Data Engineering2/16/2024 3:55:32 AM. In this article you can discover the power of APIs in data engineering. From extracting weather data to streaming Twitter feeds, learn how APIs streamline processes and enable real-time analytics, wit
  • Creating A Web API Project In Visual Studio 20192/15/2024 8:27:35 AM. This article explores the creation of APIs with GET, POST, PUT, and DELETE operations, crucial for CRUD functionalities. It delves into database connectivity, HTTP methods, routing, HTTP status codes,
  • Test Your ASP.NET Core Web API With Swagger2/12/2024 10:18:37 AM. Testing of Web APIs is always a challenge because it exposes the end-point rather than the UI. Testing such things may have a dependency on third-party tools, such as fiddler and Post-Man, to Web API
  • Build Temparature Convertor Application Using Angular and Bootstrap2/12/2024 7:14:31 AM. In this tutorial, I will show you how to build an Temperature Convertor application using Angular Custom Pipe. The Pipes are a great way to transform the appearance of elements in the template.
  • Getting Started With ASP.NET Core And jQuery CRUD Using WEB API2/9/2024 7:23:23 AM. A lab exercise for you to demonstrate what have you learned from this training material to create your own Todo CRUD operation using TodoRepository included in this training material.
  • ASP.NET Core 6 Web API CRUD With Entity Framework2/9/2024 4:56:00 AM. In this article, you will learn about ASP.NET Core 6 Web API CRUD With Entity Framework.
  • Easily Understand Azure API Management 2/7/2024 5:47:11 AM. In this post, we will see what Azure API management is. This article guides you through creating Azure API Management, a hybrid platform for managing APIs across environments. Learn to deploy a .NET
  • Easily Read Key Vault Secrets From ASP.NET Core Web API Application2/7/2024 5:29:31 AM. Azure Key Vault facilitates secure storage and access to sensitive information such as API keys and passwords. It organizes secrets into logical groups called vaults. Refer to Microsoft's document
  • Create and Publish ASP.NET Web API in Azure2/6/2024 9:11:27 AM. Learn to create and publish an ASP.NET Web API in Azure. Follow step-by-step instructions, covering database setup, model creation with Entity Framework, and deploying to Azure App Service.
  • Understanding "obj" and "bin" Directories in ASP.NET Core Web API2/5/2024 8:29:29 AM. These directories are needed because the C# compiler and linker require intermediate files to be generated during the build process to produce the final output file. The "obj" directory cont
  • Steps to Implement Title Service in Angular Application2/5/2024 7:40:55 AM. This article explains steps to set the page title using the title service in Angular apps using an example. The title service allows to change the HTML title of the application with ease.
  • Build Calculator Application Using Angular And Bootstrap2/4/2024 5:26:18 AM. In this article, I will show you how to build calculator application using Angular and Bootstrap in 2 minutes.
  • CRUD Operations in Power Portal Using Web API Methods1/31/2024 10:47:45 AM. Create, Read, Update, and Delete (CRUD) operations in Power Portal using Web API methods and D365. This article covers Power Portal overview, portal creation, and performing CRUD operations for effici
  • Redis as Primary Database in .NET 8 Web API1/31/2024 9:51:42 AM. In this article, we are going to use Redis as our primary database for our ASP.NET Core Web API project in .NET 8. Learn about Redis, its data types, and the pros and cons of using it as a primary dat
  • Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL Server1/25/2024 5:31:16 AM. In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP.NET
  • Eager Loading In ASP.NET Core Web API Complete Example 1/22/2024 8:52:34 AM. In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database cal
  • Synchronous vs Asynchronous Programming in ASP.NET Core Web API1/21/2024 1:50:22 PM. Synchronous Programming: In synchronous programming, tasks are executed one after the other, in a sequential manner. When a request is made to a synchronous API, the server processes the request and w
  • Middleware in Minimal API with .NET 81/20/2024 11:53:50 AM. Minimal API Middleware in .NET 8, a streamlined approach to handling HTTP requests and responses. Learn about built-in middleware and create custom middleware for request logging, modification, and re
  • Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API1/15/2024 9:08:11 AM. Demystify CORS in ASP.NET Core! Learn how to seamlessly handle Cross-Origin Resource Sharing and overcome origin-related errors in your Web API with this concise guide.
  • Handling HTTP Options Method in Angular and C#1/12/2024 7:16:34 AM. Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C#
  • Handling HTTP Patch Method in AngularJS Frontend and C# Backend1/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
  • Handling HTTP Put Method in AngularJS Frontend and C# Backend1/12/2024 7:06:54 AM. Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol
  • JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQL1/10/2024 10:39:54 AM. In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios a
  • Deploy .Net Core Web API to Elastic Beanstalk using AWS CodeBuild & CodePipeline1/5/2024 4:58:16 AM. Learn how to deploy a .Net Core Web API to Elastic Beanstalk service by configuring AWS CodeBuild & CodePipeline CI/CD pipelines
  • Localization in .NET Core Web API1/2/2024 6:23:52 AM. This article on Localization in .NET Core Web API. Learn why it matters, set up localization, create resource files, and implement practices for inclusive user experiences worldwide.
  • Building a Swagger-Enabled Node.js API with Express12/29/2023 9:57:20 AM. Embark on a journey of creating a Swagger-enabled Node.js API with Express. This detailed guide covers key Swagger components, step-by-step integration, route definition, and testing via Swagger UI.
  • Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse Proxies12/28/2023 5:30:52 AM. Explore the powerful combination of Ocelot and gRPC in API Gateway development for efficient routing and management in microservices. Learn about forward and reverse proxies, enhancing control, securi
  • Microservices Development Using CQRS Architectural Design Pattern in Microsoft Asp.net Core Web API 12/28/2023 5:02:27 AM. The Command Query Responsibility Segregation (CQRS) pattern is an architectural principle that separates the responsibility for handling commands (write operations that change state) from queries (rea
  • Transfer Data From One Middleware to Another .NET Core Web API12/26/2023 7:18:15 AM. The intricacies of passing data between middlewares in .NET Core Web API applications. Dive into methods like HttpContext.Items, custom middleware options, dependency injection, and HTTP context reque
  • Logging in .NET Core with Serilog12/24/2023 9:46:36 AM. Dive into the fundamentals of logging and follow a detailed guide on implementing Serilog in .NET Core 6 Web API. Learn the benefits and step-by-step configuration for efficient log management.
  • SOAP VS REST API12/23/2023 11:44:10 AM. Difference between soap and rest API.In the field of Web Development, the most common and well-known keyword is Web Services. So before going to start the discussion about Rest and Soap API, we first
  • How To Invoke REST Web Service in MuleSoft12/22/2023 8:28:09 AM. In this article, you will learn how to invoke REST Web Service from the MuleSoft application. MuleSoft's RESTful web service integration using Anypoint Studio. Understand the principles of REST, s
  • Using RESTSharp for CRUD Operations in ASP.NET Core Web API12/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
  • Minimal Web API With .Net 812/18/2023 10:44:45 AM. In this article, you will learn about RESTFul Minimal Web API with .Net 7 .Net 6
  • .Net 8 Web API CRUD Operations12/18/2023 5:44:56 AM. In this article, We are going to discuss how to create web API using .NET 8. Creating a .NET 8 Web API with CRUD operations using an in-memory collection. It covers setting up the project, implementin
  • Clean Architecture In ASP.NET Core Web API12/11/2023 6:10:03 AM. In this article, you will learn about Clean Architecture in Asp.net Core Web API.
  • Implementing Reason for Delete in D365 CE12/8/2023 8:53:01 AM. This article is about implementing the reason for deletion in D365 CE using custom logic. In Dynamics 365 Customer Engagement (CE), enhance data management with a "Reason For Deletion" featu
  • CRUD Operation from Power Portal Using Web API Methods12/7/2023 5:12:17 AM. Unlock the potential of Dynamics 365 portals by mastering CRUD operations with Web API. This article guides you through creating and customizing portals, covering key aspects
  • Unraveling .NET Core Web API Structure11/29/2023 6:46:42 AM. Unlock the potential of .NET Core Web APIs. This guide explores their fundamental structure, HTTP methods (GET, POST, PUT, DELETE), and practical use cases for building robust and scalable application
  • Configuring Azure Key Vault in a .NET Core Web API11/24/2023 5:08:28 AM. This step-by-step guide explores integrating Azure Key Vault into a .NET Core Web API, enhancing security by securely managing sensitive information like API keys. Detailed instructions ensure a smoot
  • API Versioning in ASP.NET Core11/22/2023 9:23:22 AM. In this article, you will learn some different ways to version ASP.NET Core Web API.
  • Retrieve Data From Database in ASP.Net Web API11/22/2023 6:45:38 AM. This article explains how to retrieve data from the database in the ASP. NET Web API.
  • Building a Robust API with Flask, flask_restful, and flask_sqlalchemy in Python11/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 Python11/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
  • Types Of Web API Action Results11/17/2023 5:19:10 AM. This article explains about Web API action results and explanation of REST result.
  • Cascading Dropdown List Of Country, State And City Using MVC, Web API And jQuery11/15/2023 9:09:46 AM. Today, in this article, I will explain how to create a Cascading dropdown list using MVC, Web API and jQuery.
  • Basic Authentication with ASP.Net Core Web API Using MySQL Server11/15/2023 6:06:58 AM. This article provides a comprehensive guide for implementing Basic HTTP authentication in a .NET 3.1 API with C#. The step-by-step instructions, code snippets, and explanations seem well-organized.
  • Implementing the Visitor Pattern in ASP.NET Core Web API Using 3-Tier Architecture 11/14/2023 11:30:05 AM. In an ASP.NET Core Web API employing a 3-tier architecture, the Visitor Pattern is utilized for efficient data manipulation in the C# Article model. The model, CSharpArticle, includes essential proper