Skip to main content

Questions tagged [wcf]

Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

0 votes
1 answer
135 views

Generic message broker based on WCF

I apologize in advance for a long-read question, but i'm hardly stuck here and don`t how to ask for help using fewer words. I need to implement a middleware service which should be placed between two ...
Алексей К.'s user avatar
0 votes
0 answers
68 views

Handling a pool of dedicated long lived process behind a wcf service

I have a wcf service to create that will have to pilot a desktop process for the remote client. My limitations are : - the wcf service could not handle more 100 simultaneous desktop process ...
Dypso's user avatar
  • 231
1 vote
1 answer
504 views

Wrapping WCF client with Stream for disposing

I need to consume data from a WCF service, which pipes it through a stream. The data itself is contents of an archive file, so it needs additional logic, which I am splitting off into a separate class....
user avatar
2 votes
2 answers
466 views

WCF vs ASP.NET - Binary IPC

I have a windows service and a remote IIS server that need to communicate without any user interaction. As I can’t guarantee the two machines will be on the same network; the service will connect to ...
user1868265's user avatar
1 vote
1 answer
321 views

Why was WCF designed to violate Liskov Substitution Principle?

When you want to send your own types over WCF, you have to add lots of [ServiceKnownType(typeof(MyFirstConcreteType))] to the interface definition of your contract. You cannot use [ServiceKnownType(...
Bernhard Hiller's user avatar
1 vote
1 answer
324 views

Passing ServiceLayer's services to WCF service

I want to expose my business logic via WCF service in the intranet environment. I have N-tier architecture, pretty simple: Database -> .Data (DAL) -> .Business (Service Layer) -> WCF So, far I have ...
Marshall's user avatar
0 votes
1 answer
222 views

Does Proxy class belong to Service repository?

I'm building a WCF service project. It has a few layers, like Data, Business or Hosts. I usually also added "Clients" folder and "Proxy" project inside. So that anyone (who wants to use my service) ...
Marshall's user avatar
-1 votes
1 answer
81 views

Creating an app with a secured performing service the Microsoft way

This week I want to start a greater app project that is expected to handle much data. The app will provide an interactive forum, a media library that allows streaming and a task module with push ...
Martin Braun's user avatar
3 votes
2 answers
356 views

How do I debug memory issues on a shared server?

I have an ASP.NET web site on a shared server. The site is mainly used to house some WCF services that are used by a desktop application. We had a problem in that the server stopped responding, and ...
Avrohom Yisroel's user avatar
2 votes
1 answer
305 views

What features are missing from WCF Rest Implementation

In this question about using WCF and/or WebAPI, there is this quote: I was asking myself the same question until I found this WCF and ASP.NET Web API comparison page on MSDN (with my own emphasis ...
WernerCD's user avatar
  • 812
0 votes
1 answer
1k views

WCF: Send events between services

I recently worked in a larger project where I touched the topic of distributed systems in the c# world the first time. I found that wcf is fantastic for remote procedure calls, but how do you add ...
Haphi's user avatar
  • 11
-1 votes
2 answers
152 views

Outsourcing reporting service for multiple customers [duplicate]

I want to develop a robust system written in C# (WPF and WCF) for importing .csv files (and/or some others e.g. Word files) as a input into my system and then to generate PDF/Word report. I would ...
lonelydev101's user avatar
3 votes
2 answers
3k views

Is client-server application with direct connection to database good idea?

Can you made secure, multi-user, client-server application with multiple clients (1-5) directly connecting to database? Or you have to make custom server application and connect them via WCF or ...
Szel's user avatar
  • 95
4 votes
2 answers
2k views

Where do I define WCF client endpoints in a test project?

I have a class library-- call it Services.dll-- which is a wrapper for some third party functionality. The third party gave us a bunch of DLLs and those "inner" DLLs call a WCF service. Normally, ...
John Wu's user avatar
  • 26.6k
1 vote
1 answer
1k views

WCF Server for a mobile apps (Xamarin.Forms)

I have a “whiteboard” question. Technically I’d like to ask you about one thing I’m not sure in my design, but if you have time for a quick review the rest of the design - that’d be great. Every tip ...
Ish Thomas's user avatar

15 30 50 per page
1
2 3 4 5
11