Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Generics   (RSS)

Create dynamic WCF Clients without any configuration/service references

The other day I wanted to do some simple perf tests against a bunch of different wcf services that I am working on. I wrote a little test tool to do this but I had some problems with my test tool. My test application was very tightly coupled to the services.
Posted by ZiadElmalki | 5 Comments
Attachment(s): ClientFactory.cs

Performance when creating objects using generic new constraint

I got an email asking about the performance when creating objects using the generic new constraint. You can learn more about the generic new constraint here http://msdn.microsoft.com/en-us/library/sd2w2ew5.aspx and here http://msdn.microsoft.com/en-us/library/d5x73970.aspx
Posted by ZiadElmalki | 0 Comments
Attachment(s): Program.cs
 
Page view tracker