Resources  
  • Envoy Proxy Explained: Modern Traffic Management for MicroservicesJul 09, 2026. Envoy Proxy: Master microservices traffic. Discover load balancing, routing, security, and observability for cloud-native apps.
  • Traefik Tutorial: Modern API Gateway and Reverse Proxy for Cloud-Native AppsJul 08, 2026. Master Traefik, the modern API gateway & reverse proxy for cloud-native apps. Automate traffic, SSL, and discovery for Kubernetes & Docker.
  • How to Configure Nginx as a Reverse Proxy for Node.js ApplicationsMar 25, 2026. Configure Nginx as a reverse proxy for Node.js! Boost performance, security, and scalability. Step-by-step guide with best practices for production deployments.
  • How to Use Nginx as Reverse Proxy for Node.js Applications in ProductionMar 24, 2026. Boost Node.js app performance & security! Learn to use Nginx as a reverse proxy with our step-by-step guide. Includes SSL, load balancing, & optimization tips.
  • Top 5 Proxy Managers to Securely Expose Your Docker ServicesOct 30, 2025. Discover the best proxy managers for Docker—Traefik, Nginx, Caddy, HAProxy, and Envoy—to simplify networking, SSL, and secure your containers easily.
  • Reverse Proxy Grafana with Nginx in AzureJun 24, 2024. Learn how to enhance your Grafana setup in Azure by configuring Nginx as a reverse proxy. This article covers step-by-step instructions for setting up Nginx to securely proxy requests to Grafana, ensuring improved security, performance, and flexibility in your cloud environment.
  • Building a Logging Proxy in C#Mar 26, 2024. In this article, we build a practical reusable Logging Proxy in C#. This article elucidates the creation of a Logging-Proxy, vital for logging calls and data transfers over specified interfaces, aiding in debugging or documentation. It employs the Proxy Design Pattern for seamless integration.
  • Understanding Proxy Servers and Anonymizers: Benefits and RisksMar 20, 2023. In today's digital world, anonymity and privacy have become crucial considerations for many individuals and organizations. Proxy servers and anonymizers are two technologies that can help provide a layer of privacy and security when accessing the internet.
  • Implementing A Proxy Server In C# - An Example And Test CaseDec 09, 2022. In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server works as expected.
  • Using The Proxy Pattern In C#Dec 03, 2020. Explore the Proxy Pattern in C#, a structural design pattern facilitating controlled access to an object. Enhance security, logging, and lazy initialization for efficient client-server communication and remote object access.
  • Making Proxy Request In Angular/Fix CORS Issue In Angular ApplicationsNov 01, 2018. This Article shows how to make proxy calls or fix the CORS issue in an Angular Application. When we want to communicate out of our Angular application we try to call the WebApi.Here we might face a common issue known as CORS issue.
  • How to use NPM Install (The Command) behind Corporate Proxy ServerOct 14, 2017. When you want to install packages for angular, angular CLI, typescript etc. via NPM using Command Prompt and you are working in an office environment where everything runs behind a corporate proxy server, you will most probably get the below exception.
  • Configure InfoPath Forms Services Web Service Proxy In SharePoint 2013 Central AdministrationMar 28, 2017. In this article, we will see how to configure InfoPath Forms Services Web Service proxy in SharePoint 2013 Central Administration.
  • Reverse Proxy Using Azure Functions ProxiesMar 03, 2017. In this article, you will learn about reverse proxy, using Azure functions proxies.
  • Calling WCF Without Creating Proxy Using jQuery AjaxDec 31, 2014. In this article you will learn how to call WCF without creating a proxy using jQuery Ajax.
  • Working With Change Tracking Proxy in Entity Framework 6.0Jul 10, 2014. In this article, you will learn about Proxy Objects, ObjectStateManager, and EntityState to leverage advanced tracking features for data manipulation and performance optimization in your .NET applications.
  • Error: App Management Shared Service Proxy is Not InstalledSep 16, 2013. In this article you will see how to resolve the issue “Error: App Management Shared Service Proxy is not installed “in SharePoint 2013.
  • Programmatically Creating Proxy of the WCF Service Client Application Without Adding Service ReferenceAug 08, 2013. In this exercise we will see how to design a proxy using APIs provided by WCF.
  • Web Proxy Server in VB.NETNov 09, 2012. Web Proxy Server is HTTP proxy server written in VB.NET. It is Multithreaded so many clients can access the web through this WebProxy Server.
  • Learn Design Pattern - Proxy PatternOct 09, 2012. In this article we will explain Proxy Pattern.
  • How to Set Proxy For Metro Apps in Windows 8Sep 27, 2012. In this article, we are explaining how to configure proxies for Metro apps in Windows 8. Learn the steps to set up proxy settings to ensure seamless internet access and enhanced privacy.
  • Lets Play Around With Proxy Design PatternApr 22, 2012. Today, in this article let’s play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
  • How to assign the Subscriptions to the Partitioned User Profile Service Application Proxy in SharePoint 2010Feb 04, 2011. How to assign the subscriptions to the partitioned user profile service application proxy in SharePoint 2010.
  • How to create proxy server between application and remote hostFeb 22, 2010. This article will show how to create proxy-like server that will stand between application (client) and its remote server using asynchronous sockets.
  • Checking a HTTP proxy status and typeOct 18, 2009. This article demonstrates how to check if a HTTP Proxy is working and if its anonymous or transparent using C#.
  • Consuming a Webservice from behind a Proxy FirewallNov 23, 2006. This article will explain how to consume a webservice from behind a proxy firewall.
  • Use of Proxy when using WebSericesAug 10, 2006. The article shows the advantages of using Proxy layer to add Web Services compared to using the Add Web Reference wizard.
  • Wrapper Patterns in C#, Part II: The Proxy PatternFeb 14, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# wrapper rabbit hole and see how it is all possible with some patterns: Proxy, Decorator, and Adapter.
  • C# Using The Proxy Pattern To Define RelationshipsJan 23, 2006. I was recently working on a 2.0 Framework project where we had many types of related objects. However, we needed to ensure that there were not multiple instances of the same object in memory. Usually the GOF Proxy pattern is used to hide or control access to an object, but we can also use it to define relationships between objects.
  • Download Files using HTTP and Proxy Server in C#Sep 21, 2004. This article explains how to pass proxy server network credentials when downloading files using HTTP.
  • Intercepting and Decoding Claude Code API Calls Using MITM ProxyApr 25, 2026. Uncover Claude Code's API secrets! Intercept & decode payloads with mitmproxy to analyze data sent to Anthropic. Optimize costs & ensure compliance. A must-read for enterprise AI tool adoption.
  • Proxy Infrastructure for Secure and Scalable AccessJan 16, 2026. Secure your network with proxy servers! Learn how they enforce policies, optimize performance, and provide crucial security, control, and visibility for enterprises.
  • Using WebProxy in C# to Access Internet in Restricted NetworksOct 24, 2025. Learn how to implement a WebProxy in C# to bypass network restrictions and access the internet in corporate environments. This guide provides a reusable method for creating and configuring a proxy, handling authentication, and ensuring secure communication. Discover how to enable/disable the proxy via web.config, manage credentials, and set it as the default for all web requests, making your C# applications enterprise-ready and robust in restricted networks. Essential for API interactions and data fetching behind firewalls.
  • What to use API Gateway, Load Balancer or Reverse ProxySep 18, 2025. Confused about API Gateways, Load Balancers, and Reverse Proxies? This article breaks down the key differences and benefits of each, helping you choose the right tool for your web application. Learn how API Gateways manage multiple services, Load Balancers distribute traffic for high availability, and Reverse Proxies enhance security and performance. Understand when to use each, or even combine them, for optimal results in your projects. Improve your web app's performance, security, and user experience by making informed decisions.
  • Difference between Forward and Reverse ProxyMay 29, 2024. Forward and reverse proxies serve distinct roles in network communication. Forward proxies act on behalf of clients, accessing resources on external servers, while reverse proxies handle requests from clients directed at internal resources.
  • Microsoft Entra ID: Implement On-Premises Apps with Application ProxyMar 28, 2024. In this article, we will discover how Microsoft Entra ID's Application Proxy seamlessly integrates on-premises applications for secure remote access.
  • How to Configure Microsoft Entra Application Proxy?Dec 12, 2023. Learn how Azure Application Proxy facilitates secure remote access to on-premises applications without a VPN. From prerequisites to step-by-step guidance on setting up and configuring the App Proxy connector, this article ensures you understand the process. Discover the benefits, including secure access, single sign-on, and hybrid deployment support. Follow the steps to enable and test the application, emphasizing secure external access without VPN requirements, making it a cost-effective solution for various scenarios.
  • Clean Architecture ASP.NET Core Web API ProxyOct 13, 2023. In the realm of modern web development, constructing a robust and scalable solution is paramount. This journey often involves harmonizing architectural principles and design patterns to enhance maintainability and flexibility. Our venture explores the creation of an ASP.NET Core Web API utilizing the Clean Architecture paradigm and harnessing the power of the Proxy Pattern. Focused on the dynamic domain of CarCompany management, our implementation establishes a structured and modular approach to CRUD (Create, Read, Update, Delete) operations. Through the systematic use of interfaces, repositories, and dependency injection, we aim to not only facilitate seamless data access but also introduce a Proxy layer, offering a versatile gateway for implementing additional functionalities such as caching, logging, and validation. This amalgamation of industry-best practices forms the foundation for a resilient and extensible web API tailored for CarCompany data management.
  • Demystifying API Gateway, Reverse Proxy, and Load BalancerOct 11, 2023. In this article, we will delve into these concepts, demystify their functionality, and provide practical coding examples to illustrate their usage.
  • Proxy Pattern in C#Sep 22, 2023. Learn about the Proxy Pattern in C#, a powerful structural design pattern. Explore its purpose, implementation, and real-world applications, enhancing software efficiency, maintainability, and scalability. Happy Learning!
  • Mocking API Responses Made Easy With Graph Developer ProxyApr 07, 2023. Improving API Development Workflow and Reducing Costs with Graph Developer Proxy Mocking
  • Overview Of Graph Developer ProxyMar 28, 2023. Graph Developer Proxy is a CLI tool that simulates API errors & mock responses for Microsoft Graph API. Facilitates error handling & app development.
  • What Is Microsoft Graph Developer Proxy?Mar 20, 2023. Microsoft Graph Developer proxy simulates API errors that might occur in specific circumstances (for example, in production environments) and provides tips on improving API and app performance.
  • Unable To Install Packages With NPM Due To Corporate ProxyNov 18, 2022. In this article, I will explain how you can resolve the issue where NMP packages are not getting installed because of corporate network proxy.
  • SharePoint 2016 - Part Eight: Register Workflow Service ProxyDec 21, 2016. Here you will learn how to register workflow service proxy.
  • Design Patterns Simplified - Part 13 (Proxy)May 02, 2016. This article explains what Proxy Design Pattern is and how to use it in software development.
  • Proxy Class For The WCF ServiceNov 29, 2015. In this article, I will demonstrate you how to create proxy class for the wcf service.
  • Design Patterns: ProxyJul 09, 2015. The proxy design pattern is a layer that prevents you from instantiating heavy objects that will not be needed at a certain time.
  • Proxy Design Pattern Using C#Jan 01, 2014. This article explains the Proxy Design Pattern. Proxy Design Pattern acts as a representation of an object and will basically be the access point to use the original object.
  • Proxy Setting For Metro Apps in Windows 8Mar 25, 2013. In this article, learn how to Easily configure proxy settings for Metro apps in Windows 8 to ensure seamless connectivity and privacy. Customize proxy configurations effortlessly, enhancing security and accessibility for your favorite Metro applications.
  • Proxy Design PatternDec 08, 2011. In this article we are going to discuss the Proxy design pattern. It is one among the 23 design patterns by Gof. As usual we can start with the Challenge and Solution style.
  • Create Pages based Layout Pages using sandbox with full trust ProxyApr 18, 2011. In this article I am explaining the step by step procedure to create a sandbox solution with full trust proxy.
  • Generic Web Service ProxyFeb 04, 2004. In this article I will explain how you can consume a web service without using the standard Add Web Reference in Visual Studio and how to do this without using SOAP.
  • How to By Pass ProxySep 10, 2001. There are many like me who are behind the Proxy and many time you are not able to use the recent Data in your Program from Web as your are not able to retrieve that data because of Proxy coming in between.
  • Web ProxyServer in C# and VBFeb 06, 2001. Web Proxy Server is HTTP proxy server written in C#.It is Multithreaded so many clients can access the web through this WebProxy Server.
  • Building AI Applications Using Model Context Protocol (MCP) ProxiesJul 03, 2026. Learn how Model Context Protocol (MCP) proxies standardize AI application communication with external tools, enabling scalable and secure integrations.
  • What is Service Mesh and How Does Istio Work in Microservices Architecture?Apr 17, 2026. Explore service mesh architecture and Istio's role in microservices. Learn how it simplifies communication, enhances security, and improves observability in Kubernetes.
  • How to Deploy Node.js App on AWS EC2 with Nginx and PM2Mar 23, 2026. Deploy Node.js apps to AWS EC2 using Nginx and PM2. This guide covers EC2 setup, Node.js installation, reverse proxy configuration, and process management. Perfect for scalable and reliable deployments!
  • What Is API Gateway and How to Use It in Microservices?Feb 26, 2026. API Gateways centralize microservices, simplifying client communication and enhancing security. Learn key features, implementation with Ocelot in ASP.NET Core, and best practices.
  • 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.
  • ⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World ExamplesOct 08, 2025. Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, deployment scenarios with IIS and Nginx reverse proxies, performance tuning tips, security recommendations, and essential interview questions. Master Kestrel for building fast, scalable, and secure .NET Core applications in the cloud and beyond. Ideal for microservices and APIs.
  • What is Kestrel and How Does it Differ from IIS?Sep 11, 2025. Understand the key differences between Kestrel and IIS for ASP.NET Core hosting. Kestrel is a cross-platform, open-source web server known for its speed and efficiency, ideal for modern cloud environments. IIS, a Windows-specific server, offers robust enterprise features like security and logging. Learn when to use each, or combine them for optimal performance and security. Discover the best approach for your application's needs.
  • OpenTelemetry in .NET 9: Trace Requests End-to-End with JaegerJul 11, 2025. Trace user requests end-to-end using OpenTelemetry and Jaeger with .NET 9. Monitor HTTP calls, SQL queries, and frontend actions in real-time, enabling full-stack observability, debugging, and performance optimization.
  • Lazy Loading in ASP.NET Core Web APIMar 26, 2025. Learn how to implement Lazy Loading in ASP.NET Core Web API using Entity Framework Core. This complete guide covers configuration, models, DTOs, controllers, and best practices with a working example.
  • Deploy Homepage on Docker for an Organized Dashboard Feb 22, 2025. Set up a Homepage on Docker to effortlessly manage bookmarks, widgets, and system stats. Easy deployment and customization simplify self-hosting.
  • Advanced Logging with Proxies in C#Dec 24, 2024. This article presents a lightweight, dependency-free logging mechanism in C# using the DispatchProxy class. It enables efficient method interception, conditional logging, performance optimization, and error handling without external dependencies.
  • How to Create API Gateway for React JS Application?Aug 24, 2024. This guide covers setting up an API Gateway for your React.js application using Express.js. Learn how to centralize API requests, enhance security, and optimize performance by routing frontend requests through a unified gateway. Gain insights into proxy configuration, middleware, and advanced gateway features.
  • Learn API Gateway in Micro servicesAug 09, 2024. An API Gateway in microservices acts as a reverse proxy, managing incoming requests and routing them to the appropriate services. It enhances scalability, security, and performance by providing load balancing, authentication, rate limiting, and monitoring.
  • Understanding about OpenZeppelinJul 10, 2024. OpenZeppelin is a vital open-source entity in blockchain, offering robust tools for secure smart contract development on Ethereum. It provides libraries for ERC20, ERC721, and ERC1155 standards, emphasizing security, upgradability, and developer support.
  • Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse ProxiesDec 28, 2023. 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, security, and scalability.
  • Building a Microservices API Gateway with YARP in ASP.NET Core Web APIOct 03, 2023. Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating features such as service discovery, authentication, authorization, load balancing, rate limiting, and logging, you can create a robust and secure gateway that orchestrates communication between diverse microservices.
  • Azure Functions Proxies: URL Rewriting and API CompositionSep 12, 2023. Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL rewriting, request/response transformation, and API composition. Here are the steps to use Azure Functions Proxies in an ASP.NET Core application:
  • Data Gateway in Power BIAug 07, 2023. Unlock the potential of on-premises data with the Power BI Data Gateway. This comprehensive guide explores its core capabilities, installation, security, troubleshooting, and future roadmap for hybrid analytics. Empower your organization's analytics modernization with this crucial tool.
  • Dynamic Objects And Alternatives To ReflectionApr 08, 2018. The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables dynamic (i.e. run-time) access to properties of any object – faster than what you’d get out of the System.Reflection.Type.
  • Web Service in ASP.NET: Part 3Dec 24, 2014. In this article you will learn how to consume a web service in a C# Windows Application by Proxy class without using the URL of the Web Service.
  • Remoting Technology: Distributed ComputingNov 04, 2014. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate remote method invocation, enhancing interoperability and scalability in client-server architectures.
  • Working With Proxies in Entity FrameworkJun 11, 2014. This article helps you to understand what a proxy in the Entity Framework is and how to turn on and turn off a proxy and how to create a proxy instance explicitly.
  • Discussion Of Various AJAX PatternsApr 23, 2014. In this article we will discuss various AJAX patterns in modern web applications.
  • Store Proxies in Sencha Touch 2Mar 05, 2014. In this article we will see various types of proxies supported by the Sencha Touch store.
  • Perform CRUD Operations Using Sencha Touch MVCFeb 07, 2014. In this article we will see how to perform some CRUD operations in Sencha Touch 2.
  • IFrame Cross Domain Communication Using IIS ARR and URL RewriteMay 01, 2013. This article demonstrates how to override browser same-origin policy and communicate from main page to its iframe loaded with content from external domain using ARR and URL Rewrite.
  • WCF Service FAQs: Part 2Sep 16, 2012. WCF FAQ, What are the various ways to expose WCF Metadata, What is mexHttpBinding in WCF, What is a Service Proxy in WCF, What are the various ways to generate a proxy in WCF, difference between ChannelFactory and Proxies in WCF, How to create proxy for Non-WCF Services, Automatic Activation in WCF, WCF Instance Activation Methods, concurrency in WCF, WCF throttling.
  • Creating the Web Service Consumer Feb 11, 2010. In this article I will explain creating the Web Service Consumer.
  • What is a firewall?Dec 29, 2008. This article teaches about basics of firewall used in computer networking including the types of firewall.
  • Wrapper Patterns in C#, Part III: The Decorator PatternFeb 15, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# rabbit hole and see how it is all possible with some wrapper patterns: Proxy, Decorator, and Adapter.
  • Wrapper Patterns in C#: Part IFeb 13, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# wrapper rabbit hole and see how it is all possible with some patterns: Proxy, Decorator, and Adapter.
  • Oracle Data Provider for .NET : Part IIFeb 20, 2004. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features from any .NET application.
  • The NeFs Application Demo Part 3: Building the Web Client Oct 31, 2002. This is the final part of a three-part demo application dubbed Networked Financial System.
  • Remoting Calls RecommendationSep 19, 2002. The goal of this article is not to describe remoting technology in details. It is more focused at the practical design and implementation mistakes development process concerning garbage collection and performance.
  • Remoting Calls RecommendationsSep 19, 2002. The goal of this article is not to describe remoting technology in details. It is more focused at the practical design and implementation mistakes during development process concerning garbage collection and performance.
  • Remoting in C#May 13, 2002. Explore Remoting, a CLR framework enabling developers to build distributed apps and network services. Learn about key features like Object Passing, Proxy Objects, and more. Follow a simple client/server example to understand remote object activation and communication via TCP channels.
  • Introduction to Web ServicesMay 24, 2001. A tutorial explains basics of web services followed by sample example.
  • Invoking Web Method from one Web Service to AnotherApr 10, 2001. In this article I will show you how to connect a web service from another.
  • Horoscope Web ServiceFeb 08, 2001. An article talks about web services and how to develop them using .NET.