Feed on
Posts
Comments

Monthly Archive for February, 2006

There are some tools that just seem to find their way into every .NET developer toolbox.  Lutz Roeder’s Reflector for .NET is one of these.  I don’t know a single working .NET developer that doesn’t use Reflector.  Some of my friends live inside of it. Add to Visual Studio Since Reflector is such a useful [...]

Read Full Post »

ASP.NET Lifecycle

In ASP.NET there are a lot of complex actions happening with each page request.  Code needs to be compiled.  Events need to be fired.  HttpModules and HttpHandlers are invoked.  It’s a complex process. MSDN has a some interesting documentation showing all the action during each call to your website. ASP.NET Lifecycle

Read Full Post »

ASP.NET 2.0 has a lot of great new features.  I’ve been working with it for about a year and I’m very impressed with what you can do with Visual Studio 2005 and ASP.NET 2.0.  But… There is always a ‘but I hate what they did with my…‘ statement isn’t there? I’m not happy with some [...]

Read Full Post »

Junk Faxes – Stopping the Flow

For the last couple months our fax machines has been inundated with junk faxes.  I’ve been so busy traveling and teaching that I haven’t had much time to deal with it.  Each junk fax dutifully lists a toll-free number to call for removal from the list.  Sure! We’re busy, just like you are.  I really [...]

Read Full Post »

I vividly remember reading Popular Science magazines when I was in Junior High school.  I loved reading the ‘What’s coming’ section.  I followed the new ideas researcher were pursuing.  I’d daydream for hours about what I could do with the new gadgets.  It probably won’t surprise you to know that I also devoured science fiction [...]

Read Full Post »