Sign in
|
Join
|
Help
in
Current Tags
Jimmy Bogard
LosTechies
(Entire Site)
Home
Merchandise
Blogs
Downloads
The Lounge
Ads by The Lounge
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
Three simple Rhino Mocks rules
Transitioning between consulting projects
Windows 2008 Workstation and Live Writer
JavaScript block scoping
A TDD investment addendum
Tags
Agile
ALT.NET
altnetconf
ASP.NET
ASP.NET MVC
Austin Code Camp
Austin DDD Book Club
BDD
Behave#
Behavior-Driven Development
C#
Code smells
Continuous Integration
Design
Domain Driven Design
Domain-Driven Design
Entity Framework
JavaScript
Legacy Code
LINQ
LINQ to SQL
Misc
MonoRail
MSBuild
MVC
NBehave
NHibernate
PabloTV
Patterns
People
PTOM
Rails
Rant
Refactoring
Rhino Mocks
SQL
StructureMap
TDD
Team Build
Testing
Tools
VSTS
WCF
News
Archives
October 2008
(3)
September 2008
(10)
August 2008
(11)
July 2008
(12)
June 2008
(11)
May 2008
(15)
April 2008
(10)
March 2008
(15)
February 2008
(13)
January 2008
(19)
December 2007
(9)
November 2007
(17)
October 2007
(23)
September 2007
(10)
August 2007
(11)
July 2007
(11)
June 2007
(9)
May 2007
(14)
April 2007
(7)
Jimmy Bogard
Assistant to the assistant to the regional manager
Browse by Tags
All Tags
»
WCF
(
RSS
)
NHibernate
StructureMap
Tools
Integrating StructureMap and NHibernate with WCF
Following many examples I found online for other IoC containers, I borrowed utilized those designs to create a StructureMap instance provider . One problem we ran into with that design was dealing with NHibernate. Mainly, there are two types that are...
Posted
Sep 16 2008, 03:47 PM
by
bogardj
with | with
13 comment(s)
Filed under:
WCF
,
StructureMap
,
NHibernate
Convention, configuration and WCF
Convention is something that's fairly lacking in WCF. Here's what I'd like to do: [ ServiceContract ] public interface ICustomerSearch { Customer FindCustomerByName( string name); } public class Customer { public string Name { get ; set ;...
Posted
Aug 18 2008, 07:56 PM
by
bogardj
with | with
8 comment(s)
Filed under:
WCF
Trusted Subsystem, WCF and IIS 5 - revisited
In my last post, I tried to get the following scenario to work: One thing I didn't add was that I'm running IIS in Windows XP, in IIS 5. In this article on CodePlex , which I originally modeled my solution after and a couple of folks pointed out...
Posted
Jul 31 2008, 08:26 PM
by
bogardj
with | with
4 comment(s)
Filed under:
WCF
Trusted Subsystem, WCF and IIS
I've just about pulled my hair out on this one. This used to be very easy with ASMX: Basically, I have IIS running as a trusted user, "Service". I want WCF to run as this user for connecting to databases, etc. I don't care who's...
Posted
Jul 30 2008, 10:43 PM
by
bogardj
with | with
6 comment(s)
Filed under:
WCF
Integrating StructureMap with WCF
When developing with an IoC container like StructureMap, eventually some place in your code you will need to call the registry to instantiate your classes with their dependencies. With StructureMap, this means a call to ObjectFactory.GetInstance. Ideally...
Posted
Jul 29 2008, 10:44 PM
by
bogardj
with | with
14 comment(s)
Filed under:
Tools
,
WCF
,
StructureMap
Copyright Los Techies 2007. All rights reserved.