RaSor’s Blog

September 1, 2008

HowTo: InProc WCF

Filed under: NET, WCF — rasor @ 5:22 am

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…)

August 30, 2008

HowTo: LINQ Over WCF – An easy domain table Cache

Filed under: EntLib, LINQ, WCF — rasor @ 5:36 pm

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.

(more…)

August 21, 2008

.NET Roadmaps

Filed under: NET, Sharepoint, WCF, WebApps — rasor @ 9:07 am

This roadmap mixes just some different stuff I wanted to store. (more…)

December 28, 2007

Quick start from VS2k8

Filed under: NET, WCF — rasor @ 11:26 am

With VS2k8 the quickes way to add a WCF service and client is also done in an asmx-like way.

(more…)

Blog at WordPress.com.