-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Category Archives: Misc
Central Texas GiveCamp needs volunteers
Next month, a few of us at Headspring are putting on the Central Texas GiveCamp. For the uninitiated, a GiveCamp is a weekend-long event where us as developers/coders/designers get together to put our skills to good use for non-profit organizations. … Continue reading
Domains available
In my effort to make myself an ex-GoDaddy customer, I have 3 domains left to transfer or let expire. Two of them I’m making available to transfer to anyone who wants them (rather than letting them expire so that you … Continue reading
Comments Off
Win Free Copies of NHibernate 3 Beginner’s Guide
Readers would be pleased to know that I have teamed up with Packt Publishing and we are organizing a Giveaway especially for you and three lucky winners stand a chance to win a copy of Keep reading to find out … Continue reading
Also posted in Tools
2 Comments
Ranting about the quality of developers
I am in the happy position that I work for a company who is steadily growing. As a consequence we were and are hiring new developers. I had and have the “pleasure” to be part of this hiring process. I … Continue reading
Also posted in Tools
6 Comments
Most boring debates ever
As lived for us every day in Twitter, irc, newsgroups, blog comments, digg, reddit, over and over and over again: vi vs. emacs Microsoft vs. Linux Firefox vs. Chrome Firefox vs. IE Firefox vs. Opera Opera vs. wait, no one … Continue reading
Comments Off
Database indexes are your friend
I guess I assumed that creating a foreign key constraint would automatically create a non-clustered index. I mean, a primary key is a clustered index, why wouldn’t a foreign key also create an index? A batch process today slowed from … Continue reading
Comments Off
My other blog, and dealing with enterprise software, customizations, and upgrades
I have a few blog posts queued up that relate to the product I’m working on for my day job. The blog posts are generally product-specific and so (I feel) aren’t appropriate for posting on this (my Los Techies) blog … Continue reading
Also posted in Uncategorized
2 Comments
OSS and the .NET Framework upgrade
I’ve hit a bit of a dilemma recently, I want to use features in C# 4.0 and .NET 4.0 to enhance AutoMapper, but this would eliminate the possibility of .NET 3.0 projects from being able to use the new version. … Continue reading
Comments Off
How to annoy your teammates
In 3 easy steps: Step 1: Perform a change that affects many, many files My favorite is a namespace rename. Other choices include deleting a core marker interface, renaming a layer supertype class, or changing the folder structure in a … Continue reading
Comments Off
Force .NET application to run in 32bit process on 64bit OS
Introduction Our clients install our product on different environments. Some of them have 32bit server OS others have pure 64bit environments. Due to the lack of a 64bit version of a driver we use we have to run certain tools … Continue reading
Also posted in Programming
Comments Off
