Resources  
  • How to Implement Rate Limiting in ASP.NET Core ApplicationsJun 05, 2026. Learn how to implement Rate Limiting in ASP.NET Core applications using built-in middleware. Explore Fixed Window, Sliding Window, and Token Bucket strategies.
  • Mutual TLS (mTLS) Authentication for Secure APIsJun 03, 2026. Learn Mutual TLS (mTLS) authentication for secure APIs. Understand how mTLS works, its benefits, use cases, and best practices for API security.
  • How to send inline image in MS Teams message using Power AutomateMay 25, 2026. Learn how to embed images directly in Microsoft Teams messages using Power Automate! This tutorial uses SharePoint and the MS Teams HTTP action for inline images. No more URLS!
  • How to Fix HTTP Error 500.30 (DataProtection Keys File System Block) in Azure App ServiceMay 21, 2026. Fix the dreaded HTTP Error 500.30 in Azure App Service! Learn how to resolve DataProtection key issues caused by read-only mode. Choose in-memory bypass or Azure Blob Storage.
  • How to Implement JWT Authentication in ASP.NET Core the Right WayMay 17, 2026. Learn how to implement JWT authentication in ASP.NET Core the right way with secure token validation, refresh tokens, password hashing, HTTP-only cookies, role-based authorization, and security best practices. Build robust authentication!
  • How to perform Folder Operations using SharePoint HTTP Actions in Power AutomateMay 11, 2026. Automate SharePoint folder management! Learn how to create, rename, and delete folders in Power Automate using HTTP requests. Simplify document library workflows.
  • API Design Best PracticesApr 28, 2026. API Design Best Practices
  • How to implement HTTPS enforcement in ASP.NET Core applicationsApr 22, 2026.
  • What is HTTP/2 and how is it different from HTTP/1.1?Apr 22, 2026. Discover HTTP/2's advantages over HTTP/1.1 for faster websites. Learn about multiplexing, header compression, server push, and how it boosts SEO and user experience.
  • How to Implement Secure Session Management in Web Applications?Apr 21, 2026. Learn how to implement secure session management in web applications with best practices, step-by-step guide, and protection against session hijacking and XSS.
  • How to Handle API Calls in Flutter Using Dio Package Step-by-StepApr 20, 2026. Master API calls in Flutter using Dio! This step-by-step guide covers setup, GET/POST requests, interceptors, error handling, and best practices for scalable apps.
  • How to Return Different HTTP Status Codes From ASP.NET Core Web API?Apr 06, 2026. Master ASP.NET Core Web API status codes! Learn to return 200, 400, 401, 404, 500 & more for robust APIs. Improve debugging, frontend integration & SEO.
  • What Is the Difference Between PUT and PATCH Methods in REST API?Apr 06, 2026. Unlock the power of REST APIs! Learn the crucial differences between PUT and PATCH methods for efficient data updates. Optimize your API design now!
  • How to Make HTTP API Calls in Flutter Using the http Package?Apr 06, 2026. Master Flutter API calls with the http package! This guide covers GET/POST requests, JSON parsing, error handling, and loading states for seamless data integration.
  • What is WebSocket and How is it Different from HTTP?Apr 01, 2026. Discover WebSocket, the real-time communication protocol, and its differences from HTTP. Learn when to use each for efficient web application development. Ideal for chat apps!
  • What Is HTTPS TLS Handshake and How Does It Secure Web Communication?Mar 17, 2026. Learn how the HTTPS TLS handshake secures web communication! Understand encryption, authentication, and data integrity for a safer online experience.
  • How to check out and check in document file in SharePoint Document Library with REST API using Power AutomateMar 12, 2026. Automate SharePoint document check-out and check-in using Power Automate's REST API. Simplify version control and reduce manual document management effort with this tutorial.
  • How to send links on Teams Chats created using Microsoft Graph HTTP in Power AutomateMar 10, 2026. Automate sending links in Teams chats using Power Automate and Microsoft Graph HTTP requests. Streamline communication and boost team collaboration effortlessly. Learn how!
  • Mastering Axios in React: A Complete CRUD ExampleMar 09, 2026. Learn how to master Axios in React with a complete CRUD example! This tutorial covers fetching, creating, updating, and deleting data using Axios and React Hooks.
  • How to Implement Authentication Using Next.js and a Backend API?Mar 03, 2026. Secure your Next.js apps! This guide covers JWT authentication with a backend API, focusing on secure token storage (HTTP-only cookies), route protection, and best practices for building robust authentication flows. Learn to protect user data!
  • How to Enable HTTPS Redirection in ASP.NET Core?Feb 26, 2026. Secure your ASP.NET Core apps! This guide details enabling HTTPS redirection, configuring certificates, handling reverse proxies, and implementing HSTS for robust security.
  • Power Automate HTTP Trigger API with Dataverse & Testing via Postman - A Practical GuideFeb 23, 2026. Build a secure Employee Record API with Power Automate! Learn to use HTTP triggers, Dataverse, and JSON schemas for efficient data capture and storage. #LowCode
  • Implementing a Custom Transport Layer in MCPFeb 24, 2026. Extend MCP with custom transports! Learn to implement HTTP (JSON-RPC) and WebSocket layers in Python for flexibility, scalability, and real-time capabilities.
  • How to Fix Login Redirect Loop Issue on WebsitesFeb 02, 2026. Frustrated by endless login redirects? This guide dives into the common causes, from cookie issues to HTTPS mismatches, and provides practical fixes to restore access.
  • The importance of HTTP status codes in APIsFeb 01, 2026. HTTP status codes are vital for API health. This article highlights their importance in testing, debugging, and ensuring reliable system communication. Validate status codes!
  • How to Fix “Mixed Content” Warning on HTTPS WebsitesJan 28, 2026. Eliminate "Mixed Content" warnings on your HTTPS website! This guide explains the causes, from hardcoded URLs to insecure APIs, and provides actionable fixes for a secure site.
  • How to Troubleshoot SSL Certificate Errors After Domain RenewalJan 27, 2026. Fix SSL errors after domain renewal! This guide covers expired certificates, DNS issues, installation problems, and CDN misconfigurations. Restore secure access now!
  • Implementing Webhook in .Net coreJan 26, 2026. Webhooks deliver real-time data between apps, unlike APIs. Learn how they work, their benefits (automation, integration), and security considerations. Event-driven magic!
  • How to Break and Set SharePoint Group Permissions on List Items Using Power AutomateJan 21, 2026. Automate SharePoint list item permissions! Use Power Automate to break inheritance and grant group access (Read, Contribute, Full Control) via HTTP requests.
  • Understanding GET, POST, PUT, and PATCH in ASP.NET Core Web APIsJan 15, 2026. Master ASP.NET Core Web APIs! Learn GET, POST, PUT, & PATCH methods with clear examples. Efficiently manage data with RESTful best practices. 158 characters
  • Using C# 14 with gRPC Instead of REST: Build a Customer Microservice (with Benchmarks)Jan 13, 2026. Discover why gRPC outperforms REST with Protobuf contracts, streaming, and JSON vs Protobuf BenchmarkDotNet benchmarks.
  • How to Use Python’s asyncio for Concurrent HTTP Requests?Jan 14, 2026. Unlock faster Python HTTP requests with asyncio! Learn to use aiohttp for concurrent API calls, error handling, and optimized performance. Boost your I/O-bound apps!
  • Stop Redirects in ASP.NET Core APIs: Return Proper HTTP Status Codes for AuthenticationJan 01, 2026. Learn how to fix authentication redirects in ASP.NET Core APIs by returning proper HTTP status codes like 401 and 403 instead of 302. Includes real-world examples, best practices, and a complete HTTP status code reference for API developers.
  • Events and Event Handlers in C#Dec 16, 2025. Master C# events and event handlers! Learn how to build loosely coupled, scalable applications using the publisher-subscriber pattern. Enhance your .NET skills now!
  • How to Use MediatR for Clean Architecture in .NET ApplicationsDec 08, 2025. Learn how to implement MediatR in .NET applications to achieve Clean Architecture. This guide explains request/response patterns, commands, queries, handlers, dependency injection, pipelines, and best practices with simple code examples.
  • Exception Handling in ASP.NET CoreDec 05, 2025. This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
  • How to Pass Data Between Angular and ASP.NET Core APIDec 02, 2025. Learn how to seamlessly pass data between Angular and ASP.NET Core! This guide covers GET, POST, PUT, DELETE, CORS, testing, and troubleshooting for web devs.
  • How to Fix “This localhost page can’t be found – HTTP ERROR 404” in ASP.NET CoreDec 01, 2025. Troubleshoot and fix the "This localhost page can't be found - HTTP ERROR 404" error in ASP.NET Core MVC. Learn about routing, controllers, views, and common mistakes to avoid. Ensure correct URLs, routing configuration, and view placement for a smooth debugging experience. Master ASP.NET Core MVC development.
  • How to Use Angular Interceptors for API CallsNov 26, 2025. Master Angular Interceptors! Learn to streamline API calls, add headers, handle errors, and implement loaders. A comprehensive guide with examples and best practices.
  • 5 Hidden Gems in ASP.NET Core You Probably Aren’t UsingNov 23, 2025. This article explores five powerful yet often overlooked features in ASP.NET Core that can significantly improve application performance, reliability, and scalability. From background processing with IHostedService and built-in Health Checks to Endpoint Filters, HTTP/3 support, and Rate Limiting middleware, this guide helps developers understand and implement these hidden gems effectively. With practical explanations and real-world relevance, this article is ideal for developers looking to enhance their ASP.NET Core skills and build modern, production-ready applications.
  • Middlewares in ASP.NET Core — The Ultimate Detailed GuideNov 20, 2025. This article provides a highly detailed and comprehensive guide to Middlewares in ASP.NET Core, covering the complete request-processing pipeline, middleware architecture, built-in and custom middlewares, real-world use cases, microservices integration, performance tuning, and essential interview concepts. It is designed for beginners, intermediate developers, and professionals preparing for .NET interviews or building enterprise web applications.
  • Axios vs Fetch: A Complete Comparison for Modern Web Development (2025 Guide)Nov 20, 2025. Explore Axios vs Fetch API in 2025! This guide compares features, error handling, browser support, and more to help you choose the best HTTP request method.
  • jQuery AJAX vs Fetch API (2025 Comparison)Nov 20, 2025. Explore jQuery AJAX vs Fetch API in 2025. Discover which method is best for modern web development, considering performance, syntax, and browser support. Learn when to use each!
  • Mastering Role-Based and Policy-Based Authorization in ASP.NET CoreNov 13, 2025. Secure your ASP.NET Core apps! Learn role-based and policy-based authorization. Implement custom handlers for granular access control and robust security measures.
  • Fortifying API Communication: Implementing End-to-End Encryption and HTTPS in ASP.NET CoreNov 10, 2025. Harden your ASP.NET Core APIs! Learn to implement end-to-end encryption with HTTPS, TLS, and AES. Protect data in transit and at rest for robust security.
  • Set Up Traefik with Docker: Secure, Smart HTTPS RoutingNov 06, 2025. Learn how to deploy Traefik with Docker for automatic HTTPS, easy container routing, and a visual dashboard—all in one beginner-friendly guide.
  • Webhooks + Azure Functions (.NET 9 Isolated Worker) Oct 31, 2025. Build a serverless webhook endpoint in Azure Functions using .NET 9 and Visual Studio. Receive, validate, and process webhook events without writing any PowerShell commands.
  • Module 16 of 40 : ASP.NET Core Middleware Mastery: Custom Logging, Auth & Pipeline ControlOct 20, 2025. Master ASP.NET Core middleware! This comprehensive guide covers custom logging, authentication, error handling, and pipeline optimization. Learn to build robust and efficient web applications with real-world examples, advanced patterns, and best practices for ultimate control over your HTTP pipeline. Enhance API security, performance, and request tracking.
  • Triggering Durable Orchestration On-Demand: A Real-Time Healthcare Claims Validation Workflow Using Azure Durable FunctionOct 15, 2025. Discover how to trigger Azure Durable Functions on-demand using HTTP for real-time workflows, exemplified by a healthcare claims validation scenario. Learn to securely pass input parameters, implement best practices for enterprise deployments, and ensure a resilient, auditable, and compliant pipeline. Explore deterministic instance IDs, Application Insights integration, and authentication strategies for production-ready solutions.
  • gRPC: Accelerating Microservices with Lightning-Fast CommunicationOct 07, 2025. Unlock lightning-fast microservices with gRPC! This article explores Google's high-performance RPC framework, built on HTTP/2 and Protocol Buffers. Discover how gRPC surpasses REST with bi-directional streaming, efficient serialization, and cross-language support. Ideal for cloud-native architectures, IoT, and real-time applications, gRPC empowers scalable and efficient inter-service communication.
  • Understanding Network Communication ProtocolsSep 27, 2025. Unlock the secrets of network communication! This guide breaks down essential protocols like TCP, UDP, IP, HTTP, and FTP, explaining how devices communicate on networks and the internet. Learn about reliable data transfer, real-time streaming, IP addressing, web page requests, and file sharing. Understand the backbone of internet communication and how data seamlessly moves across networks.
  • Azure IIS Setup: Installing a Free Let’s Encrypt SSL CertificateSep 27, 2025. Secure your Azure-hosted IIS web applications with a free Let's Encrypt SSL certificate! This step-by-step guide walks you through the entire process, from prerequisites to verification, ensuring encrypted communication, improved user trust, and a boost in search engine rankings. Learn how to use Win-ACME to automate certificate installation and renewal, saving you time and resources. Get HTTPS up and running on your Azure website today!
  • 🌐 Understanding Protocols: The Rules Behind Digital CommunicationSep 18, 2025. Unravel the mystery of protocols, the unsung heroes of digital communication! This guide explains how these essential rules govern data exchange across the internet, ensuring seamless interaction between devices. Learn about different types of protocols like TCP/IP, HTTP/HTTPS, and DNS, and discover why they're crucial for interoperability, reliability, and security in our connected world. Understand the advantages and challenges of protocols in modern networks.
  • Making Seamless Network Calls Using Chopper in FlutterSep 16, 2025. This article provides a step-by-step guide to using the Chopper package for clean, reusable, and efficient API integration. Learn how to define API endpoints, generate code automatically, and leverage built-in features like interceptors and JSON conversion. Say goodbye to boilerplate code and create maintainable network layers in your Flutter apps.
  • Different types of Network Protocols?Sep 09, 2025. Explore the essential world of network protocols, the unsung heroes of digital communication. This guide breaks down various protocol types, from communication protocols like HTTP, TCP/IP, and UDP, to management and security protocols such as SNMP, SSL, and TLS. Understand how these protocols ensure seamless, reliable, and secure data transfer across networks, powering the internet and beyond.
  • Complete End-to-End Guide: HTTPS, HSTS, and TLS in ASP.NET CoreSep 04, 2025. Comprehensive guide to securing ASP.NET Core applications with HTTPS, HSTS, and TLS. Learn step-by-step how to enforce encrypted communication, prevent downgrade attacks, and configure secure protocols from development to production. Includes TLS configuration in Kestrel, secure cookies, production certificate management, and CI/CD deployment considerations.
  • REST API Introduction and how it works?Sep 01, 2025. Unlock the power of REST APIs! This guide explains how REST APIs enable seamless communication between systems over the internet using HTTP methods like GET, POST, PUT, DELETE. Learn about key features like statelessness, the client-server model, and caching. Plus, discover how to build a simple REST API with Node.js and Express, and explore real-world applications in social media, e-commerce, and more. Understand the difference between REST and GraphQL.
  • Track Crypto Token Prices from CoinGecko Using HTTP ModuleAug 16, 2025. If you’re a crypto trader, investor, or just a blockchain enthusiast, staying updated on token prices is crucial. Constantly checking prices manually is a productivity killer — and premium market data tools can be expensive.
  • Understanding Key HTTP Status Codes: 400, 401, 404, and 204Aug 13, 2025. HTTP status codes like 400, 401, 404, and 204 guide API communication by indicating errors, missing resources, or successful requests without content, helping developers debug and improve web applications efficiently.
  • Difference Between Self-Signed and CA-Signed CertificatesAug 13, 2025. In the world of digital security, SSL/TLS certificates play a crucial role in ensuring encrypted communication and verifying identity over networks, especially the internet. When it comes to obtaining a certificate, two primary options: self-signed certificates and Certificate Authority (CA)-signed certificates.
  • Everything You Need to Know About Minimal APIs in .NETAug 11, 2025. Learn to build high-performance, lightweight APIs using Minimal APIs in .NET 6/7. Explore Clean Architecture, DDD, validation, auth, and CRUD with a Product API example for scalable, maintainable solutions.
  • Building Enterprise-Grade .NET Core Web API: A Clean Architecture GuideAug 05, 2025. A robust backend project using Clean Architecture with layered structure, SOLID principles, middleware, JWT auth, SignalR for real-time, email integration, third-party services, and Serilog logging.
  • Build a Weather App in Python Using the OpenWeatherMap APIAug 05, 2025. Learn how to build a real-world Weather App in Python that fetches live weather data from the OpenWeatherMap API. This beginner-to-intermediate tutorial covers acquiring an API key, making HTTP requests, parsing JSON, handling errors, and optionally extending the app into a web interface using Flask.
  • How to handle cyber security as a small web dev?Aug 05, 2025. Easy and practical tips for small web developers to keep their websites safe. It covers password security, updates, using HTTPS, server safety, backups, and more—helping you protect your projects even without a big team.
  • RESTful APIs Cheatsheet – A Detailed GuideAug 01, 2025. This RESTful API cheatsheet offers developers a quick reference guide covering core concepts, HTTP methods, best practices, and advanced topics like security, versioning, caching, and error handling for efficient API design.
  • Best Practices for Exception Handling in ASP.NET Core Web APIsAug 01, 2025. Exception handling is a critical aspect of building robust, secure, and maintainable Web APIs. In ASP.NET Core, handling exceptions gracefully ensures that the API provides meaningful error information to consumers without exposing sensitive internal details or causing the application to crash.
  • ASP.NET Web API Cheatsheet – Complete Guide in Simple LanguageJul 31, 2025. ASP.NET Web API is a framework for building RESTful services using HTTP. It supports routing, content negotiation, filters, versioning, and integration with tools like Swagger for scalable API development.
  • 🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real ExamplesJul 29, 2025. ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
  • Physical Design of IoT Part 2Jul 28, 2025. In this article we will learned about Fourth Layer of IoT Protocols that is Application Layer which includes HTTP, CoAP, Websockets, MQTT, XMPP, DDS, AMQP Protocols with their work, advantages, and disadvantages.
  • Events and Event Handlers in JavascriptJul 17, 2025. Learn how JavaScript events and handlers make web pages interactive. From mouse clicks to form inputs, master event-driven programming for responsive, user-friendly websites with real-time user interaction.
  • What is Node.js ArchitectureJul 09, 2025. Node.js is a fast and lightweight runtime that executes JavaScript on the server side. Its single-threaded, event-driven, non-blocking architecture makes it ideal for real-time, scalable, and efficient web applications.
  • Creating a Basic Node.js REST API (GET, POST, PUT, DELETE)Jul 09, 2025. Learn how to build a simple RESTful API using Node.js and Express. This tutorial covers CRUD operations (GET, POST, PUT, DELETE), JSON handling, and running a local server with in-memory data storage.
  • Everything about Web APIMay 05, 2025. This article is focused on Core Concepts, ASP.NET Core Specific, Advanced Features, Testing and Documentation, Performance & Design, Best Practices, Real-World Integration
  • Build & Deploy Azure Function Using C# and Integration with Azure SQLMay 05, 2025. This article walks you through creating the function, connecting to SQL, and deploying it to Azure perfect for developers looking to build serverless apps with database support.
  • .NET 9 Apps Are Faster Than EverApr 19, 2025. Explore .NET 9’s impressive performance improvements! From faster JSON serialization, optimized JIT compiler, reduced memory usage, to enhanced HTTP/3 handling
  • Implementing JWT Authentication in Python APIsApr 10, 2025. Learn how to implement JWT authentication in a Python Flask API with step-by-step guidance. Secure your routes, generate tokens, and validate users with best practices for modern web API security.2/2
  • How to Build Serverless APIs with Azure Functions in Azure PortalMar 28, 2025. Learn how to build and deploy serverless APIs using Azure Functions in the Azure Portal. This article covers creating an HTTP-triggered function, testing, securing, and scaling it efficiently.
  • Consuming HTTP Calls in .NET MAUI Using HttpClientMar 27, 2025. Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
  • Evolution of Web Scraping: Insights from John Godel on the Enhanced HtmlFetcher ClassMar 24, 2025. In the ever-evolving landscape of web development, efficiently retrieving and parsing web data has become crucial. Recently, I had the opportunity to delve into a sophisticated yet efficient C# class that achieves this goal: the HtmlFetcher class.
  • Understanding TLS and HTTPS in .NETMar 10, 2025. TLS (Transport Layer Security) is a cryptographic protocol securing data transmission over networks, ensuring encryption, authentication, and integrity. HTTPS integrates TLS with HTTP, providing secure web communications. In .NET applications, enforcing HTTPS and supporting TLS 1.2+ enhances security.
  • Integrate External Application with D365 CRM Using Power AutomateFeb 24, 2025. This article covers setting up automated workflows, using connectors, and synchronizing data seamlessly. Enhance business processes by enabling smooth communication between Dynamics 365 and third-party apps with low-code automation.
  • Deploying Vaultwarden on Docker for Secure Password ManagementFeb 17, 2025. Set up a private, self-hosted Vaultwarden server with Docker. Securely manage your passwords while maintaining complete control over your data.
  • Security Best Practices in ASP.NET CoreFeb 14, 2025. Secure your ASP.NET Core app with HTTPS, JWT, OAuth2, and API keys. Prevent SQL injection, XSS, and CSRF attacks. Use encryption, logging, monitoring, and secure file uploads. Keep dependencies updated for continuous security.
  • Dynamic CORS Setup in .NET Core 8,9,10 with JSON ConfigurationFeb 09, 2025. Learn how to configure CORS dynamically in .NET Core 8,9,10 using appsettings.json. Manage multiple allowed origins easily, enhance security, and improve flexibility for different environments like development, staging, and production.
  • MQTT vs HTTP: Understanding the Differences Jan 30, 2025. Explore the key differences between MQTT and HTTP protocols in this detailed comparison. Understand their strengths, use cases, and how each protocol fits within IoT applications.
  • Error handling in AngularJan 19, 2025. Error handling in Angular ensures smooth user experiences and easier debugging. Techniques include HTTP errors, global handlers, interceptors, RxJS operators, guards for routes, user-friendly messages, retries, and external logging.
  • Learn HTTP Interceptors in AngularDec 26, 2024. HTTP Interceptors in Angular are powerful tools that allow developers to modify or handle HTTP requests and responses globally. They are used for tasks like adding authentication tokens, logging, error handling, and transforming API data.
  • Custom middleware in .Net coreDec 24, 2024. Create a custom middleware in .NET Core to handle unhandled exceptions, and log errors, and return a user-friendly JSON response. Integrate it into the pipeline and test with endpoints to ensure robust error management.
  • Use Endpoints Explorer with .http Files in Visual StudioDec 23, 2024. Say goodbye to Postman and Swagger with Endpoints Explorer in Visual Studio! Learn how to test and explore APIs using .http files, simplify your API workflow, and enhance your development experience.
  • Understanding HTTP Status Codes: List of Errors & Their MeaningsDec 17, 2024. Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
  • Understanding .http Files in .NET 8Dec 01, 2024. Discover how to enhance API testing with Visual Studio's .http file feature. Learn to create and execute HTTP requests directly within the IDE, eliminating the need for external tools like Postman.
  • Enhanced Exception Handling with IExceptionHandler in .NET Core 8Nov 28, 2024. Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanced user-friendly error management.
  • Introduction To Minimal API using ASP.NET Core 8Nov 21, 2024. Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, improved performance, and accelerated development.
  • Handling Transient Failures in .NET 8 With PollyNov 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.
  • Add Multiple Users to SharePoint Group together in one API callOct 26, 2024. This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
  • Web api call in AndroidOct 25, 2024. 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 requests.
  • Mastering API Testing with Api.http Files in .NET ProjectsOct 23, 2024. 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. This file enables developers to quickly test API endpoints without the need for external tools such as Postman or cURL.
  • ASP.NET Core MiddlewareOct 22, 2024. ASP.NET Core Middleware plays a crucial role in the request processing pipeline of web applications. It allows developers to add custom functionalities, such as authentication, logging, and error handling, to handle HTTP requests and responses efficiently.
  • Customizing HTTP Headers with Middleware in ASP.NET CoreOct 12, 2024. In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific APIs can have unique headers.
  • ​Implementing CORS in .NET Core 8Oct 03, 2024. 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, handling preflight requests, and managing credentials.