Articles : Page 1 of 1

  • NuGet for the Enterprise: NuGet in a Continuous Integration Automated Build System

    NuGet for the Enterprise: NuGet in a Continuous Integration Automated Build System

    May 11
    25

    I had the pleasure of speaking at TechEd 2011 North America last week in Atlanta. You can see ALL the videos of all the sessions on Channel 9. As an aside, you might notice that they are in the process of organizing video archives of ALL Microsoft developer events at http://channel9.msdn.com/Events. You can even see PDC 1999 if you like or see sessions by Speaker at http://channel9.msdn.com/Events/Speakers. Here are all my talks with a horrible headshot that I plan on asking Duncan to swap ou...


  • NuGet Package of the Week #1 - ASP.NET Sprite and Image Optimization

    NuGet Package of the Week #1 - ASP.NET Sprite and Image Optimization

    Mar 11
    07

    I was thinking since the NuGet .NET package management site is starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly open source projects, ones I think are really useful. I'll look at how they built their NuGet packages, if there's anything interesting about the way the designed the out of the box experience (and anything they could do to make it better) as well as what the p...


  • Named Routes To The Rescue

    Named Routes To The Rescue

    Nov 10
    22

    The beginning of wisdom is to call things by their right names – Chinese Proverb Routing in ASP.NET doesn’t require that you name your routes, and in many cases it works out great. When you want to generate an URL, you grab this bag of values you have lying around, hand it to the routing engine, and let it sort it all out. For example, suppose an application has the following two routes define routes.MapRoute( name: "Test", url: "code/p/{action}/{id}", defaults: new { controller = "Se...



  • 1