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 - if you haven't used Message Queues before, check this out...provides an easy method to manage very asynchronous, reliable messages..
- FullSource - 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 - shows a method to display 'colorized' text...nice and configurable.
- All you ever wanted to know about ViewState - excellent article about ViewState, discover the hidden mysteries...
- High-Resolution Timer - nice, High-Res timer, useful for benchmarking etc...
- Using an LCD Panel from .NET- exactly what is says, nice article in the 'Coding4Fun' series...
- The IComparable interface - really well written article on using this simnple but useful functionality...
Anyway...that's it for now...