Welcome to MSDN Blogs Sign in | Join | Help

adarsh's blog

Adarsh Khare works at Microsoft. Everything here, though, is his personal opinion and is not read or approved by Microsoft before it is posted. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.

Browse by Tags

All Tags » Software Testing   (RSS)
"Test driven development" - some practical experiences in API development
Since last few years I was reading a lot of discussion about "extreme programing" and "test driven development". I decided to explore and apply some of those principles in my own development and within my team. Here are some of the interesting things Read More...
Use NetworkInformation classes to get the list of listening ports on your machine
.Net frameworks 2.0 have new addition of Namespace, System.Net.NetworkInformation, it provide a number of interesting classes to extract the network related statistics and state of the machine, it pretty much provide most of the functionality which is Read More...
Does your application require customizing System.Net.WebPermission, SocketPermission or DnsPermission settings?
.Net frameworks comes with deefault security settings where components running under Intranet, Internet Zone can only have WebPermission to connect back to the server, from where they are downloaded. Also the component from Intranet zone and Internet Read More...
Page view tracker