I posted previously about using the InternalsVisibleTo attribute for unit testing and how I had come across David Kean's very helpful PublicKey application. I have been using this application for the last month or so and it has been great, until yesterday.
I changed the snk file used by my solution. This caused an interesting Catch-22 situation. AssemblyA couldn't compile because it had an InternalsVisibleTo attribute pointing to AssemblyATest, which now has the wrong PublicKey val...
[More]
Tags: GetPublicKey, Great Tools, Unit Testing
ac6f6b11-7ddd-47e0-b7f7-725abd63ffc3|0|.0
I have been trying to pull off something very interesting in recent days. I need to hijack the rendering of a DetailsView control so that it renders different html rather than the inbuilt table element structure.
I have mostly pulled this off by using browser files and control adapters to hook into the rendering process at which time I can get the control to render into a custom HtmlTextWriter. This is great because the page developer just needs to use Microsoft's DetailsView rather tha...
[More]
Tags: ASP.Net, Unit Testing, WF
743b928c-e4a2-47a8-a84c-00211895acdb|0|.0