wcf
.NET - deploying a WCF client, without an app.config
I\'m writing a client to a WCF service.This is a single app in a larger system that includes modules written in C#, C++, VB, and Java.All of the apps share common configuration and logging mechanisms,[详细]
2023-04-12 00:16 分类:问答c# TimeZoneInfo serialization
I\'m have a bit of a problem with serializing TimeZoneInfo object. I was trying to use TimeZoneInfo variable in data contract for WCF service but the serialization was failing. So i wrote this little[详细]
2023-04-11 23:58 分类:问答Recommended structure for entity framework for a CRUD DAL for WCF
I need to implement a back-office layer for an application. It will have to implement the data access through EF4, and expose the data access as CRUD through WCF services. The using of WCF Data Servic[详细]
2023-04-11 23:11 分类:问答WCF without ASPNetCompatibility mode getting hold of weboperationcontext
Although i know that WCF is transport-agnostic and without setting AspNe开发者_如何学运维tCompatibility mode i never get the HTTP context. What all values can i get from weboperation context.[详细]
2023-04-11 22:45 分类:问答Waiting for completion of one-way WCF call in a C# console application
I have a WCF webservice (not under m开发者_运维问答y control) that implements functionality I need to access via IsOneWay=true + a callback interface, one of the methods of which notifies of processin[详细]
2023-04-11 22:32 分类:问答How to split WCF service's Operation contracts into Concurrency mode as Single and Multiple
I have one service Service A with 2 operation contract CheckServer and AddService. As the Service is singleton with Concurrey mode as Single[详细]
2023-04-11 22:29 分类:问答Migrate Web Services (VS2003) to WCF (VS2010)
Our site is maintained with VS2003. We converted our solution to VS2010--it is a Web Application Project. It has several Web Services files (.asmx file endings) that we hoped to convert to WCF in two[详细]
2023-04-11 22:18 分类:问答add custom header for security authentication in wcf
i am using webHttpBinding to expose the wcf serivces and return JSON format, i want to make some security authentication in header like:[详细]
2023-04-11 22:07 分类:问答Advice on how I should return more than a simple type from my service layer
In my mvc3 application, I have things setup like: 1. repositories for each entity 2. service class for each entity that wraps the bare nhibernate db calls with business logic[详细]
2023-04-11 21:59 分类:问答Can a SSO service (Custom STS, WIF) be implemented so that it is highly available (clustered or in a web farm)?
I recently 开发者_如何学运维asked a question here: Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?that outlines the details behind my next question.[详细]
2023-04-11 20:30 分类:问答