Dev Source Code
Pages
(Move to ...)
Home
MVC
SOA
REST
HTML 5
Visual Studio
ASP.NET
Silverlight
AJAX
JavaScript
Projects
▼
Showing posts with label
SOA
.
Show all posts
Showing posts with label
SOA
.
Show all posts
Saturday, June 9, 2012
SOA Best Practices - Performance and Security
›
Services should be structured, designed with security in mind. Security includes service security, transport security and message secur...
Thursday, April 26, 2012
SOA Best Practices - Developing and Deploying a Service
›
Web services open the door to new integration opportunities and the quality of the interface they expose is very important. For example, ch...
Tuesday, January 17, 2012
WCF 4.0 new feature - Default Endpoints
›
WCF 3.x services required at least one endpoint or you'd get an exception. WCF 4.0 comes with default endpoints. Windows Communication ...
Friday, September 2, 2011
Method Overloading in ASMX and WCF services
›
Both ASMX and WCF services do not support method overloading by default. However, it is possible to enable method overloading with ASMX or W...
Tuesday, August 23, 2011
How to enable WCF Tracing?
›
Tracing is not enabled by default. Trace source should be defined in the assembly level. The System.ServiceModel and System.ServiceModel.Mes...
›
Home
View web version