Closed GoogleCodeExporter closed 9 years ago
Other good link is
http://elegantcode.com/2008/05/18/integrating-castle-windsor-and-nhibernate-with
-wcf/
Original comment by wmccaffe...@gmail.com
on 26 Jan 2009 at 5:15
One more interesting resource:
http://www.lostechies.com/blogs/jimmy_bogard/archive/2008/09/16/integrating-stru
cturemap-and-nhibernate-with-wcf.aspx
Original comment by wmccaffe...@gmail.com
on 28 Jan 2009 at 11:24
I'm working in a middle-size application in wich the view part must run in a
separate
server due to security reasons. So, all domain functionality classes should be
exposed using some sort of remote invoking method.
I know, it means a big work with WCF. Is there a way to minimize all that work?
Original comment by jmlvar...@gmail.com
on 25 Mar 2009 at 6:18
Original comment by wmccaffe...@gmail.com
on 26 Mar 2009 at 11:05
Hi jmlvargas,
I've encountered a similar situation on a project. We have a shared assembly
living
on both the server and the client. This works well for pure business logic but
doesn't help if you have to worry about lazy loading or entity hydration on the
client side (for obvious reasons).
Original comment by wmccaffe...@gmail.com
on 2 Apr 2009 at 5:16
Original comment by wmccaffe...@gmail.com
on 6 Apr 2009 at 6:42
Original issue reported on code.google.com by
wmccaffe...@gmail.com
on 26 Jan 2009 at 5:13