wcf-client

There are 72 repositories under wcf-client topic.

  • dotnet/wcf

    This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.

    Language:C#1.7k3702.3k557
  • SebastiaanLubbers/WF_WCF_Samples

    Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Samples

    Language:C#270018
  • rdrrichards/QIQO.Business.Client.Solution

    WPF, MVVM, XAML, C#, Prism

    Language:C#187199
  • VanHakobyan/WCFprojects

    :cactus:WCF:cactus: is a tool often used to implement and deploy a service-oriented architecture (SOA). It is designed using service-oriented architecture principles to support distributed computing where services have remote consumers.

    Language:C#13105
  • tmulkern/dotnetcorewcfjwt_samples

    Code for Authentication of a .Net Core WCF Client using a Json Web Token (JWT) as a BearerToken to a WCF Service

    Language:C#11105
  • xocapik/FaceWebServiceClient

    Face web service client .NET

    Language:C#9242
  • channeladam/ChannelAdam.Wcf

    DEPRECATED - A .NET library that makes it easy to use WCF clients/channels and prevent memory and connection leaks by automatically correctly performing the close/abort pattern.

    Language:C#8417
  • mrgln/wcf-chat-app

    Simple client-server (WCF&WPF) application C#

    Language:C#7100
  • nevilparmar11/WCF-ChatApplication

    Multi User WCF Chat Application

    Language:C#7204
  • kathleenwest/FileManagerDemo

    (File Manager – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Files) This project presents a simple File Manager Service and Client Application demonstration. The File Manager is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application).

    Language:C#5203
  • RidgeX/perfmon-for-wcf

    An alternative to Windows Performance Monitor made with WCF, WPF and LiveCharts

    Language:C#5100
  • kathleenwest/ChatDemo

    This project presents a simple Chat Message Service and Client Application demonstration. The Chat Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The service prints to the console window the user activities (log on, log off) and what messages are sent to users. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to log on, log off, send a message, and receive messages from other users on the chat service.

    Language:C#4203
  • kathleenwest/WCFStockServiceSingletonWithClientChannelFactory

    This project presents a WCF Stock Service Library (StockServiceLib) that mimics a stock exchange. The service is implemented as a “singleton” and maintains persistent data between client calls and can handle multiple client sessions. The service is hosted via a console application (StockServiceHost). The client and service participate in a bi-directional/callback relationship. The client (StockClient) uses the ChannelFactory pattern as opposed to “Add Service Reference” with SVCUTIL. The client and service share a common assembly (SharedLib) that contains the key contract and data model information. Furthermore, a Utilities project is used by the client console application to facilitate user data entry and the complicated details of building and managing the WCF ChannelFactory connection implementation. The ProxyGen class inside the Utilities project abstracts the details of implementing and managing a generic ChannelFactory connection to a generic service for a client. Note: The Utilities project library was included as base code for my lab project to facilitate speedy completion; we were not expected to code this Utilities project ourselves due to complexity and time constraints. The remaining projects in the solution (SharedLib, StockClient, StockServiceHost, and StockServiceLib), I completed individually per requirements for the lab project.

    Language:C#4100
  • bioyeneye/wcf-service-sample

    Sample WCF C# project with two Windows Service as host and Console application as Client

    Language:C#3201
  • brianb12321/RemotePlus

    A simple, yet complicated remote comtrol solution for the pen-testers, geeks, and nerds. It's a tool waiting in your toolbox!

    Language:C#3201
  • benmccallum/CoreWcf

    A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).

    Language:C#220
  • geeksarray/example-for-hosting-wcf-service-in-windows-service

    This article demonstrates the required steps to host your WCF service in Windows Service and consume it in a console application.

    Language:C#2101
  • Icidis/TDN.Wcf.Client

    .NET Standard WCF Client

    Language:C#2270
  • mocosha/webservices-examples

    C# .NET web services introduction

    Language:C#21120
  • tondrej/hydra-wcf-delphi

    Code for "Using RemObjects Hydra to consume a .NET WCF service from Delphi"

    Language:C#2201
  • vivek306/SQLBasicUwp

    Basic SQL Server Database for UWP Apps

    Language:C#2200
  • EvilLord666/WcfDiagnostic

    Get logs through WCF (On server side via callback interface)

    Language:C#110
  • geeksarray/handling-wcf-service-exceptions-using-fault-contracts

    In this article we will see how we can use the WCF fault contracts to handle exceptions. This tutorial will help you to create WCF service step by step with fault contracts.

    Language:C#110
  • geeksarray/hosting-wcf-service-with-nettcpbinding-or-netnamedpipebinding-in-iis

    This article describes your necessary actions to host your WCF services with netTcpBinding or netNamedPipeBindings in IIS. IIS supports HTTP or HTTPS protocols by default however to use netTcpBindings or netNamedPipeBinding you need to manage some settings in IIS.

    Language:C#110
  • kathleenwest/WCFAuthenticationDemo

    This project presents a Visual Studio solution including a simple demo WCF Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the user registration, login, logout, and service operations. In addition to demonstrating standard authentication capabilities, the WCF service implements a custom username and password validator pattern. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology of which the implementation is discussed. A custom error handler ensures that exceptions are properly wrapped into WCF Faults and communicated to the client caller. Certificates are discussed along with how to implement a server certificate on a client machine for development testing of “integrity” and application trust. The project includes a demo certificate and script for generating self-signed dev certificates, which must be installed into the client certificate store for the client tester application to trust and access the demo service. The client “tester” windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service registration, login, logout, service operations, and callbacks are working as expected and sending proper WCF fault messages. Lastly, the project is shown in the demo section with a video and screen captures.

    Language:C#1201
  • luke92/SOAPClientPHPWSHttpBinding

    Conectar codigo de PHP con WCF Service con binding wshttpbinding usando SoapClient

    Language:C#120
  • psouki/WCFAllCovered

    This is an extensive and all explained study of WCF web services. It was inspired in the Miguel Castro's pluralsight course WCF End-to-End

    Language:C#1201
  • salomao270/wcf_client

    I built this simple WCF client example to learn it before start to work with these technologies at a Client.

    Language:C#1101
  • stimulsoft/Samples-Reports.WPF-WCF

    WCF samples for Stimulsoft Reports.WPF - a reporting tool for WPF applications

    Language:C#140
  • Vishwadeep17/Student_Management_System

    Introducing our Student Management System repository on GitHub! It's a SOAP-based system in .NET, designed for efficient student record management and academic administration. Admin handle CRUD operations, manage grades, courses, fees, and upload materials. Students access personal data, grades, fees, enroll in courses, and access course materials.

    Language:C#10
  • AlonElayLatucha/StoreAppUWP

    Light store management system made with UWP and WCF using C#

    Language:C#00
  • kminber/WebASPNET

    Aplicación web con ASP.NET que se conecta a un servicio WCF

    Language:C#0100
  • corpzbrideee02/NumBingo

    NumBingo- a distributed multi-player Bingo game application that incorporates multiple assemblies and Windows Communication Foundation (WCF)

    Language:C#10
  • FedeCana00/e-commerce-clothing

    E-commerce clothing platform developed int C # .Net with client and server.

    Language:JavaScript10
  • WcfLocalChat

    Xymoh/WcfLocalChat

    Local Chat made in C# WCF, practice for asynchronous programming

    Language:C#10