Richard's Rant

Principal .NET Consultant, MCSD Certified

Browse by Tags

All Tags » ASP.NET (RSS)
Links for Tuesday 22 January 2008
Came across this article about XBox 360 and failure rates. I just loved this comment: "First, MS has under resourced that product unit in all engineering areas since the very beginning. Especially in engineering support functions like test, quality...
Posted: Jan 21 2008, 11:08 PM by admin | with no comments
Filed under: ,
The dreaded ArgumentOutOfRangeException when DataBinding a DropDownList in ASP.NET 2.0/3.5
For most of the time, I love .NET. It truly makes my programming life so much easier than it was in my VB 6 and COBOL days. But someetimes, you come across something that makes you want to take the .NET framework designers and punch them senseless. I...
Retrieving Null Values from a database Using Strongly Typed Dataset
I came across this little doozy on my current project. The Situation We have an application that is a multitiered application, with an ASP.NET front end, a Business Logic Layer, and a Data Access Layer. We are using strongly typed datasets (that are created...