Welcome to MSDN Blogs Sign in | Join | Help

Jose's Blog

Musings on Software Engineering and Architecture

Browse by Tags

All Tags » Development   (RSS)
Right-Brain Thinking In Software Development
I absolutely love software development. And what I love the most in software development is it’s creative aspect. I believe there is not one developer in the world who hasn’t yet experienced, at least once, an “eureka” moment. You know, those insights Read More...
Creating a Customized Guidance Repository
As a consultant part of my job is to provide guidance to our customers on the best way to use our technology, namely in terms of application development practices. Over time, you start to better understand the type of customer you’re working with, what Read More...
Application Architecture Guide 2.0
The Patterns & Practices team is finally going to update their fantastic Application Architecture Guide . Since it’s release in 2002 this guide has been a favorite of mine. It’s somewhat dated but it contains sound design principles that stand the test Read More...
HowTo... Configure a connection string like a pro.
Ever wondered how to configure a connection string using the Data Link properties dialog? Well, I have. And just last night I decided to check out exactly how to do this. Here's a simple list with all the required steps: Add a reference to "Microsoft Read More...
Unit Testing User Interfaces (Updated!)
Usually one of the major difficulties a developer faces when writing unit tests is how to write test code for User Interfaces. This is particularly important when we're doing Test-Driven Development. Read More...
Testable code
Previously I mentioned that one of the most important benefits I get from using TDD is that it drives me to write more testable code. I've been thinking quite a lot about this, and another recent post from Chris Dickens made we even more aware of the Read More...
TDD Adoption Numbers
Matt Hawley posted a few numbers in order to justify/support the adoption of TDD. I've found an interesting research paper on the subject, from Matthias Müller and Frank Padberg from the Karlsruhe University in Germany. Some of my personal views on the Read More...
MSBuild and NAnt
Lately, I've been looking closely at build tools and, namely MSBuild and NAnt, so I stumbled upon this post from Don Box. After some digging I came across the following thread where an MSBuild and NAnt integration/interop scenario seems to be in the scope Read More...
Page view tracker