- Sending .NET EMail Via smtp.gmail.comI just finished wrapping up an article on how to send email from within a Windows or Web application with the System.Net.Mail namespace. One of the things I uncovered is that you can send email thr…
- 'Sys' is undefined - ASP.NET AJAXYou might receive the error 'Sys' is undefined when running ASP.NET AJAX Web pages or trying to AJAX enable your exisitng Web Applicaitons.
- Cell Phone StolenA word of advice: Don't ever leave your cell phone in a theme park.
- Assigning a Drive letter to a USB driveSince this is something I've had to look up twice so far, I thought I'd blog it as much for myself as for anyone else that might be interested :) I have multiple logical drives defined on my system…
- Learning Powershell Without Leaving the Command LineI've been impressed by the attention paid to discoverabiltiy in powershell, which has allowed me to quite a bit of learning without ever leaving the command line. Here are a few of my favorite feat…
- Visual Studio 2008 release dateAt the Microsoft® Worldwide Partner Conference today, Microsoft Chief Operating Officer Kevin Turner announced that Windows Server® 2008, Visual Studio® 2008 and Microsoft SQL Server™ 2008 will lau…
- Bad.Managers- March, 2009 (1) - September, 2008 (1) - August, 2008 (1) - May, 2008 (1) - February, 2008 (1) - December, 2007 (1) - November, 2007 (1) - October, 2007 (1) - August, 2007 (2) - July, 2007 (2) - J…
- Print Window On LoadSometimes we require to show the print dialog on as soon as we load the Web Page, the following piece of script can achieve the same, simply paste the script block on the page and you will see the …
- Free "Mini-Refactor!" From Developer ExpressWhen a free download of Refactor!™ for ASP.NET 2.2 was announced in May by Developer Express, I bookmarked it for future reference because I wasn't working on an ASP project at the time.
- How Right-Thinking Americans Should Pronounce "Agile"On the anniversary of our nation's independence I call upon my U.S. citizens to throw off the shackles of our British oppressors and pronounce the word "agile" like true Americans:
- SJAX CallWhile visiting Asp.net forum, I found an interesting request, A forum member is trying to implement some validator controls where the member wants to call a Web Service method, since the nature of …
- Congrats to the new and renewed MVPs!Congrats to the new and renewed MVPs. I am happy to hear the news that John Kellar just got awarded an MVP in C#. John is a consultant in Nashville and the chairman of the DevLink conference which …
- A Conversation with Scott HanselmanI was listening to Scott Hansleman's 70th podcast the other day and it brought back a memory from the MVP summit. It was at one of the Microsoft parties and towards the end of the night (did I ment…
- Microsoft Says WM6 TCO Better Than With RIMMicrosoft published a white paper detailing the TCO on Windows Mobile 6 devices vs. RIM's Blackberry. Surprisingly they find a 28% savings in the Wm6 devices over Blackberries. And when studying th…
- WHAT THE &^*^&*(^ IS AN MTP DEVICE!!!I own a Creative Zen Vision: M. And I love it. OR...should I say I did love it until yesterday.
- Programming for the massesOver the last year or so I have noticed a disturbing trend brought about by the idea of "brining programming to the masses". Last April, according to Microsoft, there was a "growing community of 18…
- Merge PDFs using ITextSharpIn response to my post on Generating a PDF from Reporting Services, someone asked how I would join two PDFs. The problem is that I can't just take two PDF byte streams and run them together because…
- Using a Table Valued Function in a JOINDuring my presentation on "Avoiding Database Entropy" I did a demo of a function to parse a delimited string and return it as a table. This is extremely helpful when using multi-select controls in …
- XML parsing error: An invalid character was found in text content.So I was writing a script to pull out some old xml data, and I happened upon this error:
- WatiN testing of multi-level Frames pageI wanted to use WatiN Web Application Testing In .Net, to test html page with multi-level frames:
