Topic: "windows-communication-foundation"
SelfRef/wcf-project
Multiplayer open-world MonoGame
Language: C# - Size: 11 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

Mahdi7s/Photo-Gallery
A WPF photo-sharing gallery application for beauty salons and ateliers using MVVM architecture and WCF
Language: C# - Size: 506 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

NostalgicCoder/Example.WcfProject
EXAMPLE ONLY - Simple example project showing the basic fundamentals used to create a WCF service using HTTPS.
Language: C# - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

geersch/WCFDataTypes 📦
Controlling the way Collection and Dictionary types are represented on the client. Written on 2008-04-20.
Language: C# - Size: 94.7 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

geersch/WcfSvcMap 📦
WCF: Sharing Types Using .SvcMap. Written on 2011-07-31.
Language: C# - Size: 87.9 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

geersch/WcfMessageLogging 📦
WCF Message Logging. Written on 2011-05-10.
Language: C# - Size: 164 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

geersch/MagentoCoreAPI 📦
Using The Magento Core API With WCF. Written on 2010-02-11.
Language: C# - Size: 513 KB - Last synced at: 4 days ago - Pushed at: over 3 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: about 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

RodrigoCardelus/SolucionProyectoFinalSegundo
Proyecto Final del Segundo Año de Analista en Programacion, en el que se pedia poder jugar juegos,los mismos son Juegos con Preguntas y Respuestas como si fuera el Kahoot, cada pregunta que responde el Usuario sumara los respectivos puntos al Usuario.
Language: C# - Size: 1.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

geersch/WCFEssentials 📦
A tutorial covering some WCF basics. Written on 2008-04-12.
Language: C# - Size: 237 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/InvokingServiceAsync 📦
How to invoke a WCF Service Asynchronously. Written on 2008-05-03.
Language: C# - Size: 138 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/WcfEnableSsl 📦
Enabling SSL for a WCF Service. Written on 2012-01-30.
Language: C# - Size: 349 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/WcfServiceMessage 📦
Replacing the "You have created a service" message. Written on 2011-09-04.
Language: C# - Size: 335 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/WcfServicesWithPhp5 📦
Using WCF Services With PHP 5. Written on 2009-08-20.
Language: C# - Size: 319 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/WcfOverHttps 📦
WCF over HTTPS. Written on 2009-08-07.
Language: C# - Size: 462 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geersch/WcfParameterInspectors 📦
WCF Extensibility: Parameter Inspectors. Written on 2008-11-09.
Size: 78.1 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 0 - 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: about 2 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: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

kathleenwest/MyWindowsServiceDemo
Positive Affirmations is a WCF service demo project hosted via Windows Service on a user environment. A Windows Form Application functions as a test client where users can consume the service.
Language: C# - Size: 1.79 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

daramkun/kHackathonKinectAlarm 📦
K-Hackathon Try-out on Chungchung Project - #14 GROW - 열정적인 아침
Language: C# - Size: 363 KB - Last synced at: 4 months ago - Pushed at: almost 12 years ago - Stars: 0 - Forks: 0
