-
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: monorail
VAN: Doing 2 Part Series on Castle development July 1st and 8th at 8pm
I know this isn’t related to my Pylons series and worry not there is no interruption in that, but I’m giving a couple of talks on Virtual Alt.Net. The first one I’ve done before and you may have heard it … Continue reading
Also posted in Tools
Comments Off
Testing fun with ASP.NET MVC
So I assumed that much like MonoRail, ASP.NET MVC would have created, at the very least, abstractions on top of HttpContext. Although HttpContext is an absolute beast of a god class, creating an abstraction is possible. Let’s look at MonoRail’s … Continue reading
Comments Off
ASP.NET: officially unmaintainable
Recent forays back into “classic” ASP.NET (i.e. not MVC) have me completely convinced that ASP.NET is inherently unmaintainable. Not partially convinced, not on the fence, but completely convinced that the presentation layer of ASP.NET cannot be maintained in any reasonable … Continue reading
PTOM: Single Responsibility Principle
The Single Responsibility Principle This post is about the first letter in Uncle Bob’s SOLID acronym, Single Responsibility Principle, and a continuation of The Los Techies Pablo’s Topic of the Month – March: SOLID Principles. Sean has already posted on … Continue reading
Controller bloat?
Some of my background information first: 2 years classic ASP (ASP 3.0) 5 years ASP.NET 1-2 months MonoRail 10 minutes ASP.NET MVC ~45 seconds Ruby on Rails That’s the sum of my experience with different web application frameworks. Obviously it’s … Continue reading
Also posted in Linux, Tools, Ubuntu, Virtual Machine
31 Comments
Unit testing MonoRail controllers – Redirects
When developing with MonoRail, one of the common operations is to redirect to other controllers and actions. Originally, I looked at the BaseControllerTester to help test, but it required a little too much knowledge of the inner workings of MonoRail … Continue reading
Also posted in .NET, Agile, ASP.NET, Automated Build, Continuous Integration, CruiseControl.NET, microsoft, NAnt, ReSharper, Visual Studio
2 Comments
MonoRail Quickly – Screencast
Update: Zip file links have been updated due to the first one being corrupt! Well it was bound to happen at some point. My first screencast. It’s a quick walkthrough on how you can get a baseline MonoRail solution up … Continue reading
Also posted in Uncategorized
Comments Off
MonoRail Controller Test Analysis – Problem and Resolution
Last night, my fellow LosTechies geek Jason, wanted me to check out something he was trying to do in a MonoRail controller test. For some background and the original source code he was working with, see his Castle forum post. So here … Continue reading
Also posted in Programming
Comments Off
Routing from ASP.NET MVC inspires MonoRail
According to the recent check-in on MonoRail (build 586), they are setting the foundation to having routing just like ASP.NET MVC. Very cool. http://builds.castleproject.org/cruise/ViewSpecific.castle?name=CastleProject&log=log20071017002115Lbuild.586.xml&detail=Summary UPDATE: Colin gives more insight into the code change here. Oh, yeah, props to Colin for … Continue reading
RE: Technology Brainstorm
(Because I often get tired of writing my verbose comments in a 300×300 text box…) Colin seems to find himself in a pretty good spot. The wonderful world of Greenfield development. But of course with this comes…decisions. MVC or Web … Continue reading
Also posted in NHibernate, Tools
2 Comments
