Phil Scott's WebLog

Quite exciting this computer magic

  • My Probably Unpopular Opinion of Edit and Continue

    I don't see what the big deal about edit and continue in VB.NET is all about.  Sure unit testing will save your soul, but I am willing to be that 99% of all VB.NET applications aren't using unit testing, and probably never will.  Why?  They probably aren't developing that many classes.  Does that make them bad people or bad programmers.  To me, no.  They are simply putting together applications from existing components that have been unit tested.  How would you exactly unit test a webform? 

  • VB.NET in Full Effect

    So I just watched the video (thanks Julia) for the VB.NET Whidbey.  My ears hurt from the scretching, and my eyes hurt from squinting, and I had a good chuckle at how easy those smart tags are working :)

  • Infopath for the Web?

    Does anybody have a recommendation for a tool like InfoPath, but for the web?  ASP.NET, ASP.OLD, PHP, Perl, whatever.  We get a lot of questions like this: "We need to create a survey on our website that would put data into our blah blah blah database.  What class should I take?"  And the answer is never easy.  We are talking like power users of Excel or Frontpage.  But even still, in my head I know I could knock that out in probably three hours in ASP.NET.  But it would take someone at least 6 months of hard work to get to even a beginning understanding of ASP.NET, ADO.NET and C#/VB.NET. 

  • necho

    I have a small favor to ask to those on the (not) echo group.  Can we call "feeds" wafers.  Like necho wafers.  That would really make my day. 

  • 70-310 and Safari

    It appears Safari is adding a lot of Que's training guide books, including Mike's 70-310 training guide.  In the past two weeks I think I've gotten at least seven people to sign up from my classes at work.  I wish I would have given them another shot earlier than I did.

  • Validating and Closing a Form

    Ok, I give.  If you set e.Cancel = true in a validating event (for a textbox for example), how can you make it so the form can be closed?  Like clicking the X or even calling me.Close.