• troy goode
  • squaredroot.com

about

Software development manager at Eloqua leading our SproutCore-based GUI team. Former .Net/C# (Asp.Net MVC specifically) enthusiast. Husband. Father. Sailor.

Blog powered by jekyll, theme by Yuya Saito.

contact

  • troygoode@gmail.com
  • @TroyGoode
  • LinkedIn
  • GitHub
  • Facebook
  • PagedList can haz HtmlHelperz? 28 Jun 2011

    Wow, has it already been almost two years since my last post? Back in March...

    ? Comments
  • Spearmen, Javelin Throwers, and the State Pattern. Oh My! 15 Aug 2009

    Last week one of Ayende/Oren's posts caught my eye: Let the fighting commence! In it...

    ? Comments
  • MVC Membership Starter Kit Released 07 Aug 2009

    Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year...

    ? Comments
  • Return of the PagedList 15 Jun 2009

    It has been nearly a year since I posted an updated version of the PagedList<T>...

    ? Comments
  • Creating an MVC Project in Visual Studio 2010 09 Jun 2009

    Earlier today Phil Haack announced that the Asp.Net MVC installer for Visual Studio 2010 Beta...

    ? Comments
  • DevPocalypse ? A *Basic* Asp.Net MVC + jQuery Game 12 Dec 2008

    Last weekend I had the privilege of speaking at the second Northern Virginia CodeCamp of...

    ? Comments
  • MVC/jQuery Presentation at NoVa CodeCamp - Dec. 6 24 Nov 2008

    Jeff Schoolcraft was kind enough to ask me to speak at this year’s second NoVa...

    ? Comments
  • My PDC 2008 Agenda 23 Oct 2008

    This Saturday I’ll be headed off to sunny Los Angeles for Microsoft’s Professional Developer Conference...

    ? Comments
  • ASP.Net MVC Goes Beta! 16 Oct 2008

    I discovered via DotNetKicks this afternoon that the ASP.Net MVC framework’s beta release is now...

    ? Comments
  • Introduction to ASP.Net MVC for Alt.Net DC - Presentation Materials 24 Sep 2008

    I just got back from my ASP.Net MVC Presentation for tonight’s DC Alt.Net meeting and...

    ? Comments
  • Introduction to ASP.Net MVC for Alt.Net DC Tonight 24 Sep 2008

    Anyone in the Washington, DC area who is interested in an introductory peek at Microsoft’s...

    ? Comments
  • MVC Membership - Preview 5 06 Sep 2008

    Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview...

    ? Comments
  • PagedList Strikes Back 08 Jul 2008

    There is an updated version of the PagedList<T> code available here. A few months ago...

    ? Comments
  • MVC Controller Action Security Hole 08 Jul 2008

    The latest of Stephen Walther's invaluable ASP.Net MVC Tip series points out a MVC scenario...

    ? Comments
  • MVC Membership - Preview 3 02 Jul 2008

    Tonight we posted a new release of the MVC Membership Starter Kit. This release is...

    ? Comments
  • SSL Links/URLs in MVC 11 Jun 2008

    A couple days ago a reader sent me a question regarding how to use SSL...

    ? Comments
  • Help Decide Sandcastle's Fate 10 Jun 2008

    Sandcastle - the .Net community equivalent of RDoc/JavaDoc and the spiritual successor of the now...

    ? Comments
  • We're Back 08 Jun 2008

    After two weeks in gorgeous St. Lucia on honeymoon at the Grande St. Lucian, my...

    ? Comments
  • Honeymoon Bound! 20 May 2008

    I know, I know... I haven't been blogging much recently, but don't think that you've...

    ? Comments
  • MVC Membership Starter Kit - 1.2 28 Apr 2008

    This weekend I posted a new release of the MVC Membership Starter Kit. This release...

    ? Comments
  • Massive BlogEngine.net Security Hole 13 Apr 2008

    A massive security hole in BlogEngine.net was just revealed that allows anyone to see your...

    ? Comments
  • OpenID Check_Authentication In C# 11 Apr 2008

    Earlier this year Mads Krisensen (of BlogEngine.net fame) posted a lightweight implementation of OpenID using...

    ? Comments
  • MVC: New Membership Starter Kit Release 11 Apr 2008

    The Starter Kit If you haven't had a chance to read about the MVC Membership...

    ? Comments
  • Rob Conery's PagedList Class (Updated) 08 Apr 2008

    NOTE: A new, improved version of this class is now available at: http://www.squaredroot.com/post/2008/07/08/PagedList-Strikes-Back.aspx Robert Muehsig...

    ? Comments
  • Review: Training With Stephen Walther 04 Apr 2008

    I just finished a four day course on AJAX, LINQ, & MVC taught by Stephen...

    ? Comments
  • MVC: Membership Starter Kit 02 Apr 2008

    A newer version of the Membership Starter Kit is now available. Click here to see...

    ? Comments
  • MVC: Action Filter for Handling Errors 02 Apr 2008

    A few months ago I posted an article and some code that contained filters for...

    ? Comments
  • MVC: How Do I RedirectToAction While Passing a Parameter? 01 Apr 2008

    A common scenario that seems underdocumented to me in the latest MVC release, is how...

    ? Comments
  • MVC: How Do I Prevent Exposing a Public Method on a Controller? 31 Mar 2008

    The purists will say that you shouldn't have any public methods on a controller that...

    ? Comments
  • Lambdas Using Funcs and Actions 12 Feb 2008

    Many of you are probably familiar with lambda expressions by now, as they have been...

    ? Comments
  • Storing LINQ Objects in SQL-Based Session State 30 Jan 2008

    Scott Hanselman recently posted about various options you have for session storage while using ASP.Net....

    ? Comments
  • MVC: Strongly Typed ViewData Without A Code-Behind 07 Jan 2008

    If you've tried to use strongly-typed ViewData with a ViewPage or ViewContentPage without using a...

    ? Comments
  • BlogEngine Extension: Copy Code to Clipboard 07 Jan 2008

    Since I first started this blog I've been using Colin Coller's CopySourceAsHtml plugin for Visual...

    ? Comments
  • MVC Authentication and Errors 04 Jan 2008

    NOTE: This article was written for the December CTP release of the MVC framework. Unfortunately,...

    ? Comments
  • MVC Template Fix 02 Jan 2008

    Several weeks ago I blogged about a bug I found in the CTP release of...

    ? Comments
  • MVC: ViewData vs. TempData 20 Dec 2007

    NOTE: This article was written for the December CTP release of the MVC framework. Unfortunately,...

    ? Comments
  • MVC Complaint: Checkboxes 11 Dec 2007

    NOTE: This article was written for the December CTP release of the MVC framework. Unfortunately,...

    ? Comments
  • MVC Bug: Broken Codebehind 11 Dec 2007

    Update (Jan 2): I have posted a permanent fix in the form of modified Visual Studio templates in...

    ? Comments
  • ASP.Net MVC Membership Basics 10 Dec 2007

    NOTE: This article was written for the December CTP release of the MVC framework. Unfortunately,...

    ? Comments
  • MVC.net Release TODAY! 09 Dec 2007

    Scott Guthrie posted a comment to his fourth entry in his ASP.Net MVC tutorial series...

    ? Comments
  • MVC Framework Delayed 07 Dec 2007

    ScottGu has posted a comment on his latest blog post saying that a last minute...

    ? Comments
  • BlogEngine.net 1.2.5 Scrapped 07 Dec 2007

    Apparently this just isn't my day when it comes to project released that I've been...

    ? Comments
  • GraffitiCMS Beta Opens 05 Dec 2007

    GraffitiCMS (from Telligent, makers of Community Server) has been released in beta. Head on over...

    ? Comments
  • Add/Update/Delete with LINQPad 05 Dec 2007

    Danny Douglass recently posted about LINQPad, a query tool that understands LINQ. I spent some...

    ? Comments
  • CssHandler: CSS + Variables 16 Nov 2007

    It's been more than three and a half years since Rory Blyth said "screw standards...

    ? Comments