Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
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
about us
training and education for professional developers
login
join now
Home
Questions
Tags
Service Tier
Tagged with:
Service Tier
11
records found
date
active
views
answers
votes
Patterns in Action - is it scalable?
In the facade class of the service layer project (ActionService.cs), there are multiple static data access objects My question is, if I have a project with over 100 entities, will performance degrade if I'm ...
Oct 18, 2012
by
Parity Bit
55
94.1
Service Tier
Facade Pattern
C#
SOA
Views
982
Answers
0
Votes
0
Answer
Code
Follow
1
Data Transfer Objects and Service Layer
Question about the Design Pattern Framework. What is the purpose of the Data Transfer Objects in the Service Layer? If I'm not using WCF is it possible to eliminate the DTOs in the Service Layer? In the code we ...
Jun 11, 2012
by
Dennis Tucker
103
96.7
Last:
Aug 04, 2012
by
Michael Lopez
55
94.1
DTO
Service Tier
Views
3K
Answers
3
Votes
0
Answer
Code
Follow
0
Can I remove DTOs from WCF?
Question about the Patterns in Action application. If I am using this within a project and will not ever use WCF can I eliminate a lot of this? For example can I remove "ServiceContract", ...
Jun 11, 2012
by
Dennis Tucker
103
96.7
Last:
Jun 14, 2012
by
Pradip Shrestha
377
99.9
WCF
DTO
Service Tier
patterns in action 4.0
Views
1.5K
Answers
1
Votes
0
Answer
Code
Follow
0
DataContract, DataMember, Message based
It appears they are using DataContract, DataMember to serialize the data for the WCF service. It is still necessary if the hosting layer is removed and going directly to the Service Layer? Does it matter if they ...
May 18, 2012
by
Dennis Tucker
103
96.7
Service Tier
Hosting Layer
Serialization
Views
1.1K
Answers
0
Votes
0
Answer
Code
Follow
0
RequestBase.ClientTag
What would be proper documentation to RequestBase.ClientTag? Currently, it seems to be copy-pasted from AccessToken. In what scenarios can you recommend to use it? What options could be used if WCF is ...
Jan 09, 2012
by
Michael S
50
50
Last:
Jan 11, 2012
by
Michael S
50
50
Service Tier
Views
2.8K
Answers
4
Votes
0
Answer
Code
Follow
0
Fault contracts versus AcknowledgeType+Message
I wonder why have you chosen to return errors from the service layer to the client apps via AcknowledgeType + Message rather than custom fault contracts? How could this approach address multi-lingual ...
Aug 31, 2011
by
Michael S
50
50
Last:
Sep 01, 2011
by
Michael S
50
50
Service Tier
Views
2.2K
Answers
2
Votes
0
Answer
Code
Follow
0
DataMember ordering in Service Layer
I noticed that no ordering is used for DataMembers in the service layer. Is there a reason behind ...
Aug 31, 2011
by
Michael S
50
50
Service Tier
Silverlight
Views
1.2K
Answers
0
Votes
0
Answer
Code
Follow
0
What is the purpose of a Service Layer?
Hello, I have a question. Does the encapsulation of functionality in services (ActionService and ImageService in your Patterns In Action examples) only make sense in case of different presentation ...
Jun 08, 2011
by
Uwe Stachel
70
95.7
Last:
Jun 10, 2011
by
Uwe Stachel
70
95.7
Design Pattern Framework
Service Tier
Views
3.4K
Answers
2
Votes
0
Answer
Code
Follow
0
Question on DPF ActionService ValidRequest method
I'm going through the ActionService WCF service, specifically the ValidRequest method and saw that the section that validates the ClientTag was commented with: // Validate Client Tag. // Hardcoded here. In ...
Dec 29, 2010
by
Doug Rohm
265
99.5
Last:
Jan 01, 2011
by
King Wilder
568
99.9
C#
WCF
Service Tier
Views
2.4K
Answers
1
Votes
0
Answer
Code
Follow
0
Use Services of a project without adding service reference
Hey, I have designed an aspx page in some project, say A, and I want to use Services for it from some other project, say B. Can I do so without adding any Service reference from project ...
Aug 27, 2010
by
Rakesh Sharma
85
96.4
Last:
Aug 27, 2010
by
King Wilder
568
99.9
Service Tier
Views
2.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Membership implementation in Design Pattern Framework
I want to confirm in which layer it is best to implement the API for ASP.NET Membership. In the Design Pattern Framework you have performed all operations using SOA, but my question is ...
Jul 30, 2010
by
Mohit Jangra
60
95.3
Last:
Aug 05, 2010
by
Dan McMillan
750
99.9
Design Pattern Framework
Membership
Presentation Tier
Service Tier
Views
2.4K
Answers
1
Votes
1
Answer
Code
Follow
0
15
30
50
Per Page
return to top