# Links I've found pretty interesting...

<datetime class="hidden">2006-09-07T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

## 
Links I've found pretty interesting... 

posted on Wednesday, December 17, 2003 6:10 PM

I don't usually do this, but I thought I'd post some link to miscellaneous things I've been reading over the pas few days - there's no particular focus, just stuff I found interesting...

- [MSMQ with ASP.NET](http://www.15seconds.com/issue/031202.htm) - if you haven't used Message Queues before, check this out...provides an easy method to manage very asynchronous, reliable messages..
- [FullSource](http://www.thundermain.com/code/FullSource.aspx) - useful little tool which lets you see the actual source which IE uses (if you do a server.transfer for example, IE will show you the wrong source...), alos lets you see modifications made to the DOM by Javascript
- [Markup text in VB.NET](http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dv_vstechart/html/vbmarkup.asp) - shows a method to display 'colorized' text...nice and configurable.
- [All you ever wanted to know about ViewState](http://www.aspalliance.com/articleViewer.aspx?aId=135&amp;pId=) - excellent article about ViewState, discover the hidden mysteries...
- [High-Resolution Timer](http://www.dotnet247.com/247reference/msgs/2/11321.aspx) - nice, High-Res timer, useful for benchmarking etc...
- [Using an LCD Panel from .NET](http://msdn.microsoft.com/vbasic/using/columns/code4fun/default.aspx?pull=/library/en-us/dncodefun/html/code4fun12102003.asp)- exactly what is says, nice article in the 'Coding4Fun' series...
- [The IComparable interface](http://www.dotnetextreme.com/articles/IComparableInterface.asp) - really well written article on using this simnple but useful functionality...

Anyway...that's it for now...