Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
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
Tags
WCF
Tagged with:
WCF
17
records found
date
active
views
answers
votes
Design pattern to consume WCF Services from ASP.NET 4
What design patterns are recommended (on asp.net side) to consume WCF Services (and OData endpoints) through ASP.NET 4.0 page model to have minimum response time and maximum possible dumb view? In short.. ...
Oct 16, 2011
by
Vishal G
50
50
ASP.NET 4
WCF
Odata endpoint
Design Patterns
Views
570
Answers
0
Votes
0
Answer
Code
Follow
0
How do I use Silverlight without RIA Services?
How do I use the existing framework for MVC to implement Silverlight. The Silverlight Design Pattern Framework is implemented using RIA services and I want to use the the normal WCF services instead. ...
Aug 10, 2011
by
Satyajit Behera
60
94.5
Design Pattern Framework
Silverlight
RIA
WCF
Views
408
Answers
0
Votes
0
Answer
Code
Follow
0
WCF - Large Data send to client
I added 1,3000 records in customer table in Patterns in Action 4.0 sample. When I run the sample, WCF timeout error occurred. I modified the maxReceivedMessageSize="2147483647", ...
Feb 09, 2011
by
Emily Fong
68
95.1
Last:
May 31, 2011
by
Alexander Molinari
50
50
WCF
Views
4.8K
Answers
5
Votes
1
Answer
Code
Follow
0
WCF in a Virtual Private Network (VPN)
I have to deploy an application using the as base some of the components of the Dofactory 4.0, but I see that all is used as local.... Can someone tell me how to change the WCF setting to use Binary and TCP, to ...
Feb 23, 2011
by
Oscar Rangel
50
50
Last:
Feb 27, 2011
by
King Wilder
478
99.9
WCF
VPN
Views
1K
Answers
1
Votes
0
Answer
Code
Follow
0
Design Patterns for SOA-based WCF application
Hi, I would like to know what Design Patterns I need to be aware off when building an SOA-based application using WCF. Thanks in ...
Jan 28, 2011
by
Manjunath Be
50
50
Last:
Feb 20, 2011
by
Rajesh Pillai
1,251
100.0
SOA Patterns
WCF
Views
2.8K
Answers
2
Votes
0
Answer
Code
Follow
0
WCF Service Exception: "Underlying connection was closed"
I'm trying to recreate something similiar to the example in Patterns In Action 4.0 ActionService.cs except it is much simpler I only have 1 method in my WCF service. The problem I'm ...
Feb 18, 2011
by
Dan Moon
50
50
WCF
C#
ASP.NET
Views
1.7K
Answers
0
Votes
0
Answer
Code
Follow
0
Silverlight + WCF in a DDD architecture instead of use RIA services
Hello, In my opinion your Design Pattern Framework's Silverlight project is a great teaching resource, however it may not be enough if you are planning to develop a robust DDD application that ...
Jan 28, 2011
by
Sergio Navarro Gonz�lez
50
50
Silverlight
RIA
WCF
Views
1.4K
Answers
0
Votes
0
Answer
Code
Follow
0
How to host WCF service by Winforms application?
Hi, I'm building a WinForms application based on DoFactory Framework 3.5. I want my WCF services to start automatically along with the realised executable file (not by running debug mode on MS Visual Studio). ...
Dec 26, 2010
by
Duncan P
50
50
Last:
Jan 03, 2011
by
Pradip Shrestha
308
99.7
WCF
Self hosting
Views
1.8K
Answers
1
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
260
99.4
Last:
Jan 01, 2011
by
King Wilder
478
99.9
C#
WCF
Service Tier
Views
1.2K
Answers
1
Votes
0
Answer
Code
Follow
0
Calling WCF using JQuery
Hi all! We're developing an ASP.NET 4 application using the MVP pattern. On many pages we call WCF services which return data for ASP.NET controls like DropDownList and so on. We have put WCF in a ...
Nov 14, 2010
by
Rinat Mergenbaev
50
50
Last:
Dec 03, 2010
by
Rinat Mergenbaev
50
50
ASP.NET
Databinding
WCF
jQuery
Views
2.5K
Answers
2
Votes
0
Answer
Code
Follow
0
WCF versus Web Service
When do we need Web Service and when ...
Aug 20, 2010
by
Rakesh Sharma
85
96.0
Last:
Nov 23, 2010
by
Ashish Sharma
50
50
Web Service
WCF
Views
7.4K
Answers
6
Votes
1
Answer
Code
Follow
0
WCF Timeout
Two questions: Looking at project 'Patterns in Action' with Windows Forms interface you find two 'app.config' files.One file is in the Windows Forms project and the other file is in the Windows Model project. Why ...
Nov 04, 2010
by
Richard Au
50
50
Last:
Nov 07, 2010
by
Richard Au
50
50
C#
WCF
TimeOut
Views
2.7K
Answers
1
Votes
0
Answer
Code
Follow
0
Patterns for Translation Service
The company I work for will not allow third party translators as we have teams of translators that supply textual translations. I am building an application that must be global and need to build a service ...
Oct 21, 2010
by
Derick Mayberry
50
50
Last:
Oct 22, 2010
by
Srihari Chinna
340
99.8
Design Patterns
WCF
Translation
Views
1.2K
Answers
1
Votes
0
Answer
Code
Follow
0
Class names in Presentation Layer reference
Hi, I am exploring Patters in Action 4.0 framework.On Product.aspx.cs page there is reference to Product object. ActionServiceReference.Product product = repository.GetProduct(ProductId); I cannot ...
Sep 27, 2010
by
Praveen Surendran
50
50
Last:
Sep 29, 2010
by
Dan McMillan
610
99.9
Design Pattern Framework
WCF
Class names
Views
2.2K
Answers
3
Votes
0
Answer
Code
Follow
0
How to get Dynamic Proxy of WCF Service hosted on multiple ports on same server
Is there any way to use WCF service proxy which is hosted on different ports without updating the service reference? For example, my first Web site is taking service reference ...
Sep 16, 2010
by
hanu dondapati
50
50
WCF
Proxy
Views
1.2K
Answers
0
Votes
0
Answer
Code
Follow
0
WCF SOA Wrapper
I have need to create an SOA wrapper for SOA services that are taking Request XML and returning Response XML and expecting the developers to parse this this XML. I aim to use the XSD.exe tool and create C# ...
Aug 20, 2010
by
Derick Mayberry
50
50
C#
SOA
WCF
Views
1.1K
Answers
0
Votes
0
Answer
Code
Follow
0
Question: Is there an example for Webservices in Design Pattern Framework 4.0?
Hello, I'm a C# developer but totally new and unexperienced in Webservices, WCF and Silverlight. My Task is to create a Server Application that communicates with a Silverlight Client and later a native Mac Client. ...
Aug 04, 2010
by
Thomas W
60
94.5
Last:
Aug 08, 2010
by
Ronald Garlit
425
99.9
C#
WCF
Web Services
Views
1.5K
Answers
2
Votes
1
Answer
Code
Follow
0
15
30
50
Per Page
return to top