----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: melz Message 8 in Discussion hi senthil, WebServices are an integral part of ASP.NET and so programming for WebServices is very intuitive. Gives u a very clean and easy approach but to some degree you will compromise on flexibility and efficency. Go for webservices if u want to expose the buisness layer as a service model. Webservices transfer data via SOAP over HTTP thus making the transfer of data very verbose .. use it when the application is simple and effeciency of data transfer is not an issue. If you are thinking on the lines of Remoting you get max efficency because you can choose the binary formatter over TCP to move the data around. Remoting is a highly pluggable model so u can attach ur layers over the Remoting model for custom security/ custom formatting etc. If ur using remoting you can choose between HTTP andTCP protocol and SOAP vs Binary formatting ... or u can make ur own.Use remoting for max flexibility and performance. Regs, Mels ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
