Month: May, 2007

Worlds Oldest .NET Programmer Discovered

28 May, 2007 (10:51) | .NET | No comments

DocToHelp, in its recent print ads running in Visual Studio Magazine, has taken the courageous and laudable step to include an image of Winslow T. Carstensen, the oldest known .NET programmer in the world.
“Speedy T.” as Mr. Carstensen is known to friends on the ASP Forums has graciously agreed to take part in this […]

CodeRush Internal Error 2739

28 May, 2007 (09:56) | .NET Tools | No comments

Whilst attempting to upgrade CodeRush to the current release (2.2.2) the Installer would hang and display the very useful message “Internal Error 2739″. At first I searched the CodeRush knowledge base but was not able find anything. Maybe it was my search technique….. Google to the rescue. Simply entering the error number brought me to […]

Some interesting finds

27 May, 2007 (21:59) | General, .NET | No comments

* IISAdmin.NET by Mark Belles and Gabe Wishnie allows you to create multiple websites under Win XP.
* Lindsay Donagh explains how to convert a physical computer to a virtual machine (using VM Ware of course)
* Torrent Director - 900 top torrent sites on the web
* Alessandro Fulciniti Nifty Corners Cube - css / javascript layout […]

My favorite screen writer

27 May, 2007 (17:45) | General | No comments

When you live in Hollywood you frequently come across people who don’t work in the movie industry themselves but have friends and family members that do. Consequently everybody here is an expert. Well most everybody. Ergo it is no surprise that I have a favorite screen writer. His name is Eric Roth. If you have […]

How to create better software — get more quality conscious customers !

23 May, 2007 (18:55) | Software Architecture, Software Quality | 2 comments

This week I have been working with NxTV, the premier supplier of in room entertainment for hotels. The product sold by NxTV is essentially a small computer that is attached to the hotel tv set. Customers can order movies or internet access on it. The set top box talks to a couple of servers and […]

Selenium and Fitnesse - two great tastes that taste great together

23 May, 2007 (05:19) | Asp.Net 2.o, Software Quality | No comments

OK that was goofy. But it shouldn’t distract from Goijko’s post describing his experience of using Selenium and Fitnesse together to run some very nice functional tests of web sites. To me this is a great example because software testing can be a bit of a chore. Sure unit tests are nice, but how often […]

Red Gate Beta Open For Testers

23 May, 2007 (04:47) | .NET, Software Quality | No comments

Red Gate Software has an open beta for the next version of its flagship product. This new version has improvements such as
* Synching to and from scripts, for version control
* UI improvements for managing comparison projects
* Various other UI improvements
If you are interested in beta testing, contact me and I will put you in touch […]

Frans is a little peeved at Architectural Astronauts

22 May, 2007 (19:01) | SQL Server, Software Architecture, Software Quality | No comments

Who can blame the guy. He has a product that supports a bunch of different database servers. So consequently he is very familiar with his subject matter.
He says: “…Scientists should stick with science. What they invent and discover should be moved to the real world by engineers, not by scientists as well. Because, if […]

Thanks Bob

22 May, 2007 (04:53) | .NET, .NET Code Related | No comments

For pointing out the following:
“….A tip o’ the hat to Ayande Rahien for having the guts to point out today that the stuff that comes out of Microsoft’s Patterns and Practices (P&P) group is mostly over-abstracted, over-architected crap. He said it nicer than that, and he rightly pointed out that it’s not that the […]

All Hail MS Office

21 May, 2007 (06:09) | General | No comments

eWeek reports on the reorg at MS that has all server platform and dev teams reporting to the Microsoft Business Division under Jeff Raikes : “Simply stated: There is no Linux equivalent to Microsoft Office. It’s what enterprises use and manage, and most businesses’ crown jewels of information are contained in Microsoft file formats. As […]

Update - Release It by Michael Nygard published by Pragmatic

20 May, 2007 (09:05) | General | No comments

Some time ago I posted a quick review of “Release It” . Having read the book twice, I want to add a couple more comments.
First of all, while it is indeed a Java centric book the topics being discussed are general enough that a lot of it can apply to .NET and secondly, I just […]

Overheard around the water cooler

20 May, 2007 (07:08) | Software Quality | No comments

The following are paraphrased conversations that actually took place. This is not made up. If you find yourself part of conversations like this, it maybe time to look for other opportunities. As much as we developers like to discuss software anti-patterns and quality issues, there are so many other aspects of running a software business […]

Fun stuff

18 May, 2007 (18:06) | General | No comments

I see a Silverlight shining - very funny.
Adobe has a really nice color scheme generator called Kuler.
Aaron Skonnard discusses WCF Endpoints and Addresses.
And finally the following excerpt from The Architecture Journal published by Microsoft (Vol11) - I wonder if the authors are under contract with the Defense Dept to provide new ways of torture […]

Twitter scales

18 May, 2007 (05:57) | RoR | No comments

Here is a slide show that explains the pains and optimizations that Twitter went through. With all the cute names for libs and apps I feel like I fell into the Kindergardent class of Ruby. Seriously.

SSIS Configuration File Issues

16 May, 2007 (20:14) | SQL Server | No comments

Here is an odd situation I came across today. This probably wont happen to many other people because it is so specific to certain network settings. But if it happens to you, maybe I can save you the 4 hours I spent on hold today with MS SQL Server PSS… whilst paying $250 for the […]

Debug Statements and Trace Statements

14 May, 2007 (07:45) | .NET Code Related, Asp.Net 2.o | No comments

dnrTV has a very nice episode full of information on using Debug.Writeline and Trace Statements to help debug applications. I continue to be blown away occassionally by the depth of Scotts knowledge.
Watch the show here

Translating a little bit of (microsoft) double talk…

14 May, 2007 (06:35) | .NET Tools, Software Architecture | No comments

This is so hilarious. I absolutely love it.
[Remember WinFS? Remember we spent thousands of years of developer effort and billions of dollars, and delayed Vista by years… and ended up canning the whole thing. Well the only thing we salvaged from the whole sorry fiasco, was something called the ADO.Net Entity Framework. It allows […]

MS Astoria Project (REST)

5 May, 2007 (05:50) | .NET, .NET Tools | No comments

The Microsoft Codename “Astoria” Overview document shows how data is addressed and represented by Astoria data services. In order to address data with Astoria data services the following addressing scheme is used: http://host/vdir//{{<[predicate]>}. For instance the URI http://myserver/data.svc/Customers points to a resource, which contains all customer instances. A single customer might be referenced by the […]

Recorded MIX07 Sessions

4 May, 2007 (05:44) | .NET, .NET Tools, Software Architecture | No comments

A place to find all sorts of recorded sessions from Microsoft MIX07.

Mash-it Up with ASP.NET AJAX: Using a proxy to access remote APIs

4 May, 2007 (05:11) | .NET | No comments

Alessandro Gallo has a nice short description of the a work-around solution to cross domain AJAX calls. He uses a local web service as a proxy on his domain which connects to the service that could normally not be reached via Ajax>
 
Read more…
Tags: AJAX, Web+Services