Why APM? Santander’s existing solution to measure performance matrices would not go far enough to monitor and manage application performance.
Continue reading »Author: Prodip Saha
Mobile Strategy: KarValue is an Apache Cordova Multi-platform (iOS, Android and Windows 10) App
KarValue is an Apache Cordova Multi-platform Mobile App to Check Car Prices! KarValue is built using Visual Studio 2015 Cordova template
Continue reading »Alter(Hijack) the behavior of WCF Proxy to run locally
You typically create WCF proxy to run operations remotely. I came across a use case where I had to maximize
Continue reading »Implementation of CDN (Content Delivery Network) to serve web contents to end-users with high availability and high speed.
Implementation of CDN (Content Delivery Network) to serve web contents to end-users with high availability and high speed. By Prodip
Continue reading »SoapUI Mock Service Proxy
The SOAP Service Mocking functionality in soapUI lets you create a standards compliant simulation of a WSDL based service just
Continue reading »Productivity: Auto generate WCF Service Contracts using T4 template.
The purpose of this T4 template is to auto generate WCF Service Contracts with appropriate ServiceContract, OperationContract (with Name for
Continue reading »BindingManager- How to read WCF Binding from configuration?
BindingManager reads the binding configured in the web.config and apply them at Endpoint. BindingManager is reading ServiceModel section from web.config
Continue reading »Apply or customize WCF behaviors at Runtime
BehaviorManager is designed to apply or customize WCF behaviors at runtime.BehaviorManager reads the behaviors configured in the web.config and apply
Continue reading »Custom Error Behavior by implementing IErrorHandler at WCF Service
Today, I am going to show how to handle errors (handled or unhandled by WCF service) at the application level.
Continue reading »