CodePrairie .NET

South Dakota .NET User Group

Search

Page 4 of 16 (156 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »
  • Getting Started With Open Source

    Places to find projects: http://sourceforge.net http://rubyforge.org http://www.codeplex.com http://www.tigris.org http://berlios.de (for you designers)&nbsp; http://www.oswd.org&nbsp;&nbsp; http://www.openwebdesign.org&nbsp; Some examples of good open source ...
    Posted to chrisortman (Weblog) by chrisortman on 11-14-2007
  • Re: November Meeting

    &nbsp;Good question, 6:30.
    Posted to Announcements (Forum) by chrisortman on 11-07-2007
  • November Meeting

    When: Monday November 12 6:30pm Where: MTI Technology Center Speaker: Chris Ortman Topic: Getting Started With MonoRail&nbsp; &nbsp;I believe last month I had accidentally said November 15th, sorry for the confusion there. With Microsoft coming out with their new MVC framework learning MonoRail is probably more valuable than ever. We&#39;re ...
    Posted to Announcements (Forum) by chrisortman on 11-05-2007
  • Testing Helpers in MonoRail

    I have a helper that generates some links and wanted to be able to test that functionality. The difficult thing is that the helper delgates to UrlHelper which Delegates to Controller and to UrlBuilder. Thanks to the new testing functionality in MonoRail this was quite easy Heres&#39;s part of my test fixture. &nbsp;[TestFixture] public class ...
    Posted to chrisortman (Weblog) by chrisortman on 10-24-2007
  • Can your VCS do this?

    Here&#39;s an interesting scenario I just ran into that makes me glad I am using git. I&#39;m in the middle of working on a project which uses the same database for testing as development (not my idea) and I wanted to change the way that navigation on one of the pages works. This involves changes to the code as well as to a stored procedure. So I ...
    Posted to chrisortman (Weblog) by chrisortman on 10-24-2007
  • Getting started with the Castle git repo

    Before we dive into commands I feel the need for a little rationale. I&#39;m not going to explain all the virtues of GIT as google will happily do that for you, I am however going to explain why I need to use it. I have 5 separate projects that all use something from Castle. Keeping track of which project uses which build can be very difficult ...
    Posted to chrisortman (Weblog) by chrisortman on 10-17-2007
  • Refactoring in practice

    I&#39;ve recently inherited some code that needs a bit of polish. Here&#39;s an example of one method I didn&#39;t like: &nbsp;/******************************************************** *Sunday == 1 and Saturday == 7 * In C#, Sunday == 0 and Saturday == 6 * *****************************************************/ public DateTime ...
    Posted to chrisortman (Weblog) by chrisortman on 10-16-2007
  • October Meeting - Kathleen Dollard

    Monday October 15th, 6:30 Mitchell Tech Center Let&#39;s extend a warm welcome to Kathleen Dollard who will be joining us as a guest speaker. Kathleen Dollard is a consultant, author, trainer, and speaker. Shes been a Microsoft MVP since 1998, wrote Code Generation in Microsoft .NET (Apress) and is a regular contributor to Visual Studio ...
    Posted to Announcements (Forum) by chrisortman on 09-08-2007
  • September Meeting

    &nbsp;Monday the 17th, 6:30 Mitchell Tech Center. This time we&#39;re going to plan on covering DynamicProxy, but as usual I&#39;m sure we&#39;ll segway a bit.
    Posted to Announcements (Forum) by chrisortman on 09-08-2007
  • UriTemplate and extensions

    The UriTemplate is a new class in the .NET Framework 3.5 It provides a nice convenient way to parse variables from Uri&#39;s such that &nbsp;UriTemplate temp = new UriTemplate(&quot;account/{accountid}&quot;); Uri requestUri = temp.BindByPosition(baseUri, id.ToString()); Will give you http://localhost/account/100&nbsp;Nice! &nbsp; However, ...
    Posted to chrisortman (Weblog) by chrisortman on 09-07-2007
Page 4 of 16 (156 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems