0
votes
2answers
28 views
What project structure do you use for C# apps that host multiple WCF services?
I need a C# WinForms app to host multiple WCF services. So which of these (1 or 2) would be suitable?
Should I create a C# WinForms project and another WCF Service Library projec …
0
votes
3answers
23 views
Will messages between WCF Services hop over a WiFi Network/WLAN?
In my office building we have laptops on multiple floors all running a WCF Service. When WCF services communicate with each other, will a message for an out-of-range device automat …
0
votes
1answer
30 views
Can multiple WCF services communicate with each other?
I'm just beginning WCF and so I don't understand exactly how the abstraction works. Can I write a WCF service and install the same thing on multiple machines, and have them communi …
0
votes
1answer
16 views
How to create Net.TCP WCF binding for\using SOAP 1.1?
How to create Net.TCP WCF binding for\using SOAP 1.1? Is it posible?
If yes.
What do I need?
MSDN if there is any help on this.
Open Source Libs/wrappers.
Tutorials and blog a …
1
vote
5answers
54 views
Source code hosting for ASP.NET and WCF projects
I'm working on a project with 2 other developers and I need to host it online. I need a site to host it for me with features such as version control, and others neat features.
can …
0
votes
4answers
38 views
WCF Object exposure
Hi All,
I have a WCF service that needs to expose a custom collection to it's clients. I wondered what would be the best way to expose this object to my clients?
Object Code:
…
0
votes
1answer
24 views
WCF Singleton services: single instance per what? Per host instance?
My understanding is that for a WCF service with Single instance mode, the "single" is only true per host instance, i.e. it's quite possible to have multiple host instances (in the …
0
votes
2answers
44 views
How to use simple TCP/IP sockets connection over Net.TCP WCF binding?
How to use simple TCP/IP sockets connections over/with Net.TCP WCF binding?
Idea is – We have a web service with Net.TCP binding on some URL, port. We want to take advantage of th …
0
votes
1answer
27 views
provided URI scheme’http’ is invalid; expected ‘https’
Hi,
I have a RESTful Web Service hosted in IIS 6.0, I am able to Browse the Service in browser. When i am trying to access the same service via Client console App, it is giving me …
9
votes
7answers
256 views
Is there a design pattern for dealing with large datasets over the internet?
I am looking for a design pattern that handles large data sets over the internet, and does periodic updating of these objects. I am developing an application that will display tho …
1
vote
3answers
14 views
WCF Service Client accessing internal members
Hello there,
I have a WCF Service Library (implemented using NH)
with one of the class say Test, defined as
[DataContract]
public class Test
with two constructors defined as …
5
votes
3answers
94 views
Should I Use Entity Framework, DataSet or Custom classes?
Hi Guys, I am really having a hard time here. I need to design a "Desktop app" that will use WCF as the communications channel. Its a multi-tiered application (DB and application s …
0
votes
1answer
19 views
Are WCF Ajax Calls blocking calls?
We have a simple ASP.Net WCF Ajax enabled webservice which is called via the generated Javascript proxy. The service does a Database Stored Procedure call to return an integer coun …
0
votes
1answer
15 views
Mapping a WCF request message to the underlying operation
I need to know what operation is being invoked by examining a request Message object in an IDispatchMessageInspector.
What is the best way to do this?
0
votes
1answer
19 views
NHibernate and WCF Serialization(Unidirectional)
Object graph for type '[type]' contains cycles and cannot be serialized if reference tracking is disabled.
I have a simple class hierarchy setup using NHibernate as my persistence …
