-
Recent Posts
Recent Comments
- A on How-To add a custom validation method to the jQuery validator plug-in
- elopezrios on Force .NET application to run in 32bit process on 64bit OS
- mck ☠ on Migrating to Git
- Michael Freidgeim on Dynamic reflection versus static reflection
- Groverboy on Synchronizing calls to the UI in a multi-threaded application
Archives
Categories
- asynchronous
- book
- bootstrapper
- brownfield
- BUILD
- ClickOnce
- commands
- Conference
- CQRS
- data binding
- delegates
- design
- developer
- didactics
- Event sourcing
- Fluent NHibernate
- fluent Silverlight
- framework
- Git
- hiring
- How To
- installation
- interactive extensions
- introduction
- job
- jQuery
- lambda expressions
- learning
- legacy code
- methodology
- misc
- Mock
- mocking framework
- Mono
- Mono Cecil
- MSIL
- multi threading
- MVVM pattern
- NHibernate
- no-database
- NSIS
- patterns
- personal
- plugins
- practices
- presentation
- PTOM
- refactoring
- reflection
- reporting
- review
- Setup
- Silverlight
- SOLID
- Styles and Templates
- TDD
- tutorial
- Uncategorized
- validation
- Windows
- WIX
- Workflow
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
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 book, Fluent NHibernate, NHibernate
26 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 hiring
47 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
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
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 CQRS, Event sourcing, no-database
14 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
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
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 How To
17 Comments
