Follow Me!
Bio
I am an Architect for Dell.com on the Engineering Excellence team. I (co)Founded MvcContrib, Should, Solution Factory, and Pstrami open source projects. I have co-authored MVC 2 in Action, MVC3 in Action, and MVC 4 in Action. I am a Microsoft MVP.
I have founded some online conferences like aspConf, mvcConf, Community For MVCBlog Series
Ads
-
Recent Posts
- using the asp.net lego blocks to create a synchronized Kanban board.
- Tip to become a successful software engineer.
- ASP.Net Web Config Transform Console Utility released on nuget
- Are your unit tests still hard to read ? – Should Assertion Library
- Using sql compact for integration tests with entity framework.
- using MVC Navigation Routes in Twitter.Bootstrap.MVC4
online
Category Archives: Deployment
ASP.Net Web Config Transform Console Utility released on nuget
Overview ASP.Net Web.config transformations are a great way to manage configuration differences between environments. You can easily change a database connection string or change the compilation model for asp.net. Here is a link to the syntax documentation on msdn. The … Continue reading
Also posted in .Net, Asp.Net, Asp.Net MVC, CodeProject, MSDeploy, nuget, Open Source Software, OSS, Tools
6 Comments
Own Your Work
This post is mostly here to share a link. Jeremy Miller posted ‘“Code Complete” is a polite fiction, “Done, done, done” is the hard truth‘. Before clicking through I thought I was going to disagree. After reading through, I agree … Continue reading
Comments Off
Build Monitoring in the cloud
I have been using a number of services in the cloud lately, AppHarbor, Azure Websites, MyGet, Code Betters Team City OSS Continuous Integration server. While these services are making deploying websites and nuget packages easier then ever. I do not … Continue reading
Also posted in .Net, CC.Net, continous improvement, continous integration, GIT, Uncategorized
3 Comments
Automating Docco Generation And Deployment To Heroku And Github
I got tired of manually typing “git push origin master” and “git push heroku master” to push changes in my BBCloneMail app up to Github and then deploy to Heroku. So I automated that with a rake task. Then I … Continue reading
Comments Off
Keep Your Demo Data Separate From Your Seed Data
File this under the “duh…” category… I don’t know why this wasn’t obvious. Joey and I have been working on our rather large app for a while now, with a bunch of demo accounts and data added with our seed … Continue reading
Comments Off
Deploying A Thor Application With Vlad, From Github, Run As A Cron Job
The previous 4 blog posts, in combination with a few others, have basically been a series of posts all leading up to this one. If you read them all in the right order (and possibly a few of the links … Continue reading
Comments Off
Solving Some SSH Issues For Deploying Rails Apps
So you think “The Rails Life” is all unicorns, rainbows and glitter? Yeah. Guess again. Right now it feels more like a glitter cannon shredding a unicorn into a rainbow colored bloody pulp… Joey and I are deploying our rails … Continue reading
Comments Off
Using AppHarbor for Continuous Integration
I thought it would be interesting to use AppHarbor as a quick way to get some code with tests under a continuous integration environment. Along with this, if I could also use the AppHarbor deployed web site to serve that … Continue reading
Also posted in .Net, Asp.Net MVC, c4mvc, Community
Comments Off
Vlad, RVM and Bundler sittin’ in a tree
(Thanks to Chad for nudging me to write this post Up until now, my only experience with deploying Rails or any other Ruby-based web application has been to use the “standard” Capistrano. For the main Rails 3 application I’ve been … Continue reading
Also posted in Asp.Net MVC, c4mvc, Community, Usergroup
Comments Off
The Ruby/Rails Life – My Rails 3 Stack – Part 2
Rails Deployment & Testing There are some really nice tools available for deployment and testing rails. Below is a brief description of some of the ones I’ve been using with success. Capistrano I remember in the early days of my … Continue reading
Also posted in .Net, Community, headspring
4 Comments

