-
Recent Posts
Recent Comments
- GoDaddy.com on Domains available
- Chad Myers on Domains available
- Adam Rackis on Domains available
- Gleb on Domains available
- Joey on Sweet, sweet vindication
Archives
- February 2012
- December 2011
- October 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- November 2009
- 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
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
Categories
- .NET
- 1998
- ad nauseum
- Advice
- Agile
- Agile Arguments
- ALT.NET
- altdotnet
- ASP.NET
- ASP.NET MVC
- ATX Code Lunch
- Austin
- Code Examples
- CoDe Magazine
- Code Specifications
- code-review
- CodeCamp
- CodingDojo
- composition
- Consulting
- Controllerless
- Conventions
- cool
- cool-stuff-in-fubu
- Database
- datetime
- Deployment
- Design
- DimeCasts
- Domain
- Dovetail
- DSL
- Enforcement
- Expression Trees
- Extension Methods
- Fiesta
- Fluent API
- Fluent NHibernate
- fubucore
- FubuMVC
- GenericFun
- Guidance
- Hiring
- Humor
- internationalization
- IoC
- jQuery
- Kaizenconf
- leadership
- LINQ
- LiveMeeting
- LosTechies
- Mangement
- Mean
- Misc
- Mocks
- MVC
- MVP
- NHibernate
- OffTopic
- Open source
- ORM
- Oxite
- parsing
- Patterns
- PDoTDD
- Plan
- Premature optimization
- Principles
- professionalism
- Programming
- Proof
- PTOM
- Quality
- quiz
- QUnit
- Rails
- rant
- regex
- Repositories
- ReSharper
- RSS
- Ruby
- Sad
- sanctus bovis
- Screencast
- Self-examination
- ShadeTree
- SQL is evil
- Static Reflection
- StructureMap
- TDD
- Tips
- Twitter die die die
- Uncategorized
- Unmaintainability
- VAN
- Video
- WCF
Meta
Category Archives: Programming
Agile Development
Currently I’m working on a team of 8 developers and have been practicing Agile for just under 2 years now. I read about it and tried a couple time before this 2 year span, but didn’t realize how wrong I … Continue reading
Also posted in ALT.NET
10 Comments
Quick Background on my current CICS integration project
I’m currently working on a stop-gap legacy integration project that is geared toward data integration between a legacy CICS system and a new 3rd party product. I have 2 major tasks in this project, the first being a web application … Continue reading
Also posted in Uncategorized
6 Comments
VB.Net oddity of the day – Assignment/Comparison operator
On my current project I’m forced to code in VB.Net. Normally I’m pretty open to other languages, but VB.Net is irritating (more so than VB6 in my opinion). The language syntax is riddled with ambiguity (at least for a c-type guy … Continue reading
Also posted in CodingDojo, TDD
7 Comments
CLOBbered again!
Hey all, I’m currently working on an NHibernate on Oracle project and ran into the first problem with CLOBs that I’ve had in some time. I was trying to use a property that mapped to a CLOB in a Example … Continue reading
Also posted in Uncategorized
12 Comments
Monorail on WebHost4Life
If anyone else is using hosting with WebHost4Life, I’ve gotten a Monorail site up there pretty quick using the MonoRailHttpHandlerFactory in my web.config, as suggested by the Castle Monorail installation documentation. Please note that the documentation has .ashx, it should … Continue reading
Also posted in Design, TDD
14 Comments
Current things on my plate
I’m doing a good deal of stuff lately: 1. Helping build/standardize the local .NET Users group in San Antonio (Alamo Coders)2. Study/Learn/Grok Domain Driven Design (DDD) and Behavior Driven Design (BDD)3. Put out a production Monorail site for a local … Continue reading
Also posted in Uncategorized
2 Comments
Bill McCafferty is moving to Monorail
Bill McCafferty, the author of NHibernate Best Practices on CodeProject, after researching many Separation of Concern Alternatives has decided to have his development team move to Monorail. (read the post) I’m curious to see how it goes. I’d love for … Continue reading
Also posted in ASP.NET MVC, TDD
4 Comments
Technical Debt
“You have a piece of functionality that you need to add to your system. You see two ways to do it, one is quick to do but is messy – you are sure that it will make further changes harder … Continue reading
Also posted in StructureMap
11 Comments
For anyone beginning NHibernate
I finally have a side project I’m going to use NHibernate on and blog about my experiences. A required watch (from my point of view): DNRTV Video – Oren Eini on NHibernate.Ayende Rahien = Oren Eini, if you did not … Continue reading
Also posted in Screencast, TDD
Comments Off
Database unit testing
Question: How do you handle database unit testing? My current position: We utilize a template pattern via a base Test Fixture and start the transaction and roll it back at TearDown. We have an entire test project of this type of … Continue reading
Also posted in ALT.NET
2 Comments
