Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.

Browse by Tags

All Tags » URI » System.Net   (RSS)
Sorry, but there are no more tags available to filter with.
URIs..and System.Net (Part II)
In Part I of this series, the rudimentary basics of the URI class was covered. Covered were the components that the URI() breaks down into, the overloaded methods of the URI() and how they are used, and a highlight on some of the issues when relying on Read More...
URIs..and System.Net (Part I)
The overall URI features of the System.Net is probably one of the worst and least documented aspect of .Net 2.0. While the basics of the URI class is reasonably documented, there still has to be additional issues addressed by the developer to provide Read More...