Say I have two interfaces to my application: A web front-end A back-end which provides data Both of them talk to a web-service, and that web-service in turn, handles business logic and talks to a
I am currently developing a WCF service that will evolve over time to include new DTOs. I am currently using MEF withing the service implementation to export the webservice object. I have the WCF serv
Suppose this simple scenario: My client has an already working .net application and he/she 开发者_StackOverflowwants to expose some functionality through WCF. So he gives me an assembly, containg a pu
hi i have a class library that which performs methods and has a lot of different classes which it uses as parameters for the methods calls...
Consider the following simple example: [DataContract(\"{0}Base\")] public class Base<T> where T : Entity<T>
I have a class that is decorated with a KnownType attribute with a type of the class.Is this not allowed?
I know for a matter of fact that Type cannot be used when passing in to开发者_如何学编程 a WCF service. Does anyone have a complete list?I\'m not sure anyone bothered compiling a list, and i\'m not su
I have an enum namespace Business { public enum Color { Red,Green,Blue } } namespace DataContract { [DataContract]
I want to pass a delegate with the return 开发者_JAVA技巧type as ArrayList as parameter of thread and want to store the values in an ArrayList as well. Any help in this regard will be appreciated.Inst
We want to embed an ajax style service into a number of our websites each with a unique api key. The problem that I can see is that because the api key is stored in the javascript file the user could