Doing away with an Assembly Dependency
Posted by: Rick Strahls WebLog,
on 13 Jan 2008 |
View original | Bookmarked: 0 time(s)
I'm looking at some oldish code that sits inside of a web control library. This is my main web control library were I keep all of my custom controls that I typically use. It includes all the AJAX controls, a custom databinder, some generic status display controls, a number of stock control extensions, plus a host of web control related helper routines used in control development in general. It's a fairly focused library assembly that's fully self contained without outside dependencies. The databinder...