GitHub topics: wcf-service
geeksarray/multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting
You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.
Size: 272 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

geeksarray/how-per-call-service-instance-works-in-wcf
This article helps you to understand how per call WCF service works and how its instances get created. This article will also go through a tutorial for implementing and executing Per Call WCF Service.
Language: C# - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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# - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

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# - Size: 47.4 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

rdrrichards/QIQO.Business.Services.Solution
QIQO Services Solution - WCF, SimpleInjector, DAL, Console and Windows Hosts
Language: C# - Size: 306 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 4

tvass83/WcfDumper
A tool to dump WCF ServiceDescription objects from live processes
Language: C# - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

LuisEduardoFrias/MantenimientoDeUsuario
Aplicación de mantenimiento de usuario.
Language: JavaScript - Size: 678 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

uzbekdev1/MekashronDemo
ICU-Tech. Functions
Language: C# - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

geeksarray/shared-service-contract-and-data-contract-in-wcf
This article describes how to create WCF ServiceContract and DataContract that can be shared to multiple assemblies or WCF services and clients.
Language: C# - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

salomao270/wcf_service
I built this simple WCF service example to learn it before start to work with these technologies at a Client.
Language: C# - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

cesarrrguez/ServiceWCF
Windows Communication Foundation (WCF) service and test client
Language: C# - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

uvatmvf/EasyWcfPubSub
WCF pub-sub
Language: C# - Size: 269 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

jmbl1685/soap-webservices
An example SOAP web service using WCF. Consumed from ASP.NET Web API 2.0, Firebase, Angular.js
Language: C# - Size: 106 KB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

ssssage/WCFServices
This repository contains WCF services, client consuming and hosting features.
Language: C# - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

samuelarbibe/taki
Desktop/mobile object-oriented card game, operated by a database service
Language: C# - Size: 185 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/creating-dynamic-proxy-using-wcf-channelfactory
This article helps you to generate a dynamic WCF service proxy using ChannelFactory. This will also describe what is ChannelFactory, the difference between ChannelFactory and Proxy, and when to use proxy or ChannelFactory.
Language: C# - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/wcf-message-level-security-by-example
This article will describe how to implement WCF message level security. It will show you the required steps to create the WCF library, host it in IIS, secure with Message Level Security, client application and finally see encrypted messages using WCFTraceViewer.
Language: C# - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/configure-iis-for-wcf-service-with-ssl-and-transport-secuirty
This article will help you to configure IIS for WCF service with SSL and achieve WCF Transport security. It uses a WCF service, create a SSL certificate using IIS Server Certificates with WCF service hosted in IIS.
Language: C# - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/how-to-create-wcf-restful-services
This article describes step by step creation of WCF RESTful services and its http methods like GET, PUT, DELETE and POST. In this article I am going to create a WCF rest service API which returns XML data as WCF attributes.
Language: C# - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/wcf-rest-service-to-get-or-post-json-data-and-retrieve-json-data-with-datacontract
In this article I will talk about creating WCF RESTful services for CRUD operations which uses JSON and DataContracts. CRUD operations are done by http verbs GET, POST, PUT and DELETE
Language: C# - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

geeksarray/how-to-host-wcf-service-in-iis-7
This article will give you a brief description of the required steps to host your WCF service in IIS and test it using console application.
Language: C# - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

croningeorge/PropertyManagement
PropertyManagement
Language: HTML - Size: 2.01 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mocosha/webservices-examples
C# .NET web services introduction
Language: C# - Size: 459 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

pimmerks/WcfRestTemplate
A template for creating WCF REST services.
Language: C# - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

swarpatel23/InstagramReplicaWCFService
Language: C# - Size: 4.61 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

shreeram-mc/AmountConverter
A WCF Service with WPF Client to Convert the Currency into Words
Language: C# - Size: 24.4 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Sullivan008/CSharp-WCF_ASP.NET_MVC-AuthWithToken
C# - WCF - ASP.NET Authentication Service with Token [Year of Development: 2018 and 2020]
Language: JavaScript - Size: 47.2 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Sullivan008/CSharp-WCF-AuthWithInterceptors
C# - WCF - Authentication and Authorization with Interceptors. [Year of Development: 2018]
Language: C# - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

JBeni/TSP.NET
Special programming techniques .Net
Language: C# - Size: 2.05 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

