Related resources for proxy
  • Example of Aspect Oriented Paradigm with DispatchProxy Class 10/23/2024 5:25:01 AM. This article explores how to implement cross-cutting concerns in .NET using the DispatchProxy class. It demonstrates dynamic proxy creation for logging and other concerns, highlighting the benefits of
  • How to Create API Gateway for React JS Application?8/24/2024 7:31:16 AM. 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 request
  • Learn API Gateway in Micro services8/9/2024 8:23:01 AM. 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 b
  • Understanding about OpenZeppelin7/10/2024 6:30:07 PM. 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, empha
  • Reverse Proxy Grafana with Nginx in Azure6/24/2024 7:56:02 AM. 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, ensu
  • Remoting in C#6/4/2024 9:46:59 AM. 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/serv
  • Difference between Forward and Reverse Proxy5/29/2024 9:28:06 AM. 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
  • Dynamic Objects And Alternatives To Reflection5/17/2024 10:22:34 AM. 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 dy
  • Working With Change Tracking Proxy in Entity Framework 6.05/17/2024 10:21:30 AM. 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 applicat
  • Using The Proxy Pattern In C#5/7/2024 10:20:16 AM. 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 a
  • Microsoft Entra ID: Implement On-Premises Apps with Application Proxy3/28/2024 6:11:01 AM. In this article, we will discover how Microsoft Entra ID's Application Proxy seamlessly integrates on-premises applications for secure remote access.
  • Building a Logging Proxy in C#3/26/2024 8:09:28 AM. 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, aidin
  • How to Set Proxy For Metro Apps in Windows 82/27/2024 11:21:20 AM. 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.
  • Proxy Setting For Metro Apps in Windows 82/26/2024 12:05:34 PM. 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 a
  • How to Configure Microsoft Entra Application Proxy?12/12/2023 8:24:29 AM. 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 co
  • Clean Architecture ASP.NET Core Web API Proxy10/13/2023 5:47:09 AM. 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 mainta
  • Demystifying API Gateway, Reverse Proxy, and Load Balancer10/11/2023 7:18:28 AM. In this article, we will delve into these concepts, demystify their functionality, and provide practical coding examples to illustrate their usage.
  • Building a Microservices API Gateway with YARP in ASP.NET Core Web API10/3/2023 6:29:13 AM. 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 feat
  • C# Using The Proxy Pattern To Define Relationships9/22/2023 10:27:49 AM. 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. Usuall
  • Proxy Pattern in C#9/22/2023 8:32:53 AM. 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 scalabi
  • Oracle Data Provider for .NET : Part II9/5/2023 5:55:04 AM. 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 f
  • What Is Microsoft Graph Developer Proxy?8/24/2023 9:39:07 AM. 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.
  • Data Gateway in Power BI8/7/2023 6:57:07 AM. 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
  • How to create proxy server between application and remote host7/17/2023 7:23:54 AM. This article will show how to create proxy-like server that will stand between application (client) and its remote server using asynchronous sockets.
  • Mocking API Responses Made Easy With Graph Developer Proxy4/7/2023 6:28:38 AM. Improving API Development Workflow and Reducing Costs with Graph Developer Proxy Mocking
  • Overview Of Graph Developer Proxy3/28/2023 6:46:42 AM. Graph Developer Proxy is a CLI tool that simulates API errors & mock responses for Microsoft Graph API. Facilitates error handling & app development.
  • Understanding Proxy Servers and Anonymizers: Benefits and Risks3/20/2023 10:19:28 AM. 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
  • Implementing A Proxy Server In C# - An Example And Test Case12/9/2022 11:48:43 AM. 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 w
  • Unable To Install Packages With NPM Due To Corporate Proxy11/18/2022 10:20:26 AM. In this article, I will explain how you can resolve the issue where NMP packages are not getting installed because of corporate network proxy.
  • Generic Web Service Proxy5/2/2022 9:02:16 AM. 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.
  • Introduction to Web Services1/31/2022 11:25:19 AM. A tutorial explains basics of web services followed by sample example.
  • Aspect Oriented Programming In C# Using DispatchProxy11/23/2020 6:10:41 AM. Example of implementing logging using Aspect Oriented approach with DispatchProxy class.
  • How To Load Balance Multiple Servers Using Haproxy In AWS10/17/2020 1:11:16 PM. By the end of this article, you will be able to create different servers and host applications and also load balance them using Haproxy.
  • Perform CRUD Operations Using Sencha Touch MVC4/23/2020 1:49:43 PM. In this article we will see how to perform some CRUD operations in Sencha Touch 2.
  • Azure Application Proxy - Best Solution to Publish Internal Web-Based Application9/24/2019 1:18:55 AM. In this video, we will learn about Azure Application Proxy and how it is called the best solution to publish Internal Web-Based Applications.
  • Programmatically Creating Proxy of the WCF Service Client Application Without Adding Service Reference9/16/2019 12:26:22 AM. In this exercise we will see how to design a proxy using APIs provided by WCF.
  • WCF Service FAQs: Part 211/29/2018 4:36:42 AM. 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 Chann
  • Making Proxy Request In Angular/Fix CORS Issue In Angular Applications11/1/2018 9:23:14 AM. 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 co
  • HAProxy L7 Load-Balancing With Docker Containers9/20/2018 12:00:42 AM. We will learn HAProxy Layer 7 load balancing with Docker containers in action. We're going to do here is to spin up a HAProxy container with some custom configuration, which listens to the request
  • Debugging Tips - Part One10/25/2017 4:02:44 PM. A cool attribute to save some debugging time is DebuggerTypeProxy (Namespace: System.Diagnostics). Using this attribute, you can write your own logic to interpret the object at debug time. Meaning, if
  • How to use NPM Install (The Command) behind Corporate Proxy Server10/17/2017 12:55:03 AM. 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 ser
  • Aspect Oriented Programming In C# With RealProxy class10/10/2017 12:24:21 AM. Example of implementing logging using RealProxy class.
  • Proxy Design Pattern Using C#6/27/2017 7:02:45 AM. 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.
  • Configure InfoPath Forms Services Web Service Proxy In SharePoint 2013 Central Administration3/28/2017 5:41:44 PM. 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 Proxies3/3/2017 11:30:11 PM. In this article, you will learn about reverse proxy, using Azure functions proxies.
  • SharePoint 2016 - Part Eight: Register Workflow Service Proxy12/21/2016 11:28:30 AM. Here you will learn how to register workflow service proxy.
  • Design Patterns Simplified - Part 13 (Proxy)5/2/2016 11:50:05 AM. This article explains what Proxy Design Pattern is and how to use it in software development.
  • Proxy Class For The WCF Service11/29/2015 8:22:34 AM. In this article, I will demonstrate you how to create proxy class for the wcf service.
  • Design Patterns: Proxy7/9/2015 3:05:32 PM. The proxy design pattern is a layer that prevents you from instantiating heavy objects that will not be needed at a certain time.
  • Calling WCF Without Creating Proxy Using jQuery Ajax1/1/2015 3:43:39 PM. In this article you will learn how to call WCF without creating a proxy using jQuery Ajax.
  • Web Service in ASP.NET: Part 312/23/2014 6:32:54 PM. 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.
  • Discussion Of Various AJAX Patterns4/23/2014 2:02:04 PM. In this article we will discuss various AJAX patterns in modern web applications.
  • Error: App Management Shared Service Proxy is Not Installed9/16/2013 4:02:13 AM. In this article you will see how to resolve the issue “Error: App Management Shared Service Proxy is not installed “in SharePoint 2013.
  • IFrame Cross Domain Communication Using IIS ARR and URL Rewrite5/1/2013 11:26:38 PM. 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.
  • Web Proxy Server in VB.NET11/9/2012 9:48:25 AM. 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.
  • Invoking Web Method from one Web Service to Another10/13/2012 4:47:17 AM. In this article I will show you how to connect a web service from another.
  • Creating the Web Service Consumer 10/13/2012 3:24:12 AM. In this article I will explain creating the Web Service Consumer.
  • Learn Design Pattern - Proxy Pattern10/9/2012 8:13:16 PM. In this article we will explain Proxy Pattern.
  • Wrapper Patterns in C#, Part II: The Proxy Pattern10/4/2012 10:36:09 AM. 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.
  • Wrapper Patterns in C#: Part I10/4/2012 10:33:03 AM. 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.
  • The NeFs Application Demo Part 3: Building the Web Client 9/30/2012 2:42:21 AM. This is the final part of a three-part demo application dubbed Networked Financial System.
  • Web ProxyServer in C# and VB9/29/2012 5:56:29 AM. Web Proxy Server is HTTP proxy server written in C#.It is Multithreaded so many clients can access the web through this WebProxy Server.
  • Lets Play Around With Proxy Design Pattern5/15/2012 1:43:55 PM. 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.
  • Proxy Design Pattern12/8/2011 11:16:35 PM. 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 Proxy4/18/2011 12:09:29 PM. In this article I am explaining the step by step procedure to create a sandbox solution with full trust proxy.
  • How to assign the Subscriptions to the Partitioned User Profile Service Application Proxy in SharePoint 20102/4/2011 4:45:41 PM. How to assign the subscriptions to the partitioned user profile service application proxy in SharePoint 2010.
  • Checking a HTTP proxy status and type10/18/2009 9:48:33 PM. 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 Firewall11/22/2006 4:18:50 AM. This article will explain how to consume a webservice from behind a proxy firewall.
  • Use of Proxy when using WebSerices8/23/2006 2:49:31 PM. 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 III: The Decorator Pattern2/20/2006 8:32:26 AM. 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.
  • Remoting Calls Recommendations1/5/2006 4:54:22 AM. 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 Calls Recommendation1/3/2006 2:00:52 AM. 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.
  • Horoscope Web Service12/28/2005 4:09:15 AM. An article talks about web services and how to develop them using .NET.
  • How to By Pass Proxy12/27/2005 6:22:52 AM. 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.
  • Download Files using HTTP and Proxy Server in C#12/24/2005 6:53:03 AM. This article explains how to pass proxy server network credentials when downloading files using HTTP.