Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / security / MFC

MFC

MFC

Great Reads

by Retired Author
A solution to the problem
by Retired Author
.NET Coding Best Practices - Vinayak's thumb rulesDo not hard code strings/ numerics. Instead of that use constants as shown below.Bad practice int Count; Count = 100; if( Count == 0 ) { // DO something… }Good practice int Count; Count = 100; private...
by Retired Author
.NET Framework 3.0 primer.
by Retired Author
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.

Latest Articles

by Retired Author
A solution to the problem
by Retired Author
.NET Coding Best Practices - Vinayak's thumb rulesDo not hard code strings/ numerics. Instead of that use constants as shown below.Bad practice int Count; Count = 100; if( Count == 0 ) { // DO something… }Good practice int Count; Count = 100; private...
by Retired Author
.NET Framework 3.0 primer.
by Retired Author
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.

All Articles

Sort by Score

MFC 

by Retired Author
A solution to the problem
by Retired Author
.NET Framework 3.0 primer.
by Retired Author
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.
by Retired Author
[RegSave] your property to the Registry, and more.
by Retired Author
The article describes limitations of WCF Data Services client and shows how Simple.OData.Client can become a better alternative
by Retired Author
In Windows Communication Foundation, for a client application to communicate with a WCF Service, we have following options: Using ChannelFactory Generating Proxies I have already discussed about difference between ChannelFactory and Proxies in one of my previous WCF Tutorial on this blog. In this ar
by Retired Author
4 simple steps to consume WCF service using Silverlight
by Retired Author
4 steps to enable instrumentation in WCF
by Retired Author
5 simple steps to create your first RESTful service
by Retired Author
6 steps to implement DUAL security on WCF using User name + SSL
by Retired Author
In this article, we will look at how we can do database operations using SilverLight.
by Retired Author
Shows how to use WCF in JavaScript.
by Retired Author
This article shows how to use a WCF service in XBAP or a WPF browser application.
by Retired Author
The purpose of this article is to create a service which accepts messages from any client and redistributes those messages to all subscribed clients, and a client that can subscribe to the service, send messages to it and receive unrelated messages from it regardless of how many it sends.
by Retired Author
Chapter 11 of "Fun with Silverlight 4" More information at http://silverlightfun.com
by Retired Author
This article discusses about exception handling in WCF services, FaultExceptions and introduces the FaultContract.
by Retired Author
This article discusses about the various ways of managing the WCF service class instances.
by Retired Author
We will try to see the basic concepts behind WCF and will try to implement a small WCF service.
by Retired Author
In this article we will try to understand what are WCF REST services and how can we create one.
by Retired Author
In this article we will see how we can host a WCF service(IIS Hosting and Self Hosting).
by Retired Author
This article talks about managing sequence of operations in a WCF service.
by Retired Author
The article describes details of WCF and also has source code for different types of binding.
by Retired Author
How to write your own customised ORM, targeted at multi-tier applications
by Retired Author
New features of Visual Studio 2010 discussed
by Retired Author
The article shows how to interop between a WCF service and a WWS client, and also how to rewrite the WCF service in WWS retaining compatibility with existing WCF clients.
by Retired Author
This article presents a reusable class and technique for easily doing Asynchronous Programming using the Begin/End Pattern and the new Reactive Extensions for .NET (Rx) library.
by Retired Author
AJAX Progress Bar for ASP.NET.
by Retired Author
This article introduces a more flexible and secure method to configure Silverlight applications using the Web.config file from the ASP.NET host application.
by Retired Author
This article tries to introduce a decoupled, unit-testable, deployment-flexible, implementation-efficient and validation-flexible N-Tier architecture in .NET
by Retired Author
An example of how to use Windows Communication Foundation services.
by Retired Author
How to utilize WCF to allow a single instance of any WPF application without needing mutexes, extra assemblies, or special "hacks".
by Retired Author
A derivation of XmlWriterTraceListener that manages the size of your trace files automatically
by Retired Author
An introduction on Silverlight for developers of administrative applications. The article starts by explaining the basics of WPF and then delves deeper in the business-oriented aspects.
by Retired Author
Part 2 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
by Retired Author
Part 3 of a series describing the creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light Toolkit, MEF, and T4 Templates.
by Retired Author
Part 4 of a series describing creation of a Silverlight business application using Self-tracking Entities, WCF Services, WIF, MVVM Light toolkit, MEF, and T4 Templates.
by Retired Author
A sample to demonstrate the use of netPeerTcpBinding in WCF
by Retired Author
The purpose of this article is to create a proof of concept to demonstrate the feasibility of ASP.NET Web API Beta Version.
by Retired Author
Writing, configuring, and consuming a WCF Service using VS2010
by Retired Author
This is a simple Silverlight RSS Reader which pulls out data from a feed URL.
by Retired Author
A small, extensible suite of classes that elegantly solve some common problems involving asynchrony and event handling that tend to occur when Silverlight and WCF are used together.
by Retired Author
Generating docx reports in a client-server architecture, without using MS Office
by Retired Author
A Step by Step WCF Small Program For Beginners
by Retired Author
UI and Functional Testing through different Tools using .NET Technology
by Retired Author
A WCF review from the perspective of bussiness application development, and some debugging problem solving hints.
by Retired Author
This article introduces a WCF service to expose the core functions necessary to communicate with a smart card.
by Retired Author
An Internet chat application with file transfer.
by Retired Author
This article talks about the Windows Communication Foundation (WCF) and how to consume it in applications. It describes the WCF model, and is a quick introduction for beginners.
by Retired Author
Application of abstract approach to real-time.
by Retired Author
Active Directory Web services which handles Authentication, SSO for other apps, aside from Native Routines
by Retired Author
This piece describes how to add custom headers to a WCF channel and how to use them.
by Retired Author
How to add a custom message header in WCF 4 calls
by Retired Author
This article solves the problem of having to redeploy everything whenever you create a new stored procedure database report.
by Retired Author
Samples showcasing usage of OData in .NET (WCF Data Services); samples go in increasing order of complexity, addressing more and more advanced scenarios.
by Retired Author
Adventures into Ink API using WPF
by Retired Author
Service aggregation of self hosted WCF services, using the built-in RoutingService .NET Framework class.
by Retired Author
Using most of the recent technologies in one application
by Retired Author
An easy to use custom control basedon textbox that allows Autocomplete, compatible with WCF
by Retired Author
An easy solution to use certificates on Windows Communication Foundation loading the certificates from files
by Retired Author
A complete example of using the WCF data contract surrogate
by Retired Author
An experiemental streaming implementation to reduce response time and increase throughput for highly composable/scalable web services.
by Retired Author
This article shows how to create a menu dynamically from a database using AngularJS, MVC and WCF Rest service.
by Retired Author
How to use AngularJs Filter, AngularJs Sort, AngularJs Animation, Image Mouse Over and Mouse Out Event
by Retired Author
Angular Single-Page Application, MEF, Privilege Control, WCF Restful Service, ui-router,
by Retired Author
Implement TinyWebDb interface on WCF Service to communicate with Android application developed with App Inventor
by Retired Author
A component which can be plugged to a WCF service or any other client to utilize AppFabric caching features
by Retired Author
Describes Application Integration and discusses Different Microsoft technologies Related to Application integration
by Retired Author
How to use Active Object pattern to carry out long-running tasks
by Retired Author
This article describes the differences between using arrays and generic lists in WCF.
by Retired Author
A simple sample of LINQ, WCF, JSON, and AJAX.
by Retired Author
An article describes ASP.NET AJAX 4.0 template programming with DataView and DataContext
by Retired Author
Using WCF REST services to implement dynatree plug-in of jQuery for Lazy loading of child nodes
by Retired Author
Automated monkey or specific validations for WCF or REST services with Fluentvalidation and CastleWindsor
by Retired Author
Implement WCF web service access from WPF with busy indicator and premature cancellation feature without using delegates, background worker, or separate event procedure
by Retired Author
Asynchronous communication between a WCF Service and a console client.
by Retired Author
Real world WCF project structure, Authentication and Authorization
by Retired Author
Convert a class library of POCO classes to datacontracts for use with WCF without having to write DataContract and DataMember attributes directly to the POCO classes.
by Retired Author
An article to demonstrate culture flow from Windows client to Windows server using WCF.
by Retired Author
Automatic Dump collection and Analysis
by Retired Author
How to track down and fix unexpected memory leaks - a worked example
by Retired Author
How a Software Engineer at an Australian defence contractor tracked down a memory leak and improved performance of a complex application handling high-speed data visualization.
by Retired Author
Automating Fantasy Sports Decisions With Cloud Services
by Retired Author
This is a sample article that describes ho to implement RESTfull service for Azure for both GET and POST methods
by Retired Author
SQL Azure
by Retired Author
An assembly that adds Basic Authentication to an IIS hosted WCF REST service to validate against any back-end.
by Retired Author
Basic steps in creating and consuming a simple WCF web service.
by Retired Author
Monitor Network Traffic for BasicHttpBinding WCF call using Wireshark
by Retired Author
A beautiful ASP.NET Ajax Webcontrol which is easy to use
by Retired Author
This article demonstrates how WF can be consumed as a business layer.
by Retired Author
This article describes how to use KnockoutJS, JQuery and Google Maps to create a responsive GUI of web applications. The usage of MVVM helps to keep JavaScript code organized and easy to evolve and maintain.
by Retired Author
Comparison of serializing with BinaryFormatter (standard .NET class) against manual per-byte serializing; some pros and cons before selecting the right method for you.
by Retired Author
This article shows how to create a simple web part in SharePoint 2010 and use Bing Maps service to render maps.
by Retired Author
Managing exceptions when consuming WCF services via the BizTalk ESB Toolkit - Part II
by Retired Author
Managing exceptions when consuming WCF services via the BizTalk ESB Toolkit - Part III
by Retired Author
A review of "WCF 4.0 multi-tier services development with LINQ-to-Entities"
by Retired Author
Branching authentication in ASP.NET Core 2.1
by Retired Author
In Part 1, we built a simple web chat using Silverlight 2. We are going to add functionalities so that users are able to choose from multiple chat rooms as well as chat privately with other users.
by Retired Author
Guide to build and test a simple Web Service in Workflow Foundation 4.0.
by Retired Author
Building and Testing WCF RESTful services
by Retired Author
An in-depth reference of how to build performance-oriented applications in WPF for both Windows and the Web.
by Retired Author
How to create RESTful message based web service with WCF
by Retired Author
How to create SOAP message based web service with WCF
by Retired Author
This article describes how to do data validation with Self-Tracking Entity Generator for WPF/Silverlight.
by Retired Author
This article describes the IClientChangeTracking interface generated by Self-Tracking Entity Generator for WPF/Silverlight.
by Retired Author
This article describes how to use the enum type with Self-Tracking Entity Generator and Visual Studio 2012.
by Retired Author
A simple way to do callbacks that works in C# in programs
by Retired Author
WCF Javascript Proxies (Service.svc/js) are never cached. They get generated and downloaded on every page view thus increasing page download time and server CPU. Here's an HttpModule to cache WCF Javascript Proxy on browser and respond with HTTP 304, if unchanged.
by Retired Author
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
by Retired Author
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
by Retired Author
This is a simple calculator that contains four basic mathematical functions for common calculation.
by Retired Author
Calling a WCF service from a client without having the contract interface
by Retired Author
Calling Cross Domain WCF service using Jquery/JavaScript
by Retired Author
This article describes how you can call WCF service from a remote machine
by Retired Author
The article illustrates how to call differently exposed Windows Communication Foundation services from JQuery.
by Retired Author
A guide on how to call Windows Communication Foundation services using jQuery
by Retired Author
How to create a generic WCF proxy using Generics and Lambda Expressions.
by Retired Author
How to process crawled data using an external SOAP service call out in content enrichment pipeline.
by Retired Author
A reusable set of code to enable service thrown exception handling in Silverlight.
by Retired Author
This article describes how to put your WCF client configuration in a class library's config file instead of client application's config file
by Retired Author
Help us help you improve community health
by Retired Author
If Jack Daniels made MVVM frameworks.
by Retired Author
A customizable log provider system that allows you to harness your existing logging system to log client side messages to your server using WCF. Includes WPF sample applications.
by Retired Author
To utilize cloud service as an anonymous desktop environment in Amazon S3 and EC2 Windows instances
by Retired Author
Common issues faced while implementing WCF in Project
by Retired Author
Communication options with WCF - Part 1.
by Retired Author
An article on communication options with WCF - part 2.
by Retired Author
Communication Options with WCF-Part 3
by Retired Author
The CompactMessageEncoder compresses messages transparently on the communication channel. Hence, lowers the network usage.
by Retired Author
Comparative analysis of .NET RESTful middleware solutions
by Retired Author
Application to show differences between two SQL Server databases.
by Retired Author
Applying components, aspects, and dynamic decorator principles to an MVC/AJAX/REST application.
by Retired Author
Apply components, aspects, and Dynamic Decorator principles to Silverlight / WCF Service applications.
by Retired Author
This article introduces a way of developing Silverlight and WCF applications in the same Visual Studio solution.
by Retired Author
How to add conditional DataContract Serialization in a declarative manner.
by Retired Author
Use AOP container to add AOP capabilities to ASP.NET MVC/AJAX/REST applications by configuration.
by Retired Author
A simple solution for using lambda extensions instead of strings while configuring a WCF Data Service
by Retired Author
WCF and Flex provide numerous benefits for developing server-side functionality in .NET and implementing rich client applications with Flex/ActionScript. The question of integration between these two technologies comes up quite frequently as developers and business want to leverage the best the fram
by Retired Author
Approaches describing a design to handle connection objects and pools in C#.
by Retired Author
This article is about consuming an AX2012 AIF document service in a .NET client.
by Retired Author
Consume WCF service with Windows Phone 7
by Retired Author
Consume data from a WCF Data service in a .NET client. MSAL OAuth 2.0
by Retired Author
Simple application that consumes a WCF Service with both jQuery/JSONP and XML/SOAP implementations.
by Retired Author
This step by step tutorial demonstrates how to consume a WCF, ASMX, and REST Service from an application using jQuery.
by Retired Author
An article illustrating how to consume a WCF service from an SSRS Server Report
by Retired Author
A simple example of a non-ASP.NET restaurant menu and order form, which interacts with cross-domain RESTful WCF Services using JSONP and jQuery
by Retired Author
Code showing how to consume JSON data in your .NET applications using the new JSON data contract support in .NET 3.5 SP1.
by Retired Author
A complete discussion of the WCF services offered by X.co, and the RESTful interfaces provided
by Retired Author
This article presents a method to consume cross-domain WCF REST Services using jQuery AJAX calls, with an example.
by Retired Author
This article describes how you can consume WCF service from Windows 7 Phone Application
by Retired Author
This article will talk about how a WCF service can be consumed by a Java client application.
by Retired Author
This article explains how to do content based routing using the WCF 4 RoutingService.
by Retired Author
An easy guide to run a web service in a more real environment using free tools from Microsoft.
by Retired Author
Conversion of DTO to BO the easy way (at least intended to be).
by Retired Author
How to expose legacy or third party assemblies over WCF with simple modifications to the MSIL.
by Retired Author
In this article, we will take an existing SOAP-based service and convert it over to a more RESTful design.
by Retired Author
Privilege Control System based on MVC and WCF.
by Retired Author
Deep copy routine for complex objects that can return a destination type different than the source type.
by Retired Author
The current article might be useful for users attempting to use NServiceBus. It contains detailed instruction for creating pairs: publisher-subscriber through ServiceMatrix. Solution architects may find this technique useful in many CQRS scenarios as a good alternative to WCF.
by Retired Author
How to create a REST service with WCF and consume it using jQuery.
by Retired Author
A self-hosted WCF service that announces itself through Bonjour publishing.
by Retired Author
Publish a WCF DataService with entity model, updatable views, filtering and authentication
by Retired Author
This is a complete end-to-end application that runs in the VS2015 IDE that enables WCF to pass JSON to AngularJS
by Retired Author
Explains the basics of REST services and create & consume RESTful service in ASP.NET
by Retired Author
This article explains how to take a snapshot of a Silverlight page and convert it into a PowerPoint slide.
by Retired Author
Create simple REST service using WCF and VS 2010
by Retired Author
This article will help you to create RESTful WCF POST API. I have given Client and Server example which is really easy to understand.
by Retired Author
Step by Step Guide to create Restful WCF service API in ASP.NET and C#
by Retired Author
Create, Host (Self Hosting, IIS hosting) and Consume WCF Service
by Retired Author
This is phase 2 of a 3 phase project. This phase accesses the database created and loaded in phase one to expose an API of common business date functions.
by Retired Author
This article demonstrates how to write a domain service factory to host plain old class object (POCO) entities and use them through RIA Services in Silverlight version 4.
by Retired Author
Learn how to create a static and unchanging WCF interface that still supports most WCF capabilities.
by Retired Author
Host any number of services, regardless of whether they are remote or local within a "Server" construct and access that server easily.
by Retired Author
Instead of reading trace messages in a file, get them in a WPF app real-time via WCF.
by Retired Author
Create and configure WCF RIA Services class library for Silverlight app
by Retired Author
Implementing a Simple, Secure WCF Service with MSMQ Communication
by Retired Author
This article explains how to create a simple WCF Service, and host it according to supplied parameters, and a client to use this service.
by Retired Author
In this article, I will examine how to create and consume a WCF service. WCF is next-generation programming platform and runtime system for building, configuring and deploying service-oriented applications.
by Retired Author
Creating PDF documents from XML
by Retired Author
An introduction to using FakeModel to create test aata for you.
by Retired Author
Creating customized standard endpoints in WCF 4
by Retired Author
Creating an event handler with the Team Foundation Server Event Handlers is very easy. You will need to inherit from the AEventHandler class which is part of the RDdotNet.TeamFoundation.dll located in the install directory (I will make an SDK later).
by Retired Author
CRUD In Metro style using WCF.
by Retired Author
This article is about implementing a simple Currency Converter Application using Windows Presentation Foundation (WPF) and Windows Communication Foundation (WCF) technology.
by Retired Author
Authentication and Authorization of WCF services using UserNamePasswordValidator and IAuthorizationPolicy.
by Retired Author
Defining security contexts in Routing service environment
by Retired Author
This article will show you how to implement custom authentication
by Retired Author
D3.js meets jQuery Mobile, WCF & ASP.Net
by Retired Author
Dataset surrogate for Silverlight
by Retired Author
A simple article: From DB to Browser using Silverlight
by Retired Author
Explains the principles of profiling a DbProvider using proxy classes.
by Retired Author
A reflection based wrapper for the Oracle Data Provider for .NET – allows your application to dynamically load the Oracle.DataAccess.dll assembly installed on your client’s computer.
by Retired Author
Enhance productivity and reliability, write your own tools.
by Retired Author
Debuging a WCF service through a provider class
by Retired Author
This article describes default binding configurations, default behavior configurations, inheritance model in behavior configurations, file-less activation and standard endpoints in WCF 4.0/4.5
by Retired Author
This article describes default endpoints and protocol mapping behaviors in WCF 4.0/4.5
by Retired Author
Protect ASP.NET and WCF from various brute force and Denial of Service attacks and speed up response time using nginx.
by Retired Author
This article shows an alternative approach to enable Dependency Injection when working with WCF services.
by Retired Author
Configuration and deployment of WCF services used by a Silverlight client on IIS 5 and IIS 7.
by Retired Author
Stuff {"d":{"__type": ... JSON response into CLR types without breaking a sweat.
by Retired Author
If you need to create a WCF service but aren't sure how to start or how to organise your Visual Studio solution, then hopefully this article will give you some ideas.
by Retired Author
Create a line of business application using Silverlight 3.
by Retired Author
Describes how to develop and consume WCF service for large enterprize systems
by Retired Author
How to create WCF REST based service
by Retired Author
The article demonstrates how to use ASP.NET, jQuery, and WCF to develop widgets - portable chunks of code that can be embedded into other HTML pages.
by Retired Author
Difference between BasicHttpBinding and WsHttpBinding.
by Retired Author
An article that explains Digest Authentication and a library to use Digest Authentication with WCF Rest and validate against any back-end.
by Retired Author
Take a deep look into the Security protocol of Enhanced Web Services, part II: analyzing the Response message.
by Retired Author
Take a deep look into the Security protocol of Enhanced Web Services.
by Retired Author
This post helps us to understand the mechanism behind creating a proxy class while adding a Web Reference. More importantly it concentrates on the parameter values that get missed while calling a web service method.
by Retired Author
How to provide parallel and distributed computing capabilities using WCF
by Retired Author
Setting up Redis server on Windows machine, and accessing it with C# client
by Retired Author
This article will help you to understand Angular JS right form basics
by Retired Author
Analyzing the risk associated with owning, investing, or collaborating with business by utilizing DnB Marketplace data subset.
by Retired Author
Download the large file in chunk using WCF service and Silverlight
by Retired Author
A demonstration network ink-chat application exploring some aspects of .NET 3.5, WPF, and WCF.
by Retired Author
Using the Factory design pattern to hide dynamic binding and use configuration strings to determine which classes should be instantiated.
by Retired Author
Demonstrates a method of dynamic query across WCF Service boundaries.
by Retired Author
Dynamic validation according to logged in user
by Retired Author
Save time by using a dynamically generated WCF proxy
by Retired Author
An article on how we can expose our data efficiently with minimal effort by leveraging Microsoft ADO.NET Data Services.
by Retired Author
Eight basic steps by which we can enable Windows authentication security on BasicHttpBinding.
by Retired Author
A .NET managed framework to send template emails in HTML or plain text
by Retired Author
Business Logic (Engines) and Service Contracts (Managers) Design for Customer Order Management System
by Retired Author
This article describes how to add event-driven behavior to WCF applications.
by Retired Author
This article introduces the .NET 2.0 Framework facilities — partial types, generics, nullable value types, the Lightweight Transaction Manager, and Role Providers — to better understand how to work with Windows Presentation Foundation.
by Retired Author
Consuming Exchange 2007 Push notifications using WCF.
by Retired Author
A look into messaging solutions using NServiceBus.
by Retired Author
Evaluating Microsoft's Composite Application Guidance and Library.
by Retired Author
Starting with this article, we shall explore various aspects of WCF
by Retired Author
Way to export search results(BDC datalist/Enterprise Search) to Excel/PDF
by Retired Author
This article describes the design and implementation of the WCF extension for exporting the wsdl documentation and schema annotation.
by Retired Author
To Expose BizTalk Schema as a Rest/Json Service with GET method.
by Retired Author
How to expose a stored procedure in WCF data service
by Retired Author
Kerosene ORM support for complete database-alike WCF services and connections
by Retired Author
An article on using compression/decompression of WCF data
by Retired Author
An article on using external configuration file at WCF client
by Retired Author
Details using an ORM model to provide a common facade to multiple disparate databases.
by Retired Author
Fault Contract - Handling errors in WCF and a simple WCF service implementation
by Retired Author
WCF provides us a facility to specify the fault behavior of our service. It provides a FaultException Class. Whenever our service implementation
by Retired Author
Need for winfx technology, reuired tools for winfx, and links for winfx
by Retired Author
How to recreate a return object of an operation from a WCF behavior/error handler
by Retired Author
This article describes a loosely coupled connectivity to fire the Workflow Event Activity from AJAX/JSON driven browser.
by Retired Author
Steps to implement RESTful Web service through WCF
by Retired Author
A framework for declarative parsing and creating fixed sized raw data (Flat Files)
by Retired Author
WCF provides a flexible and extensible architecture for the developer. The most common situation is to customize the extension of behavior. It is not complex, but some issues should be noticed. This article discusses how to extend the behavior in WCF.
by Retired Author
Simplifying unit testing of View Models which use asynchronous WCF service calls.
by Retired Author
Consuming WCF Services in Silverlight without static code generation of the service proxy.
by Retired Author
From SQL to Linq
by Retired Author
A WPF hybrid smart client for calculating attack combos in the Prince of Persia game.
by Retired Author
General solution for the Windows service: run as console for debugging, self-installing and -uninstalling, providing description, queuing and processing of messages, status observation and control with icon in system tray. The code may be reused for virtually any Windows service.
by Retired Author
Generate strongly typed client API in C# for ASP.NET Web API and .NET Core Web API supporting desktop, Universal Windows, Android and iOS
by Retired Author
Use basicHttpBinding to create an application for username authentication.
by Retired Author
How to generate a pie chart with Grafana and MS SQL
by Retired Author
Generic console hoster without locking up service assemblies, speeding up WCF services development with VS2005
by Retired Author
A generic WCF Windows Service host and client with minimal configuration, with asynchronous support.
by Retired Author
A .NET WCF client for accessing the GeoNames services
by Retired Author
A nice explar of how to use RESTful WCF and WPF.
by Retired Author
Windows App Store solution with GPS and NFC capabilities
by Retired Author
This article provides a solution to the configuration file overwriting problem while developing WCF Services and using Visual Studio for development
by Retired Author
MVC using ReactJS and WCF Rest
by Retired Author
In this article, we'll see how to build reusable, stable and RESTful WCF service
by Retired Author
A very quick and simple introduction to using WCF
by Retired Author
Pablo Cibraro describes the internationalization of WCF services (Windows Communication Foundation) using the globalization support provided by the .NET framework.
by Retired Author
Display, edit and save large data sets in Silverlight using WCF based services and customized DataGrids
by Retired Author
Using a custom exception handler component
by Retired Author
How to catch and handle ASMX based SOAP exceptions in a WCF client.
by Retired Author
Remote control a squirt gun, open the garage, and water the garden all through .net
by Retired Author
How to create a horoscope application in Windows Phone 7
by Retired Author
This article presents an example to host WCF services in an Azure Worker Role.
by Retired Author
Exploring multiple hosting environment for WCF service
by Retired Author
Step-by-step guide to building a WCF Web Service hosted in a Windows Service
by Retired Author
Demonstrates how to host serveral singleton services in a Windows Forms application.
by Retired Author
Service Bus Architecture based on WCF (2): Abstract WCF.
by Retired Author
This article describes how to access and integrate SAP customer data in Silverlight using WCF RIA Services and LINQ to SAP.
by Retired Author
Access SQL database from iPhone Via WCF and JSON hosted on IIS 7.5
by Retired Author
Explains how to add an animated 3D splash screen to a WinForms application using WPF and XAML
by Retired Author
Design Patterns and best practices for building flexible and reusable WCF services.
by Retired Author
This article is an example to show you how to call WCF services synchronously as well as asynchronously.
by Retired Author
This article demonstrates how Visual Guard has been able to help meet the strict criteria of health regulations in the United States. It will look at why two major health care actors have integrated Visual Guard into their applications.
by Retired Author
WCF WebService IN VB.NET Response JSON
by Retired Author
This article shows how to make a service scale beyond one machine, and use load-balancing and fault tolerance with WCF Router and WCF Discovery.
by Retired Author
A step-by-step guide to help solve a common authentication problem faced by .NET multi-tier developers.
by Retired Author
How to implement custom role based authorization for my WCF service operations
by Retired Author
Gives you information regarding how to make Avalon and Indigo (WinFX) run on your machine
by Retired Author
How to Mock a WCF Service while writing a unit test
by Retired Author
How to pass arbitrary data in a message object using WCF
by Retired Author
Shows how you can loosely couple your WCF service.
by Retired Author
How to use a WCF Service without adding a Proxy or Service Reference in ASP.net MVC Application
by Retired Author
Shows how to serialize an object using binary serialization without using WCF.
by Retired Author
Article presents Azure based software to image upload, viewing with Silverlight MultiScaleImage control, mark out and annotation. Browser performs the operations with no additional installation on user machine/device (the viewing browser should support Silverlight).
by Retired Author
The blog documented problems encountered in the process of learning WCF and Computer Network.
by Retired Author
Easy way to consume WCF REST services through JQuery and perform CRUD (Create Retrieve Update Delete) operations
by Retired Author
This article will explain about 5 important principles of REST using WCF Services.
by Retired Author
Manually implement a basic WCF Service from scratch, step by step, with clear instructions and precise screen snapshots.
by Retired Author
Manually implement a basic WCF Service (.NET 4.5) from scratch, step by step, with clear instructions and precise screen snapshots.
by Retired Author
This article is an attempt to implement a lightweight Enterprise Service Bus using content-based routing in WCF 4 and message mapping transformation using XSLT 2.0.
by Retired Author
Implement a simple WCF Service using Entity Framework as the backend ORM.
by Retired Author
An example of implementing a parallel program using the pure MPI .NET library, C#, and .NET Remoting.
by Retired Author
Here we will try to implement different service behaviors to increase service performance
by Retired Author
An article with sample application showing how and what we can do to improve and enhance a WCF and EF data access web service
by Retired Author
How to add validation to WCF service requests
by Retired Author
How to add authentication and authorization to WCF services
by Retired Author
How to add logging to WCF services
by Retired Author
Implementing WS- AtomicTransaction in Indigo.
by Retired Author
Creating SharePoint List and Custom WCF application to read the SharePoint List information using Client Object model
by Retired Author
Designing InfoPath Form to read the values from WCF Application. Publish and Deploy InfoPath form and setup site page to use InfoPath Web part to display the form
by Retired Author
This article describes an advanced technique or feature in WCF
by Retired Author
Integrate Reporting Services with your Silverlight Line-of-Business applications.
by Retired Author
Introduces how to integrate and use the validation block features in Microsoft Enterprise Library 5.0 with WCF.
by Retired Author
Overall architecture of a monitoring system.
by Retired Author
This article describes how WCF services can be loaded on-the-fly (without prior knowledge of the services’ contracts), setting its parameters and sequencing their invocation.
by Retired Author
Shows how to integrate WCF services into a UDDI based SOA. This includes the discovery of WCF services at runtime and the runtime configuration of the client.
by Retired Author
Use a single Data Service to expose data from many sources with the Composite Data Service Framework!
by Retired Author
Shows how to build new-design distributed applications with WF 4.0 and Data Services.
by Retired Author
Explains basic information and steps for creating new WCF Service
by Retired Author
This article introduces how to create and manage .NET enterprise applications using your favorite technology (Data Access Application Block, LINQ, NHibernate, ASMX, and WCF) with the Model Driven Development approach by Sculpture.
by Retired Author
Validation application block has been added to enterprise library 2007 CTP release
by Retired Author
An article on Validation Application Block integration with Windows Communication Foundation (WCF)
by Retired Author
This tutorial shows you some of the basics of a WPF program, and shows you how to create a WPF Hello World application.
by Retired Author
Generate applications using Inversion of Control with the nHydrate code generator.
by Retired Author
This article attempts to explain how to invoke the Bing Maps REST API through an Orchestration in BizTalk Server 2013.
by Retired Author
Not your average painting app
by Retired Author
How to work with JSON using ASP.NET Webforms, MVC, WCF and WebAPI
by Retired Author
Creating a WCF service and configuring it to work with data in JSON format.
by Retired Author
Explains how to use JSON serialization and deserialization in WCF DataContracts.
by Retired Author
Implementing a JavaScript-based client side to interact with a WCF service
by Retired Author
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
by Retired Author
A deep dive tutorial on Kerosene ORM Dynamic Records and other core concepts of the library
by Retired Author
The seventh version of the dynamic, configuration-less and self-adaptive Kerosene ORM library, that provides full real support for POCO objects, natural SQL-like syntax from C#, and advanced capabilities while being extremely easy to use.
by Retired Author
An enum-like class that supports flags (up to 8192), has additional value-type data, description, and FastSerializer support.
by Retired Author
Efficiently uploading large data files in chunks via WCF Service, and storing data in SQL Server using Entity Framework
by Retired Author
LAP provides an feature rich environment for learning and enjoying history and geography of places across the globe
by Retired Author
Legion is a grid computing framework that uses the Silverlight CLR to execute user definable tasks. It provides grid-wide thread-safe operations for web clients. Client performance metrics, such as bandwidth and processor speed, may be used to tailor jobs. Also includes a WPF Manager application.
by Retired Author
This is a Visual Studio LightSwitch HTML Picture File Manager that uses WCF RIA Services to upload and view files on the web server.
by Retired Author
A system where users can login using Windows Azure Active Directory Access Control and create a profile.
by Retired Author
The Tiny Logger is a lightweight logging solution for an Indigo Message Exchange pattern on the MessageBus. This article describes how to build an Indigo Port Extension to log and publish messages on the Console host process . It is useful for evaluating the MSDN Indigo samples or for test purposes.
by Retired Author
In this article, I explain, step by step, how we can use a WCF behavior for logging operation's invoke and result, errors, warnings and information logs that include the operation's details.
by Retired Author
This article demonstrates how to maintain HTTP Session State in WCF REST Services when consumed from desktop applications, using the HttpWebRequest object.
by Retired Author
A running example of a duplex channel in WCF services.
by Retired Author
A guide to creating secure Silverlight + WCF RIA Services applications for the enterprise! This is done using Application Request Routing (turning IIS in a reverse proxy).
by Retired Author
How to make WCF service reference configurabe for Silverlight project(makes easy for deploying on severs like Dev, QA, UAT etc.)
by Retired Author
You need to change your default HTTP protocol to HTTPS in your Azure WebService. This article explains how to do it.
by Retired Author
This article describes a design, implementation and tooling of model driven WorkflowServices logically centralized in the Repository and physically decentralized for their runtime projecting.
by Retired Author
A simple example of a method to manage settings in a Windows Service using WCF.
by Retired Author
Introduces Windows Server AppFabric.
by Retired Author
I needed to talk between one server process and multiple client processes, this was a simple test harness to prove it
by Retired Author
How to setup an MCF Service to use the ASP Membership Provider.
by Retired Author
Using ServiceMon to obtain performance statistics for web services
by Retired Author
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.
by Retired Author
MEF with WCF
by Retired Author
Service based, multi-application, post ASP.NET 4.0 asynchronous custom membership stores for ASP.NET Identity 2.0 with a hierarchical role system.
by Retired Author
Initiating an Asp.Net Mvc 5 development environment for an administration front-end of extended membership system called Membership+.
by Retired Author
Implementing the user account setting part of Membership+ management system.
by Retired Author
Implementing a unified structured query system of service based relational data source with build-in intelligence.
by Retired Author
This article describes MSMQ technology (publisher and subscriber) in order to communicate among distributed systems in the heterogeneous network and platforms.
by Retired Author
Introduces common tasks with examples to the validation block in Microsoft Enterprise Library 5.0
by Retired Author
Creating a WCF Service to replace existing ASMX Services.
by Retired Author
How code generation can make the distributed architecture an easy task
by Retired Author
How to move a wcf msmq message from an outgoing queue to another outgoing queue.
by Retired Author
This article describe about new UdpBinding in WCF 4.5 and implementing multicasting using the same.
by Retired Author
Multitenancy Application Metadata driven (using WCF 4.0, WWF 4.0)
by Retired Author
MVC, AngularJS and WCF Rest Service for Master / Detail HTML Grid
by Retired Author
Use AngularJS and WCF Rest Service to create an online Mind Reader quiz game
by Retired Author
MVVM Silverlight app with EF and WCF Service
by Retired Author
MySQL-Fullltext: Start for a simple search-engine using MySQL C-API, WCF, and jQuery
by Retired Author
N-Tier application with WCF Odata service and Entity Framework.
by Retired Author
NetTcpBinding Configurations changes for WCF and Silverlight Application on IIS 7 in Windows 7
by Retired Author
Nine simple steps to enable X.509 certificates on WCF.
by Retired Author
This article illustrates how to use Node.js by WCF which is written in C# and using node.js as real time communication technology with the aid of C# code to connect MS SQL Server.
by Retired Author
A blueprint application to showcase an enterprise standard architecture using the .NET 3.5 technologies like WPF, WCF, and LINQ to SQL.
by Retired Author
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.
by Retired Author
This article presents a demo bug-tracking application built on ASP.NET MVC, WCF, and LINQ to SQL.
by Retired Author
This article describes design, implementation and the usage of the custom in-process transport for Microsoft Windows Communication Foundation (WCF) model.
by Retired Author
How to create OData services using the WCF Data Services and use them
by Retired Author
An application for users to play Circular Chess over the internet based on Silverlight, ASP.NET AJAX, WCF Web Services, and LINQ to SQL.
by Retired Author
This article provides a program to demonstrate how to pass WCF transactions to COM+.
by Retired Author
A pattern for creating generic WCF services.
by Retired Author
In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network.
by Retired Author
In the time that LINQ to SQL has been available, we have been identifying ways to make LINQ to SQL better. We have compiled all of those cool tips and tricks including new features into a set of CodeSmith templates. PLINQO opens the LINQ TO SQL black box giving you the ability to control your source
by Retired Author
This article demonstrates how to generate plain old class objects (POCO) from the Entity Framework v4 (EF4) and use them through RIA Services in SilverLight version 4.
by Retired Author
A simple way for implementing code injection in C# 3.0
by Retired Author
Port Sharing Features in WCF
by Retired Author
ANTS Profiler provides you with a quick and easy way of identifying performance bottlenecks within your .NET applications. Additional support for the latest .NET 3.0 features, the Vista operating system, and Visual Studio integration, cements ANTS Profiler as a leading tool in performance profiling.
by Retired Author
This article examines the implementation of upload and download functionality with progress indication (progress bar feature) using Windows Communication Foundation.
by Retired Author
This article is about publishing a SOAP 1.2 web service that is not using any action parameter.
by Retired Author
This article focuses on using the WCF 3.5 libraries namely System.ServiceModel.Syndication namespace to create and publish an RSS and Atom feed from the same code base.
by Retired Author
The article discusses a RESTful WCF based mechanism for server-to-client asynchronous (Push) notifications in web applications. Execution of WCF service notification method is suspended until either server event or timeout lapse.
by Retired Author
WCF service example to explain how and when to implement callback model (WSDualHttpBinding)
by Retired Author
Infrastructure for large scale WCF services layer development
by Retired Author
How to use MSMQ to queue work items for a windows service to execute, and then use WCF Net Named Pipe to report progress to a WPF application
by Retired Author
There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but make a lot of difference in terms of scalability.
by Retired Author
From desktop to Web
by Retired Author
See how to control access to .NET applications reusing Windows accounts for authentication. Integrate with Active Directory and grant roles and permissions to Windows accounts. Define permissions without adding code thanks to .NET reflection mechanism.
by Retired Author
Tips & Tricks on De/Serializing object graphs with XML
by Retired Author
Real time SPC is a Web Application for iPad and Androind using HTML5 and jQuery AJAX.
by Retired Author
PGM is a transport layer protocol which interfaces directly with network layer using raw sockets. In this article, we will see how to implement a reliable multicast with PGM and WCF.
by Retired Author
Service layer which hides the concrete technology details and doesn’t need to change when a new feature is implemented.
by Retired Author
Responsive WCF service with ICallbackEventHandler Interface.
by Retired Author
A look at how to create a responsive web site using ASP MVC / Twitter Bootstrap / WebAPI and Knockout.js.
by Retired Author
REST Web Service and template with separation of concerns
by Retired Author
This article details out the mechanism by which RESTfull web services may be created using WCF in which the developer is in control of the XML structure
by Retired Author
Connecting a Intel RealSense device to remote users via Azure
by Retired Author
In this article, I have introduced how easily you can create a RESTful service in WCF
by Retired Author
This article presents a generic REST client library and an example on how to use it.
by Retired Author
Sample WCF clients for three different platforms with no code duplication and no generated proxies.
by Retired Author
RESTful WCF
by Retired Author
RESTful WCF
by Retired Author
A look at designing a service layer using good practices, and the MSFT technology stack.
by Retired Author
This article shows how to retrieve exceptions from a Web Service to a Silverlight Client by creating a WCF endpoint behavior.
by Retired Author
Knowledge sharing article on WWF.
by Retired Author
Reusing WCF service across several applications using different bindings
by Retired Author
An unbreakable method for two applications on the same desktop to exchange data
by Retired Author
Router represents a logical connection between inbound and outbound endpoints
by Retired Author
Routing Integration with WCF is a feature newly introduced with .NET 4.0 and serves very nice.
by Retired Author
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.
by Retired Author
Implementing a custom configuration for routing rules
by Retired Author
This article describes a design, implementation and usage of the WCF4 Routing Service hosted by Windows Azure.
by Retired Author
This application checks the validity of an RSTR message, given the RST message used to generate it.
by Retired Author
A WCF service wrapper is generated at runtime around a .NET or COM type to expose its interface.
by Retired Author
This project is provided as a starter application to get you started with WCF and MSMQ. It uses MsmqIntegrationBinding. The sample messages borrow their structure from the Northwind database, but that database is not a requirement.
by Retired Author
Scalable duplex communication between WPF and WCF.
by Retired Author
Agile, efficient XML data binding without schema.
by Retired Author
Securing BizTalk WCF Receive Locations with SSL and Client certificate authentication and authorization.
by Retired Author
Securing Your .NET Applications – A Summary Review Of Visual Guard
by Retired Author
Create a chat program that will have self destructing messages
by Retired Author
Self Hosted WCF Service as Windows Service with custom User Authentication over Http.
by Retired Author
No config file needed – all setting in code only, No IIS – Self hosted, consume by channel factory
by Retired Author
This article presents an example on how to send cookies when making WCF service calls.
by Retired Author
SerializableSecureString wraps System.SecureString so that it can participate as a DataMember while maintaining maximum data security.
by Retired Author
It describes about serialization and message encoding in Windows Communication Foundation.
by Retired Author
Introducing a centralized two stage log4net logging solution and its real-time notification API.
by Retired Author
Service based, multi-application ASP.NET custom membership, role and profile providers with a hierarchical role system.
by Retired Author
Service Bus Architecture based on WCF (3): build your ESB
by Retired Author
Client side data provider for data importing to a relational data service build for StackExchange data dump.
by Retired Author
This article explains how to generate, convey and handle warnings in SOA system.
by Retired Author
This article explains how to generate, convey and handle warnings in SOA system.
by Retired Author
Arduino data logger implementation using WCF Windows services
by Retired Author
This article illustrates how you can manually setup your WCF solution by perfectly wiring the project structure
by Retired Author
How to set up a basic application using Silverlight, RIA and NHibernate with top to bottom validation, all nice and fluent:)
by Retired Author
Seven simple steps to enable HTTPS on WCF WsHttp bindings.
by Retired Author
An article on sharing types between WCF service and client.
by Retired Author
Sharing types between WCF services and clients, including multiple assemblies and collection types.
by Retired Author
A tutorial showing how to use a smartcard API, a SharePoint extension and web services, to add a qualified electronic signature (QES) to a PDF file located in a SharePoint online library.
by Retired Author
Explains the philosophy behind Signum Framework, an ORM with a full LINQ Provider that encourages an entities-first approach.
by Retired Author
Tutorial focused in writing the entities using Signum Framework, a Win/Web LINQ-enabled framework for writing data-centric applications.
by Retired Author
In this part, we will focus on writing business logic, LINQ queries and explain inheritance
by Retired Author
In this part we'll write the loading application to move data from Northwind to Southwind.
by Retired Author
Silver Draw shows how to use Silverlight and WCF Polling Duplex services to create realtime collaboration apps.
by Retired Author
This article demonstrates how to display SQL Server data in a Silverlight DataGrid.
by Retired Author
Get updates to your browser immediately when a change has occurred within the database.
by Retired Author
How to use complex types on the client.
by Retired Author
Silverlight Application with Dispatcher and asynchronous WCF Service
by Retired Author
A guide to constructing an application using Expression Blend and Silverlight for the front-end which obtains data from a WCF service and SQL Server back-end
by Retired Author
How to create a simple Silverlight application using the MVVM pattern with WCF and Entity Framework.
by Retired Author
Silverlight application for scheduling a meeting
by Retired Author
Meeting Schedule - Part II - Saving to database and sending email to all the contacts
by Retired Author
Data validation example for Silverlight WCF enabled project
by Retired Author
Silverlight Session Management, Error handling, and Unit Test of WCF service
by Retired Author
A step-by-step guide for creating a Silverlight web app capable of submitting and retreiving data from a database.
by Retired Author
Send multicast commands to clients even when some clients are disconnected, and avoid blocking by using threads to send commands.
by Retired Author
FAQs about bindings, layouts, consuming WCF services, how to connect to DB through Silverlight
by Retired Author
Implementing client side caching for WCF
by Retired Author
A quick look at a Simple WCF AJAX Web Service!
by Retired Author
A quick look at a Simple WCF RESTful Web Service!
by Retired Author
A quick look at a simple WCF Web Service!
by Retired Author
RestDirector provides performance and readability to XML.
by Retired Author
This article is a basic working sample of using WCF and WPF to publish real-time data.
by Retired Author
Windows cardspace implementation in Windows communication foundation (WCF) application
by Retired Author
how to create Temporary X509 certificate and also to implement X509 Certificate security in WCF service and client
by Retired Author
Simple WCF Hosting and Consuming
by Retired Author
This article shows you how easy it is to set up a web service using Windows Communication Framework.
by Retired Author
codeRR is an open source error handling service. It includes the context information that you forgot to include when you logged/reported the exception.
by Retired Author
Really? Then why is so much effort wasted writing boilerplate which can be more accurately and efficiently automated?
by Retired Author
Using the WCF RESTful services to create a Twitter hybrid Smart Client.
by Retired Author
How to use the Dac Export Service from code
by Retired Author
SQL Server Query Notification with BizTalk Server 2009 WCF SQL Adapter
by Retired Author
An article on the sometimes esoteric nature of certificates and WCF
by Retired Author
This article explains how to manage state in Web Services using WCF by leveraging ASP.NET infrastructure with BasicHttpBinding.
by Retired Author
This article is intended to all those developers who are working on Service Oriented Architecture (SOA) with JavaScript/JQuery. Here I tried to show all the possible ways of handling JSON from client like XMLHttpRequest, JQuery Ajax, Angular js with Web Service, WCF Rest, Asp.NET Web Forms, MVC, MVC
by Retired Author
WCF provides support for Stream object. It typically recommends the developer to handle the message whose size is too large as Stream object for the sake of high performance. However, there are some constraints on Stream operation that need to be noted.
by Retired Author
Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery
by Retired Author
This is a minimalistic example of how WCF, Rx and Excel-DNA can be used to stream realtime data to an Excel client.
by Retired Author
Summarizing client side asynchronous invocations in WCF/WCF Silverlight. Introducing ServiceClient class.
by Retired Author
Sample to demonstrate building a cross domain script enabled WCF REST service and consuming it in a web app.
by Retired Author
An architectural pattern for communications based on Publish/Subscribe messaging and extended for custom Providers.
by Retired Author
Windows service for synchronizing folders
by Retired Author
How to make TRUE sync call in Silverlight
by Retired Author
In this article, we look at the asynchronous web service model in Silverlight, and how it can be augmented to allow synchronous web service calls. We also explore efficient channel caching, and asynchronous Silverlight Unit Tests.
by Retired Author
This article describes the new feature of WCF "Task-based asynchronous operation"
by Retired Author
A BizTalk TCP WCF LOB adapter.
by Retired Author
Know how to find issues within your deployed WCF services
by Retired Author
Caching large objects, duplicate objects, caching collections, live objects, thread unsafe caching and other common mistakes break your app instead of making it fly. Learn ten common caching mistakes devs make.
by Retired Author
Retain your sanity! Quickly and easily write test suites for your Ajax/REST/Form/Upload/other http endpoints.
by Retired Author
I have decided to have a little go at creating a Team Foundation Server Event Handler in .NET 3.5 that is resilient and scalable. I will be using as many of the features of Team Suite as I can, but bear with me as there are a few things that are new to me.
by Retired Author
A series of problems in IIS
by Retired Author
The importance of creating a POC as the first step to your next adventure
by Retired Author
In this post, I explore the subtle but disastrous consequences of expecting a 'using' block to clean up your WCF channels.
by Retired Author
This article presents an example on unit testing of Silverlight applications with asynchronous service callbacks.
by Retired Author
Three ways to do WCF instance management (Per call, Per session, and Single).
by Retired Author
LINQ to SQL, Entity Framework, and NHibernate used in a parallel fashion in a three-tier WinForms application.
by Retired Author
Tips and Enhancements in Dynamics AX
by Retired Author
Implementation of Topic based publish subscribe design pattern using WCF callback
by Retired Author
Track your geographical position using a Windows Mobile 6 device and some Google Map programming.
by Retired Author
This article details out the best practices of transaction management across application domains
by Retired Author
Transparent WCF Channel Management with Unity
by Retired Author
This article discusses the various message exchange patterns that the WCF service supports and how to call WCF operations asynchronously
by Retired Author
This article discusses about the steps needed for creating transaction enabled WCF services.
by Retired Author
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix.
by Retired Author
This article demonstrates a basic Twitter client as a Genesis Hosted Application for the Genesis Smart Client Framework
by Retired Author
Add this control to your app to require users to register so you can collect email addreses
by Retired Author
This article explains the Contracts type supported in WCF
by Retired Author
This article explains the working of events in WCF.
by Retired Author
Understanding instance management in WCF
by Retired Author
Explains OData and WCF Data Services Beyond a typical developer's usage
by Retired Author
This article explains the operaton type supported in WCF
by Retired Author
In this small tip, we will discuss about the various concurrency modes available in a WCF service.
by Retired Author
Unique Authentication using magic of HTML5 and WCF
by Retired Author
An example of a nearly complete unknown type being used accross EF, WCF and consumed client side
by Retired Author
How to configure and use Mutual SSL Authentication in WCF.
by Retired Author
Wouldn’t it be handy if you could use regular expressions (RegEx) in your SQL code?  You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use. SQL CLR can do that!
by Retired Author
This article explains how to handle/control the exception message that a service sends to a client. It also explains how you can use faults to throw custom error messages to a client.
by Retired Author
How to use LINQ to SQL in N-Tier architectures.
by Retired Author
In the new release of WCF Data Services, we get server side paging and this will be addressed in this post.
by Retired Author
When using callbacks with transient subscribers, you must leave the channel open. This is how to manage and use service throttling to open up your service to more than 10 subscribers.
by Retired Author
Using WCF REST Service to call Stored Procedures and run queries on SQL Server.
by Retired Author
This article shows how to use WCF service with Silverlight
by Retired Author
Using automatically generated proxies in WCF in a manner similar to .NET Remoting
by Retired Author
Using WebSocket in WCF service and communicating with the service in client applications or JavaScript on web pages
by Retired Author
Using WebSocket with Microsoft.WebSockets.dll.
by Retired Author
This article describes a design, implementation and usage of the custom service operation invoker for invoking a xaml workflow. It is based on the upcoming Microsoft .NET 4 Technology.
by Retired Author
This article describes consuming Windows Azure Service Bus by WCF and WF Technologies.
by Retired Author
A continuation of using XAML for configuring applications
by Retired Author
A very easy to use business object validation library using C# 3.0 lambda expressions
by Retired Author
This article describes the design, implementation, and usage of VirtualService for the Enterprise Service Bus, using the Microsoft .NET FX 3.5 technology.
by Retired Author
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
by Retired Author
How to create an N-tier Data Application with a ASP.NET Presentation Tier
by Retired Author
This article is for those who want to revise WCF in a single go.
by Retired Author
How to expose a WCF Service Application along with Authentication Service and Authorization according to Enterprise Architecting standards.
by Retired Author
WCF - Exception Handling, Global Exception Handling, FaultExceptions and FaultContracts
by Retired Author
Explaining Service Configuration through SvcConfigEditor.exe
by Retired Author
A simple example of WCF (Windows Communication Foundation): a simple client/server solution.
by Retired Author
This article includes WCF Introduction, Sample WCF Service Library, Hosting of WCF Service at Windows Service and Consuming the WCF Service at Web Application
by Retired Author
A RESTful web service using the newest .NET platform features including automatic serialization/deserialization of complex types.
by Retired Author
How to create a peer-to-peer chat application using Windows Communication Foundation
by Retired Author
This article describes the WCF 4.0 configuration model updates.
by Retired Author
This article describes WCF 4.0 discovery system.
by Retired Author
How to include binding information into WCF 4.0 Discovery
by Retired Author
WCF 4.5 Services Development using Entity Framework and MVC 4 front-end
by Retired Author
A WCF web service that queries a database table using LINQ, returning the resulting collection
by Retired Author
Easy way to set log4net appender for WCF
by Retired Author
A brief explanation of the WCF architecture
by Retired Author
WCF’s behavior in different cases of versioning Data Contracts.
by Retired Author
The versioning strategies supported by the WCF framework in different cases.
by Retired Author
Several aspects of WCF Data Contract and Service Contract versioning and the practices adopted for providing backwards compatibility to contracts.
by Retired Author
An example for creating a WCF service, hosting it in a managed code application and consuming it in another application
by Retired Author
First draft version of the model, repository, and services.
by Retired Author
Introducing the RepositoryLocator pattern.
by Retired Author
WCF service response message patterns
by Retired Author
Generic transaction and exception manager for server side services
by Retired Author
WPF INotifyPropertyChanged implementation.
by Retired Author
Global and Request context pattern for server side resources
by Retired Author
Baseline WCF Client application using the MVVM pattern
by Retired Author
Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels.
by Retired Author
WPF ICommand implementation based on Josh Smith's pattern.
by Retired Author
How to use Spring.Net DI reducing coupling and enhancing automated testing.
by Retired Author
Unit of work pattern on NHibernate using repositories.
by Retired Author
In-proc WCF testing, dynamic client proxies, WCF Request context extension, and WCF client async commands.
by Retired Author
Development of parent/child relationships across application layers - also AutoMapper, a WPF custom converter, and WPF shutdown.
by Retired Author
WPF Validation using the IDataErrorInfo interface combined with Validation attributes
by Retired Author
EF Code First implementation of generic repository and unit of work. With deployment to Azure web sites using SQL Compact.
by Retired Author
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
by Retired Author
A WCF Service caching example.
by Retired Author
How to use WCF to send cleartext username without SSL or X.509 certificate
by Retired Author
HTTP - No IIS; Authentication - No SSL/X509 Certificate; Encryption - RSA+AES for Request, AES for Response; Compression - GZip for both Request/Response
by Retired Author
HTTP - No IIS; Authentication - No SSL/X509 Certificate; Encryption - RSA+AES for Request, AES for Response; Compression - GZip for both Request/Response.
by Retired Author
Client Server internal push technology using MSMQ and WCF
by Retired Author
This article is about the differences between WCF and Web Services and .NET Remoting.
by Retired Author
An article on WCF concurrency and throttling.
by Retired Author
How to properly replace base classes with sub classes in WCF contracts ?
by Retired Author
This basic example illustrates invoking database tables using a WCF service.
by Retired Author
WCF DataContract
by Retired Author
applying WCF design pattern into nodejs web api
by Retired Author
Shows a hands-on approach on how to implement Duplex Reentrant services in WCF.
by Retired Author
Sending and receiving text messages from a Windows client
by Retired Author
WCF Durable service
by Retired Author
This article describes the WCF error-handling paradigm, and provides a mechanism for automatic mapping of exceptions to WCF faults.
by Retired Author
Ten security related FAQ.
by Retired Author
Basics of Windows Communication Foundation (WCF)
by Retired Author
How WCF can be used to create a single instance of an application
by Retired Author
WCF development for real RAD in enterprise
by Retired Author
WCF development for real RAD in enterprise through teamwork
by Retired Author
This article explains how to host a WCF library in a Windows Service.
by Retired Author
Implementation of the Publisher and Subscriber model.
by Retired Author
Handling the Faulted state and Closure of a WCF service when being used in a stateful application.
by Retired Author
This article describes how to create a load balancer, routing WCF service between client and WCF server service
by Retired Author
WCF Operation Timeout Exception
by Retired Author
Implementing high speed wcf service with Cient side Service Caching and Instance Management
by Retired Author
WCF vs. ASP.NET Web APIs
by Retired Author
How to code a TransportBindingElement.
by Retired Author
A Command-line utility to ping WCF Services
by Retired Author
An overview of a number of different ways of generating proxies for using WCF Services.
by Retired Author
Making WCF Config Lite, easy for developers, and durable ... yup durable without ping.
by Retired Author
Analysis of reliable sessions with respect to server and client side inactivity and receive timeouts.
by Retired Author
How to create custom authorization policy and return HTTPContext Identity for authorization.
by Retired Author
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.
by Retired Author
The article explains how to create a WCF RESTful service and consume it in a normal HTML page using a jQuery AJAX call.
by Retired Author
Quick ASP.NET development using WCF RIA services
by Retired Author
Illustrates how to make a primitive load balancer using the routing feature
by Retired Author
This article describes WCF Routing Service concept, Configuring RoutingService (its endpoint(s), target service(s), message filter(s) and filter table) and content based routing.
by Retired Author
This article describes context-based routing and protocol bridging using WCF RoutingService.
by Retired Author
This article describes Failover & Load Balancing using WCF RoutingService.
by Retired Author
This article describes implementation of Service Versioning & using the RoutingService.
by Retired Author
How to configure WCF service in Azure web app over HTTPS with authentication with few simple steps.
by Retired Author
A guide for creating a self hosted WCF SOAP Service over HTTPS.
by Retired Author
In order to host a Windows Communication Foundation Service, we normally need a managed process, a ServiceHost instance and an endpoint configured for WCF Service.We can host a WCF Service in following different possible ways: Hosting in a Managed Application/ Self Hosting Console Application Window
by Retired Author
WCF Serialization does not call the constructor
by Retired Author
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour
by Retired Author
WCF Service Behavior Example: IPFilter - Allow/Deny Access by IP Address
by Retired Author
Using this application as sample anybody can design their applications in n-tier model using WCF
by Retired Author
WCF Service Library: A Good Approach for WCF Service Application
by Retired Author
This article illustrates how to implement security for a service method, in the context of custom authentication, confidentiality and integrity, using Message Contract.
by Retired Author
How to host a WCF HTTPS service with a custom username validator, in IIS.
by Retired Author
This article explain how to use Windows "Perfmon" to monitor WCF service performance.
by Retired Author
The article describes the development of a WCF service that will push content into a Silverlight application.
by Retired Author
Setting, configuring, and calling a WCF service to send emails with multiple file attachments.
by Retired Author
How to write unit test cases for our WCF Service with a framework called NUnit
by Retired Author
This article describes custom username password authentication without the need of certificate installation on the client side.
by Retired Author
How to run a simple WCF service with Topshelf as a host plus several tips and tricks
by Retired Author
WCF Services for Silverlight without configuration in config file
by Retired Author
A method of emulating ad hoc polymorphism (operator overloading) in WCF service development
by Retired Author
Brief information about WCF sessions
by Retired Author
An enterprise SOA pattern using WCF explains the cons of behavior attribute
by Retired Author
An enterprise SOA pattern using WCF explains handling native master data
by Retired Author
A sample for uploading/downloading large files from a browser to a WCF service via a web server.
by Retired Author
A command line utility to generate WCF proxies from WSDL 2.0 documents.
by Retired Author
WCF interoperability with other frameworks when transferring date values
by Retired Author
Shows you how to implement a remote file repository using WCF.
by Retired Author
WCF thottling is about more than just the throttling options.
by Retired Author
This article explains how huge data that is persisted on a typed dataset could be sent from a WCF Service to BizTalk using wsHTTPBinding/basicHTTPBinding and thus enable solutions to benefit from the Biztalk Mapper to transform a WCF message to a destination schema.
by Retired Author
WCF Tracing FAQs
by Retired Author
Preliminary info about WCF Transactions
by Retired Author
WCF Webservice on IIS6.0 using SSL
by Retired Author
This project aims using wcf, dependency injection and policy injection together.
by Retired Author
This article describe the way of writing your WCF Service in Professional Application
by Retired Author
Using WCF for business solutions (no config files, only exposed interfaces)
by Retired Author
Call existing web services from within Node apps.
by Retired Author
WCF/ASMX Interoperability – Removing the Annoying xxxSpecified when adding a web reference to a WCF service
by Retired Author
A few tips when working with WCF.
by Retired Author
How to use duplex communication over MSMQ bindings.
by Retired Author
This article tries to dig in as to what is WCF, how to code WCF services
by Retired Author
This article gives a tutorial on consuming WCF service in ASP.NET web site and to create AJAX enabled WCF Service.
by Retired Author
Illustrating in brief how to make a small and complete application with WCF
by Retired Author
A developer workflow of the manual way of creating and consuming WCF Services developed by Miguel Castro
by Retired Author
A description of the open source Web RSS Builder
by Retired Author
A description of the open source Web RSS Builder
by Retired Author
A description of the open source Web RSS Builder
by Retired Author
Shows practical examples about WF 4 Persistence, Tracking, and Bookmarks.
by Retired Author
This article describes a design, implementation, and usage of custom message mediation activities for a XAML workflow.
by Retired Author
This is the sixth post in the WCF 4.5 series.
by Retired Author
This post is about the ASP.NET compatibility mode default change of WCF 4.5.
by Retired Author
Configuration validations in WCF 4.5
by Retired Author
Improved streaming in IIS hosting
by Retired Author
This is the tenth post in the WCF 4.5 series.
by Retired Author
WebSocket support with plain text messages that enables the interaction between web browsers and WCF
by Retired Author
BasicHttpsBinding in WCF 4.5
by Retired Author
This post is about new transports – the WebSocket transport. This post is part 1 of 2.
by Retired Author
Difference between ASP.NET web service and programming WCF services like ASP.NET web services
by Retired Author
Part II of a multiple part article where I build a project to show News Headlines from a number of RSS feeds as a vertical scrolling region
by Retired Author
Windows CardSpace: enables users to provide their digital identities in a familiar, secure and easy way. In the physical world we use business cards,
by Retired Author
This article demostrates a very basic example, can say simplest, of client/server design using Windows Communication Foundation(WCF)
by Retired Author
Windows Communication FoundationWindows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a
by Retired Author
How Call hopping can be achieved in Nested WCF
by Retired Author
An article on using a WCF Service in a client application.
by Retired Author
Learn how to create and debug RESTful Web Services, and use streams and feeds.
by Retired Author
Windows Communication Foundation (WCF) basics for beginners
by Retired Author
Windows Communication Foundation FAQ quick starter Part 2
by Retired Author
Windows Communication Foundation FAQ quick starter: Part 1.
by Retired Author
The article is about step by step demonstration to implement simple WCF service,host and Client
by Retired Author
Securing a WCF service using SSL certificates and consuming it over Windows Mobile 6 (.NET Compact Framework).
by Retired Author
Sequential workflow as a WCF service. Create workflow custom activities, invoke child workflow from parent. Configure workflow runtime service using a config file. Basic idea of rules, creating a rule using the rule editor. Applying rules during runtime.
by Retired Author
Workflow calculator WCF service, an example of long running workflows
by Retired Author
A windows-service which can handle different operations in separate threads and which can be controlled by a small GUI program
by Retired Author
The Workflow Adapter/Connector pair are custom WF Activities for a Business-To-Business Logical Connectivity based on the Interface Contract. The connectivity handles the invoking and consuming of Workflows, Remoting objects, WCF Services in the transparent manner based on the configuration.
by Retired Author
Sequential WF example using VS 2008 Express Edition.
by Retired Author
New changes and features in Workflow service 4.0 provided with a sample solution to invoke WCF service from workflow service
by Retired Author
This article describes the design, implementation and usage of the custom WCF channel for invoking a Workflow Activity from the Repository by Routing Service.
by Retired Author
This article describes how a Windows Azure BizTalk Service Bridge pipeline can be extended for message mediation by Workflow (VETER + WORKFLOW Pattern).
by Retired Author
How to work with jqGrid and a WCF Service.
by Retired Author
This article describes a possible solution for the "app trial period problem (isolated storage)"
by Retired Author
Using the WCF netPeerTcp binding to chat without a central server.
by Retired Author
A WPF Peer-to-Peer chess application that utilizes WCF and PNM.
by Retired Author
Article describing how to write a Silverlight client to consume a WCF service
by Retired Author
A tutorial about how to write enhanced PHP-SOAP-webservices with automatic WSDL-generation
by Retired Author
Writing a 'Hello World' program using wpf+wcf+wf step by step
by Retired Author
This article helps in writing the first WCF Service
by Retired Author
This article describes the design, implementation, and usage of WS-Discovery for Windows Communication Foundation (WCF).
by Retired Author
In this article, I describe the design and implementation of a WS-Enumeration for WCF.
by Retired Author
This article describes the design, implementation and usage of the WS-Eventing for distributed applications driven by new MS communication model WCF (Windows Communication Foundation)
by Retired Author
The article describes the design, implementation, and usage of WS-Transfer for Indigo-driven applications.
by Retired Author
This article describes a design and implementation of the WF workflow connectivity to the Windows Communication Foundation (WCF) Service for WS-Transfer operation contract.
by Retired Author
WCF-enabled multi-player XNA game for the Windows platform.
by Retired Author
A multimedia exam suite built on Silverlight and Youtube
by Retired Author
Reliable transmission of bulk data over lossy connection without worrying about packets loss
by Retired Author
A Yahoo! messenger clone application built with Silverlight and its Duplex Polling WCF service. Explains how to deal with the Yahoo! packet format named YMSG.
by Retired Author
Cleaner WCF Proxy usage with DynamicTidyProxy
by Retired Author
A complete end to end example from DB to WPF client using MVVM/PRISM/NHibernate/Respository/IOC.