| Thread | Last Post | Replies |
|
| Advanced WebServices | 25 Jul 2007 13:56 GMT | 1 |
Can someone point me some good books or online links where in i can learn to develop enterprise level webservices. I am aware of basic webservices concepts and i am looking at advanced level webservice concepts and real time samples.
|
| Enterprise Library and Serviced Component (COM+) | 11 Jul 2007 07:44 GMT | 15 |
I did some study on the Enterprise Library Data Access Application Block. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/daab.asp Could someone tell me how I can use it to build a COM+ Serviced Component? The Enterprise Library requires App.config and ...
|
| Enterprise Services | 06 Jul 2007 06:00 GMT | 1 |
How do I debug a component services written in .Net? I tried [assembly: Debuggable(true, true)] in assemblyInfo.cs but that didn;t do anything.
|
| Anyone aware of a C# FTP client library that supports pgp encryption? | 05 Jul 2007 17:00 GMT | 3 |
Hi All: I guess I could use something like gnu pgp and piggyback that onto an FTP client but I was wondering if anyone knew of a commercial C# class library
|
| Override a Web service Proxy class | 05 Jul 2007 08:50 GMT | 1 |
Can I override the send and receive methods on a web service proxy? I want to use the default proxy classes generated when I add a reference to a web service to create and read the SOAP messages when I call a method… but, I would like to replace the send and receive with my own ...
|
| Windows or Web application? | 02 Jul 2007 10:22 GMT | 2 |
I am working on a very large distributed application which runs very slowly. It has a web front end and a web services layer to communicate between offices. Is there an advantage of having a web front end over a windows UI?
|