Search Results

1
vote
1answer
589 views

WCF Streaming contract

I am trying to set up a streaming WCF service using basicHttpBinding. The service is hosted in an IIS7 process. The contract contains a simple Stream GetStream() operation. When I …
0
votes

ASP.net - How can one differentiate Page-Processing Time from Client-Transmission Time

This depends on the feature set of the performance tools you have. But if you just need to log the processing time then you could follow this approach. Log the starting time in the …
0
votes

What are the naming guidelines for ASP.NET controls?

I'm not sure of the guidelines regarding ASP.NET, but in the book Framework Design Guidelines from Microsoft, there are several best-practice guidelines about naming of class members. Since ASP.NET …