CasperWollesen / CW.Samples

.NET Code Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CW.Samples

NET Code Samples

###WCF

  • WcfExampleService, is created with inspiration from https://github.com/dotnetcurry/wcf-whats-new-part2
  • Shows how to create a service interface, facade, host and client with async support.
  • Strong typed with interface and model parameters - same reused in both server and client.
  • Net tcp binding.
  • No xml configuration - all config done in code.
  • UnitTests with NUnit.
  • CreateNewService
  • Show how simple it is to create a service interface, facade, host and client with async support with help from WcfExampleService base classes and helpers.

###SignalR

About

.NET Code Samples


Languages

Language:C# 100.0%