leonardofs/Sistema-de-Matricula-Sistemas-Distribuidos
Trabalho para a disciplina de Sistemas Distribuidos utilizando as tecnologias: ADO.NET, WCF, Xamarin.Forms, UWP e Prism, com padrão de projeto em MVVM.
Language: C# - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

AhmadAymanA99/BloodPressureTracker
Track blood pressure samples, make history graphs.
Language: JavaScript - Size: 7.33 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Pzixel/RemoteClient.Roslyn
Language: C# - Size: 35.2 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

kathleenwest/ServiceThrottlingDemo
Service Throttling in WCF Services – A Demo of Service Concurrency and Instance Throttling Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The project also demos throttling service behaviors that are in the service configuration settings. Service throttling limits the client calls that could otherwise drain or slow down its service to other clients if too many are calling simultaneously. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 5 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.
Language: C# - Size: 49.6 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kathleenwest/ServiceConcurrencyDemo
Concurrency and Instancing in WCF Services – A Demo of Service Concurrency and Instancing Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 3 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.
Language: C# - Size: 2.46 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kathleenwest/ServiceErrorHandlerDemo
Simple Service Error Handler – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Error Messages : This project presents a simple Math Service and Client Application demonstration that implements error handling on the service and communications of its errors to the client. The Math Service 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). The GUI has features to add, subtract, multiply, and divide two numbers (integers). The GUI does basic data validation then sends a request to the math service. After it receives the results from the math service, it displays the calculation result or any received error messages (faults) to the user. The objective of this project was not to demo a calculator application but the handling of errors on a service.
Language: C# - Size: 7.64 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

kathleenwest/MoneyPotInstancingDemo
This project presents a simple, but fun “Money Pot” Service and Client Application demonstration. The “Money Pot” is a self-hosted (service host) WCF application with a GUI user interface to quickly demo and test the service with a client (both simple Windows Form Applications). In addition, a short discussion of concurrency to protect resources against multiple threads is shown along with charts, pictures, and test data to show that with multiple threads (clients) wanting the “money pot” resource, can diminish what resources an individual client thread can receive if they compete against one another.
Language: C# - Size: 4.18 MB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

kathleenwest/SimpleGreetingWCFServiceLibrary-Host-ClientDemo
WCF Simple Greeting Service Library & Service Host Console Application Supporting Http and TCP Protocols & Client “Tester" Console Application
Language: C# - Size: 390 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kathleenwest/MyAzureWCFServiceDemo
Positive Affirmations is a WCF service demo project hosted via Azure Cloud Services. A Windows Form Application functions as a test client where users can consume the service. This project presents a simple WCF Positive Affirmations Service that demos architectural styles of setting up, hosting via Azure Cloud Services, configuring services, and testing the service for http protocols. The service accepts a simple string, which represents a name, and returns a simple string with a randomized positive affirmation that acknowledges the name. Instead of using IIS Express, the simple service is hosted using Azure Cloud Services. The Visual Studio solution also has one client “tester” Windows Form application that tests the http protocol connection to the hosted service.
Language: C# - Size: 67.7 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

jjorozcodev/WebService-WCF
Creating a web service in ASP.Net using WCF and database Northwind.
Language: C# - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

bibhu545/Healthcare---A-WCF-Service-for-CRUD-Operation-of-Hospital-Data
WCF (Windows Communication Service) for CRUD Operations with entity framework - An extension to previous Healthcare projects
Language: C# - Size: 14.9 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

amitpatange88/HostLive
This windows service will check if System is online and since how much hours machine is still being used by user.
Language: C# - Size: 5.41 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AnvithaDineshRao/TripPlanner-Integerating-Webservices
End to End Application which helps tourist in planning a trip from booking flight tickets to finding best tourist attractions.
Size: 655 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

ffiaux/WcfRESTService
My First WCF app, providing a REST service
Language: C# - Size: 26.4 KB - Last synced at: 8 months ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

rominbusa/FoodCartService
Food Cart Service developed using WCF(Windows Communication Foundation) service as a part of SOC(Service Oriented Computing) Project. Service also support CRUD operations with data stored in MS SQL.This Service is consumed by .NET and JAVA client.
Language: Java - Size: 25.7 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

