Search Results

1
vote
2answers
189 views

How do I use .Net Generics to inherit a template parameter?

I want to be able to do this. MyInterface interface = new ServiceProxyHelper<ProxyType>(); Here's the object structure …
4
votes
7answers
546 views

Is there a good graph (not charting) visualization API for .Net?

I've looked at Microsoft GLEE (non-commerical use) and other libraries for drawing graphs, b …
0
votes

Can Dns.GetHostEntry ever return an IPHostEntry with an empty AddressList?

You have three possible situations here: The hostname exists (DNS has an A Record) and resolves to an IP Address Condition is never hit The hos …