help.net
<font size="2"><br />Musing on .Net</font>
-
Should I wait for Orcas?
Like many web developers I am excited by the news about Atlas and the full commitment by Microsoft to support in the future its development.
-
Atlas HoverMenuExtender example
The Atlas HoverMenuExtender is one of my favourite controllers in the Atlas toolkit. I've often thought about having all those minor details off the main screen, but still have them easily and quickly accessible. I see this control as a nice easy way to do this, so I'll show you how I'd do that.
What is it?
The Atlas HoverMenuExtender gives you a way to easily add a panel with extra content to a control, without clutteruing up the screen. You can bind all the data in your grid, while at the same time binding your hover menu panel, therefore keeping all you code in one simple place but adding nice functionality. -
All About Enums
Dino Esposito is a well know .NET author and everything seems to be so clear after reading some of his articles.
-
Spammers are getting too smart... and polite!
Spammers never cease to amaze me. Whatever you do to block their crap, they always find a way to send you anything about increasing some private body parts.
-
MySQL Manager for Windows
MySQL is an excellent alternative to SQL Server no doubts about that. But the lack of GUI out of the box has always been an issue for me.
-
Browse 200 years of news archives with... Google
Google has released another branch to the News service. This time it's focus on news archives, including a simple timeline (maybe some better design would have been better there) and a way to go back as far as 200 years in the past.
-
XP Media Center not required anymore
Something that not a lot of bloggers have noticed in the last Beta 2 of Windows Media Player 11, is a really sweet feature added by Microsoft.
-
Dynamic Cache Substitution using Substitution Control
Thanks to Bipin for this!
-
Developing 3 tier web sites in ASP.NET 2.0
If you struggle with the new architecture database model in ASP.NET 2.0 maybe you should read this excellent article by Bipin Joshi on N-Tier architecture for ASP.Net 2.0
-
Url Rewriting in ASP.NET 2
Just starting to migrate some of my projects to .Net 2.0 and I needed to figure out how to migrate the URL rewriting I used to code through an HTTP module.