GeoIP Database and WebServices
GeoIP Database and WebServices useful link [ ... ]
posted @ Saturday, December 22, 2007 11:09 PM | Your thoughts
| ||||||
WebServicesWebServices related info. Interoperability in internet. Best practices, scalability issues and security considerations. Advanced techniques, Web Services Enhancements, Indigo (WCF) related info, resources and links. ASP.NET Web Services best practices and guidelines.GeoIP Database and WebServicesGeoIP Database and WebServices useful link [ ... ] posted @ Saturday, December 22, 2007 11:09 PM | Your thoughts Webservice Tip: One-Way (Fire-and-Forget) WebmethodOccasionally when consuming a webservice, client does not require a response. Using the OneWay property of SoapDocumentMethod under System.Web.Services.Protocols frees the client thread immediately instead of forcing it to wait for a response - [SoapDocumentMethod(OneWay=true)] [ ... ] posted @ Monday, May 21, 2007 12:37 AM | Your thoughts WSE In-Memory Object ModelWSE has its own pipeline and its own extensibility mechanism that plugs as one big extension into ASMX and when you write extensions (handlers) for WSE, you don't get a stream but an in-memory info-set in form of a SoapEnvelope [ ... ] posted @ Sunday, April 8, 2007 10:45 PM | Your thoughts How to Deploy WSEThe WSE runtime dll can be simply placed in the same directory as the application and run. It does not have to be GACed. The one feature that you loose if you do this today is error event logging to the Windows Event log [ ... ] posted @ Friday, March 30, 2007 6:27 AM | Your thoughts System.Net Namespace BlogSystem.Net Namespace Blog by adarsh. You can find everything related to network programming, real time communication and other info related one way or another to System.Net namespace in .NET Framework [ ... ] posted @ Tuesday, January 4, 2005 4:02 AM | Your thoughts Implementing WebservicesLink to page that contains links to various whitepapers and other useful resources related to different how tos and best practices on implementing webservices [ ... ] posted @ Saturday, November 13, 2004 5:19 AM | Your thoughts New Features for Web Service Developers in .NET 2.0Link to whitepaper on .Net 2.0 Web Services Enhancements for developers. Web services and the XML serialization stack in the .NET Framework 2.0 offer a set of compelling features that improve developer productivity, application performance, and standards conformance [ ... ] posted @ Sunday, July 4, 2004 12:58 AM | Your thoughts Using RSS for InteroperabilityRandom thoughts about using RSS as interoperability bridge between platforms [ ... ] posted @ Tuesday, May 25, 2004 9:13 PM | Your thoughts Link to SOA Related Articles ListLink to articles regarding SOA link collection. Collected so far by Kirk Allen Evans from Microsoft [ ... ] posted @ Wednesday, April 28, 2004 4:54 AM | Your thoughts How to Serialize ReadOnly PropertyHow to serialize readonly property in a class, since it is ignored by ISerializable ? There are 2 workarounds: throwing exception in setter and using WebMethods instead of setter and getter [ ... ] posted @ Thursday, April 15, 2004 1:46 AM | Your thoughts Web Transports TeamLink to Microsoft Web Transports Team weblog. All HTTP you can eat :) [ ... ] posted @ Saturday, April 3, 2004 11:48 AM | Your thoughts XML Binary White PaperLink to XML Binary Data white paper about how to pass binary data with XML (via www.xml.com) [ ... ] posted @ Saturday, March 13, 2004 11:16 AM | Your thoughts
|
||||||
|