Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Best Practice   (RSS)
Best Practice Recommendation In your Workflow application (more exactly in the host of your workflow application) never use anonymous delegate like that : AutoResetEvent waitHandle = new AutoResetEvent( false ); . . . workflowRuntime.WorkflowTerminated Read More...
Best Practice Recommendation In your WCF service, never let an exception propagate outside the service boundary without managing it. 2 Alternatives then : Either you manage the exception inside the service boundary and never propagate it outside Or you Read More...
Best Practice Recommendation Add the following line to your ASPNET.CONFIG or APP.CONFIG file: <?xml version= "1.0" encoding= "utf-8" ?> <configuration> <runtime> <generatePublisherEvidence enabled= "false" Read More...
 
Page view tracker