Browse by Tags

All Tags » .Net (RSS)

Timeout exceptions by skjagini

1. WCF In a typical WCF client-service application, the client initiates the requests and waits for the response from service. If the service doesn’t respond in the preconfigured intervals the client will error out with an exception similar to the following...
Filed under: ,

Disposing the resources when process exits by skjagini

while browsing the System.AppDomain in reflector found this gem that can be very useful to cleanup the resources  when the application exits. The event, System.AppDomain.CurrentDomain.Proces sExit takes delegate which invokes the method to dispose...
Filed under:
More Posts