-
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: MVC
Opinionated ASP.NET MVC by Joshua Flanagan
Joshua Flanagan, who’s been tearing it up for the team I work on at Dovetail, has recently posted two great posts on how we’re doing ASP.NET MVC. I suggest you check ‘em out: Testing with Opinionated ASP.NET MVC (or how … Continue reading
Also posted in ASP.NET
8 Comments
ASP.Net MVC framework – New version of the MVC Contrib project! – v 0.0.1.101
There was a new source code release of the Asp.Net MVC framework . We just got the MVC Contrib project upgraded to work against the new release. You can find the release here. First I would like to thank … Continue reading
Also posted in Programming
4 Comments
ASP.Net MVC – MvcContrib – We need your opinion!
I started working with sandcastle to generate api documentation for the Asp.Net MVC – MvcContrib project (http://MvcContrib.org). I wanted to get some feedback as to how useful the general API Namespace/Class listings are. Below are two of the outputs of … Continue reading
Also posted in Uncategorized
18 Comments
New MvcContrib build released on CodePlex – Build 0.0.1.91 Beta
I just released the latest build in binary and source code format on CodePlex. To Subscribe to this RSS feed use this url: http://feeds.feedburner.com/EricHexter What’s new in this release?The following items are changes from the previous release: Revision: 275- corrected … Continue reading
Also posted in .NET, TDD
2 Comments
ASP.NET 3.5 Extensions Preview – New version of MS MVC is available.
As part of the Mix 08 conference a new version of the Microsoft MVC framework is available for download. http://www.microsoft.com/downloads/details.aspx?FamilyId=A9C6BC06-B894-4B11-8300-35BD2F8FC908&displaylang=en The MvcContrib team will be working to get the contrib project up and running on the new version. Post … Continue reading
Also posted in Rails, Ruby
4 Comments
New MvcContrib build released on CodePlex – Build 0.0.1.75 Beta
I just released the latest build in binary and source code format on CodePlex. To Subscribe to this RSS feed use this url: http://feeds.feedburner.com/EricHexter The following items are changes from the previous release: Added support for InputImage in FormHelper (new … Continue reading
Also posted in Uncategorized
6 Comments
Abusing using statements
I’ve always thought that the using statement was one of the most useful features included in C#. It’s easy to use: public string GetFileTextForParsing(string path) { string contents = null; using(StreamReader reader = File.OpenText(path)) { contents = reader.ReadToEnd(); } return … Continue reading
Also posted in Humor, Sad
17 Comments
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
Also posted in VAN
7 Comments
