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 » Hash » Generics   (RSS)
Concrete Example: Convert Hashtable to Dictionary (Generics)
This entry will be short and sweet. After trying to find some kind of guide for converting from Hashtables - to using the generics Dictionary...I wanted to provide a more complex yet simple code comparision. In this example the first code snippet is the Read More...