- Visual Studio 2005 - Documentation Generation Using NDoc 2005Recently I have been designing an Application Framework in .NET/ASP.NET 2.0.
- Model-View-Presenter split into two "new" patternsFor the past year or so, Martin Fowler has included the pattern Model-View-Presenter, or MVP, in his upcoming addendum to Patterns of Enterprise Application Development. Due to apparent confusions …
- IIS Error "Unexpected error 0x8ffe2740 occurred"I was getting the following error when trying to start IIS from my XP machine:
- "Enterprise mashup maker"Sam Ruby points to this demonstration of "situational mashups" using IBM's DB2 v9. DB2 v9, aka "Viper", supports XPath and XQuery, and even Atom syndication.
- Exclusive: London Girl Geek Dinner Short Film by Angela Saini of ITNThe London Girl Geek Dinner short film has just been released. Here is an exclusive first look at it prior to it going on FourDocs. It was filmed about a month ago by Angela Saini of ITN who was ju…
- Now you can read between the lines of obfuscated JavascriptA few months ago I wrote a simple Javascript beautifier, which suited my needs at the time. But since then while dissecting longer AJAX-centric scripts in various websites, I found some things that…
- Caveat Emptor - Why you need to wait until Vista ships before purchasing new NotebookI’ve been looking into a new notebook lately and while “some” of the hardware configurations should make it Aero Glass compatible and potentially pass the Vista Upgrade Advisor muster, there’s just…
- Regular Expression File Renaming UtilityUpdated: June 12, 2006 - I had some debug code in there, basically a sleep for a second statement - doh! - I've removed it and Zip file updated
- Review of King Tut (Tutankhamun) Exhibit in Chicago at the Field Museum- Underwhelming and misadvertised - Where is the death mask?I have been a fan of Egypt since I was a kid. I taught myself (some) hieroglypics, went on excavations in the backyard, and even had plans to be mummified. So when I saw King Tut was back in the st…
- Start experimenting with XAML on your XP machine in under 15 minutes!I presented a session on WPF at the Arizona .NET User's Group last night, and today have been getting email and calls from several people who wished they could have been in attendance, and wanted t…
- Abstract Class vs InterfaceThere are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface, abstract class or normal class.
- Can't View CHM Files in IE7 - A FIXIf you are having problems viewing CHM files (like the new WCF documentation CHM files), you might be seeing a blank IE screen when you click on any of the subject headings contained ni the file. I…
- Generic DTO AssemblerPlaying around with incorporating Data Transfer Objects into my project, I figure I can use a touch of reflection to manage most assembler cases which are called from my service layer. May be a tad…
- Generating XMLA - referencing Objects by nameJamie Thomson has an interesting post here http://blogs.conchango.com/jamiethomson/archive/2006/06/20/4106.aspx about some of his recent experiences with Analysis Services.
- Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go...> I/O completion ports allow threads to wait efficiently for completion of multiple I/O requests. Before Vista, each completion caused a context switch to the issuing thread. Now, the I/O completio…
- How To: Install the Subversion SVN (HTTP Module/Server/Client) on WindowsGo to the Apache download page and download the version (apache\2.0.54-win32-x86-no\ssl.msi) of Apache web server. I tried downloading some latest versions also but faced few issues in installation…
- Importing Permcalc Output into the .NET Framework Configuration Tool (Mscorcfg.msc)This tool only give full trust as requvirment.
- Fixing the "Microsoft Bus Driver" error message when installing a RealTek sound cardIn my last post I talked about a great little UMPC I bought while on vacation in Japan, Sony's VGN-UX50. Once back in the states and having caught up with work again I installed XP Pro English with…
- Go see the brand new tiny Vaio UX50 while at TechEd!While in Japan a week and a half ago I picked up Sony's new teeny ultramobile (UMPC), the Vaio VGN-UX50. Strongly reminiscent of the OQO, its sliding screen reveals an integrated keyboard. And alth…
- Difference between Mutex and SemaphoreSource: http://koti.mbnet.fi/niclasw/MutexSemaphore.html
