Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Note: Cross posted from Sajay . Permalink Read More...
Note: Cross posted from Sajay . Permalink   Here was an interesting set of questions comparing WCF & WWS                 1) With .NET 4.0, are we going to see any improvement Read More...
Note: Cross posted from Sajay . Permalink We generally need to have a quick set of performance counters to identify a performance issue with a service. Shown below are three new counters that you will find with WCF 4.0. I also want to emphasize on the Read More...
Note: Cross posted from Sajay . Permalink This was one was interesting as the service was exposed as a fully typed service, but the client wanted to modify some parts of the xml. Ideally you can plug into any part to perform these operations, but the Read More...
Note: Cross posted from Sajay . Permalink Really good article on Performance of HTTP polling duplex server-side channel in Microsoft Silverlight 3 by Tomek from the ServiceModel/SL team. http://tomasz.janczuk.org/2009/08/performance-of-http-polling-duplex.htm Read More...
Note: Cross posted from Sajay . Permalink When we need to modify or see the message before its sent or after its received, we generally can use a Message inspector. However sometimes we want to be a bit more granular. One such requirement was to perform Read More...
Note: Cross posted from Sajay . Permalink Here is another little goodie we have which will help in reducing configuration. You can use the ServiceHostBase.AddDefaultEndpoints which will pretty much probe your service implementation for contracts and expose Read More...
Note: Cross posted from Sajay . Permalink You can use a CodeActivity that returns a single result . public sealed class GetWorkflowInstanceId : CodeActivity<Guid> { protected override Guid Execute(CodeActivityContext context) { return context.WorkflowInstanceId; Read More...
Note: Cross posted from Sajay . Permalink Building a workflow service using 4.0 gives a very neat set of capabilities from both WF and WCF. Similar to WCF we can fully define a workflow either in code or otherwise just using Xaml. Here I chose a fully Read More...
Note: Cross posted from Sajay . Permalink 10-4 Episode 24: Monitoring Workflow Services by Ron Jacobs - One of the great advantages to building services with WCF and Windows Workflow 4 is that the environment is instrumented with loads of events that Read More...
Note: Cross posted from Sajay . Permalink One of the performance improvements we did with WCF 4.0 was to enable concurrent receives. This greatly helps scenarios where we need to do some kind of work like DB authentication with username passwords or custom Read More...
This is one of the new updates that you will find with the .NET 4 installation. This was a decision we reached after understanding the fact that almost all customers had to bump this number up to a sweet spot of around 100 sessions. However the initial Read More...
Note: Cross posted from Sajay . Permalink     If it doesn't run fast at first, it will run even slower later. Read More...
Note: Cross posted from Sajay . Permalink Here is a quick way to get an idea of how long your request/response takes and a ton of more data regarding your payload. neXpert is an add-on to Fiddler Web Debugger which aids in performance testing web applications. Read More...
Note: Cross posted from Sajay . Permalink Deep dive - Nicholas Allen's talk on WCF performance and Scale - PowerPoint Deck - Webcast From the above talk you get an idea of the pull and the push model and a combination of these for certain channels. This Read More...
More Posts Next page »
 
Page view tracker