< 1 2   Sort: Date

What is a Web Service
What is a Web Service ? Web Services are business logic components which provide functionality via the Internet using standard protocols such as HTTP. Web Services uses Simple Object Access Protocol (SOAP) in order to expose the business functionality.SOAP defines a standardized format in XML which ...
2007-10-23, 4560👍, 0💬

Which attribute is used in order that the method can be used as
Which attribute is used in order that the method can be used as WebService ? WebMethod attribute has to be specified in order that the method and property can be treated as WebService.
2007-10-23, 4552👍, 0💬

Is it a good design practice to distribute the implementation to
Is it a good design practice to distribute the implementation to Remoting Client ? Itfs never advisable to distribute complete implementation at client, due to following reasons:- ã Any one can use ILDASM and decrypt your logic. ã Itfs a bad architecture move to have full implementation as cli...
2007-10-23, 4477👍, 0💬

What is .NET Remoting
What is .NET Remoting ? .NET remoting is replacement of DCOM. Using .NET remoting you can make remote object calls which lie in different Application Domains. As the remote objects run in different process client calling the remote object can not call it directly. So the client uses a proxy which lo...
2007-10-23, 4469👍, 0💬

< 1 2   Sort: Date