Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
javascript pattern framework
database pattern framework
adaptive data models
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Question
« Prev Topic
|
Next Topic »
Patterns In Action 4.0 solution structure
Michael Lopez
55
93.8
Oct 14, 2010
0
Hello.
Quick question: Why is the implementation of the "WCF.ActionServer" project (in the "Hosting Layer" solution folder) put into a separate project ("Action Service" project in the "Service Layer" solution folder)?
Thanks in advance,
Mike
Layers
1 comment
SOA? ---
Zhang Zhao
Oct 19, 2010
Add Comment
Flag
Follow
Email
1 answer
answer date
votes
comments
King Wilder
548
99.9
Nov 03, 2010
0
Michael,
For a couple of reasons:
Maintenance - it can be easier to maintain as a separate set of classes
Multiuse - the same implementation can be used by different protocols, such as http, tcp, net, etc.
There are probably other reasons but it's generally a best practice to do it this way.
Thanks,
King Wilder
Add Comment
Flag
Link
Write Your Answer
return to top