Well I wrote in the last post about how to make an in-process WCF host.
In this post it is just the keep-it-simple and only about inproc WCF
Get the code her: http://www.box.net/shared/zqk2ltfi1i. (more…)
Well I wrote in the last post about how to make an in-process WCF host.
In this post it is just the keep-it-simple and only about inproc WCF
Get the code her: http://www.box.net/shared/zqk2ltfi1i. (more…)
In many apps tables containing ID’s and names for a domain – guess they are called domain tables – needs to be cached in the biz layer.
In web apps the caching procedure is well documented and implemented in System.Web.Caching. Cache is a thread-safe object, that doesn’t requires explicit locking.
In non-web apps then what to do?
This article suggests to use LINQ over self-hosted WCF.
With VS2k8 the quickes way to add a WCF service and client is also done in an asmx-like way.