TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About proxy
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Matthew Cochran (4)
Kunj Sangani (2)
Valerii Tereshchenko (2)
Prabhakar Maurya (2)
Vijai Anand Ramalingam (2)
Pramod Singh (2)
Demir (2)
Gurpreet Arora (1)
Rama Mohan (1)
Abhijeet Jadhav (1)
Mohammad Hussain (1)
Rafal Wozniak (1)
Tuhin Paul (1)
Esmael Esmaeli (1)
Vipul Jain (1)
Chris Blake (1)
Ashok Kumar P (1)
Amit Kumar Agrawal (1)
Munib Butt (1)
Jignesh Trivedi (1)
farazfastian43 (1)
Anish Ansari (1)
Krishna Garad (1)
Radhakrishnan Govindan (1)
Amit Tiwari (1)
Imran Ghani (1)
Debasish Tutu (1)
Janshair Khan (1)
Tapan Patel (1)
Rahul (1)
Jasminder Singh (1)
Manpreet Singh (1)
Thiago Custodio (1)
Waqas Sarwar (1)
Prakash Tripathi (1)
Mukesh Kumar (1)
Bruno Leonardo Michels (1)
Devesh Omar (1)
Nitin Pandit (1)
Sourav Kayal (1)
Raj Bandi (1)
Shamim Ahmed (1)
C# Curator (1)
Sukesh Marla (1)
Abebe Assefa (1)
Vijay Prativadi (1)
Jean Paul (1)
Ravishankar Singh (1)
Pop Adrian Nicolae (1)
Thiagarajan Alagarsamy (1)
Deepak Raghavan (1)
Saurabh Nandu (1)
Shivani (1)
Mahesh Chand (1)
Related resources for proxy
No resource found
C# Using The Proxy Pattern To Define Relationships
9/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 II
9/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 BI
8/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 host
7/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 Proxy
4/7/2023 6:28:38 AM.
Improving API Development Workflow and Reducing Costs with Graph Developer Proxy Mocking
Overview Of Graph Developer Proxy
3/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 Risks
3/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 Case
12/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 Proxy
11/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 Proxy
5/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 Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
Distributed Computing Using .NET Remoting
12/8/2020 2:31:35 AM.
AppDomain is an isolated environment for executing Managed code. Objects within same AppDomain are considered as local whereas object in a different AppDomain is called Remote object.
Using The Proxy Pattern In C#
12/3/2020 8:19:42 AM.
In this article, you will learn how to use the Proxy pattern in C#.
Working With Change Tracking Proxy in Entity Framework 6.0
11/26/2020 4:47:02 AM.
In this article you will learn how to work with a Change Tracking Proxy in Entity Framework 6.0.
Remoting in C#
11/24/2020 5:43:24 AM.
This simple article shows you how to write simple server and client to access the server remotely.
Aspect Oriented Programming In C# Using DispatchProxy
11/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 AWS
10/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 MVC
4/23/2020 1:49:43 PM.
In this article we will see how to perform some CRUD operations in Sencha Touch 2.
Proxy Setting For Metro Apps in Windows 8
12/31/2019 1:29:36 AM.
In this article we are explaining how to set proxy for Metro apps in windows 8
How to Set Proxy For Metro Apps in Windows 8
12/13/2019 12:14:50 AM.
In this article we are explaining for how to configure a proxy for a Metro application in Windows 8.
Azure Application Proxy - Best Solution to Publish Internal Web-Based Application
9/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 Reference
9/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 2
11/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 Applications
11/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 Containers
9/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 One
10/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 Server
10/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 class
10/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 Administration
3/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 Proxies
3/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 Proxy
12/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 Service
11/29/2015 8:22:34 AM.
In this article, I will demonstrate you how to create proxy class for the wcf service.
Design Patterns: Proxy
7/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 Ajax
1/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 3
12/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 Patterns
4/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 Installed
9/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 Rewrite
5/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.NET
11/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 Another
10/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 Pattern
10/9/2012 8:13:16 PM.
In this article we will explain Proxy Pattern.
Wrapper Patterns in C#, Part II: The Proxy Pattern
10/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 I
10/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 VB
9/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 Pattern
5/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 Pattern
12/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 Proxy
4/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 2010
2/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 type
10/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 Firewall
11/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 WebSerices
8/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 Pattern
2/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 Recommendations
1/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 Recommendation
1/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 Service
12/28/2005 4:09:15 AM.
An article talks about web services and how to develop them using .NET.
How to By Pass Proxy
12/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.