kathleenwest/BasicWCFServiceApplication-ClientConsoleApplication
This project presents a basic WCF Service Application and client "tester" console application in same Visual Studio solution. The WCF Service was hosted using IIS Express. A simple console "test" application connected to the service through a proxy.
Language: C# - Size: 328 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kathleenwest/HalloweenNameWCFService
This project presents a simple, but fun WCF Halloween Name Service Application. The service provides either a single Halloween name (string), or an array of Halloween names. It is hosted using IIS Express to quickly demo and test the service with a client. A client “tester” console application tests the service and provides output to the user.
Language: C# - Size: 1.02 MB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

kathleenwest/WCFServiceWithDataStoreXMLSerialization-HTTPClientConsoleApplication
This project presents two separate WCF Service Applications and a client "tester" console application in the same Visual Studio solution. The WCF Services were hosted using IIS Express. A simple console "test" application connects to both of the services through separate proxy references. There are two services: school service (the main demo) and a basic math service.
Language: C# - Size: 1.04 MB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

kathleenwest/WCFMathServiceLibraryMultiThreadedCapableWithConsoleServiceHost-ClientTester
WCF Math Service Library with Multi-Threaded Capabilities & Console Service Host and a Client “Tester” ChannelFactory Implementation
Language: C# - Size: 569 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

luke92/SOAPClientPHPWSHttpBinding
Conectar codigo de PHP con WCF Service con binding wshttpbinding usando SoapClient
Language: C# - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

mohitp12/Travelogue
Android Application which serves as tourist assistant
Language: Java - Size: 11.8 MB - Last synced at: 7 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

ParthPatel-DA/Interview-Experiences-Portal
Master's Subject Assignment Project
Language: JavaScript - Size: 57.1 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 3

Vladimir-Novick/NETCORE-WCF-Client
Net Core WCF Client Configuration
Language: C# - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

SibeeshVenu/WCF-Unit-Tests-NUnit-Rhino-Mocks
The detailed article can be found here: https://sibeeshpassion.com/wcf-service-unit-tests-using-nunit-with-rhino-mocks-and-entity-framework/
Language: C# - Size: 6.37 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ThiagoBottacin/Cadastro-Cliente
Cadastro de Clientes (CRUD) utilizando WebForms, WCF e SQL Server hospedado no Azure
Language: JavaScript - Size: 459 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ramazanguclu/EnUcuzUrun
Language: C# - Size: 45.6 MB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

d-goro/HelloWorld-WCF
Simple WCF project
Language: C# - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

agileraymond/WcfCustomerContactInfo
WCF service to manage customer contact information.
Language: C# - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sandeepmulia/Terminal-PopStation
Demo of a POP Station post box using WPF UI and WCF Service which provides the layout data
Language: C# - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

MariusKurbakovas/TaxesManagerService
Coding task
Language: C# - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

dylanvgils/V2DNET1_webservice
Schoolproject: Webservice build with C# using WCF. GUI's build in WPF and Swing.
Language: Java - Size: 130 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

vishalbhardwaj26/hw-hosting-independent-wcfservice
Develop and hosting WCF service independently.
Language: C# - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

heksan/PCHost
Server for PCJack, uses selenium to drive web browser and WCF to communicate with external devices
Language: C# - Size: 1.38 MB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

anicetkeric/WcfService
REST API Using WCF Service
Language: C# - Size: 37.1 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ivan95603/CSharpWCFmeteo
Homework for WCF Services Meterological Station
Language: C# - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

AbdulRahmanOmarAlward/wcf-restful
This repository contains the best way for wcf restful with Dependency injection using AutoFac ,multi-layer application , EntityFramework code-first database context ,UnitOfWork and repository pattern this code return result from database and show in json
Language: C# - Size: 2.15 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ystvan/SOAPSimpleWCF
a very simple SOAP web service for manipulating an Azure database
Language: C# - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ystvan/RESTfulWCF
A very simple WCF made to RESTful manipulating a database in the cloud
Language: C# - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

angelhernandezm/Monohost-Linux-Automation
This is a Qt application in Linux acting as a mono host that exposes a WCF service that allows executing commands in the Linux computer (Automation).
Language: Makefile - Size: 463 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

Pzixel/RemoteClient
Created
Language: C# - Size: 73.2 KB - Last synced at: 28 days ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1
