Springfield IL .Net Developer Day#
First I would like to thank everyone involved with the Springfield IL .Net Developer day for asking me to speak.

Springfield.NetDay.ppt (1.61 MB)
Wednesday, June 29, 2005 10:04:13 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

Google Earth#

Since Google’s purchase of Keyhole, they’ve recently released a program called Google Earth. Its free and will no doubt suck up some of your time.

So far my favorite place is the Grand Canyon National Park.

Wednesday, June 29, 2005 10:01:53 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

 

TestDriven.Net Fix for VS 2005 Beta 2#

I have been without TestDriven.Net for a while and it’ s been killing me. I can’t explain why the following change works but it works.

  • Copied the version of Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll that was installed with the version of the IDE into the root of “C:\Program Files\TestDriven.NET 1.0” and “C:\Program Files\TestDriven.NET 1.0\QualityTools”
  • Updated the TestDriven.Config AssemblyPath to remove “QualityTools\”.

    Original:

    testrunner Name=”QualityTools” AssemblyPath=“QualityTools\TestDriven.QualityTools.dll” TypeName=”TestDriven.QualityTools.QualityToolsTestRunner”
    targetframework AssemblyName=”Microsoft.VisualStudio.QualityTools.UnitTestFramework”
    testrunner

    Modified:

    testrunner Name=”QualityTools” AssemblyPath=“TestDriven.QualityTools.dll” TypeName=”TestDriven.QualityTools.QualityToolsTestRunner”
    targetframework AssemblyName=”Microsoft.VisualStudio.QualityTools.UnitTestFramework”
    testrunner

  • Tuesday, June 28, 2005 9:51:52 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

     

    Tools of the Trade#

    It’s always nice to share your tools of the trade with fellow colleagues. I was going to compile my own list when I was passed Scott Hanselman’s. I think I shall pass, he did a great job of covering things.

    Thanks to Mike Becker for sharing it with me.

    Friday, June 24, 2005 9:50:32 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

     

    GUID for sale?#
    Friday, June 24, 2005 9:49:57 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

     

    SVN missed the boat#

    Let me start by saying I just love Subversion ( SVN ). When it comes to source control there are many different products to choose from, VSS, CVS, Sourcegear Vault, Perforce, Microsoft VSTS just to name a few. They all have their pros and cons and until last night I swore by SVN. Like I said before, I love SVN. These guys really deserve a great deal of credit. SVN is free and it functionality meets the needs of a great SCC repo. When I looked to pick my personal SCC repo, I looked for the obvious things like commit, update, delete, etc and on top of that I look for things like :

  • Easy of maintenance
  • Fast
  • Simple interface ( example : TortoiseSVN or TortoiseCVS )
  • Reliable
  • Secure
  • Access from anywhere
  • Built on a DB rather than a filesystem

    I setup a small repo with SVN and was in awe. I don’t think I spent more that 30 minutes starting from scratch to committing files. I used it for a few months and decided I better move the DB to a RAID I had sitting on another sever. This would give me the reliability of a raid yet run SVN on a separate machine.

    WRONG!! I was able to mount a directory to a share on another server with the RAID. svnadmin created the DB just fine, but things puked when I tried to use it.

    It logged the following:

    (20014)Error string not specified yet: Berkeley DB error while opening environment for filesystem /PATH/To/Repos/ db:\nInvalid argument

    [error] [client XXX.XXX.XXX.XXX] Could not fetch resource information. [500, #0]

    [error] [client XXX.XXX.XXX.XXX] Could not open the requested SVN filesystem [500, #160029]

    [error] [client XXX.XXX.XXX.XXX] Could not open the requested SVN filesystem [500, #160029]

    I hit the SVN book to see what I had done wrong only to find this.

    Warning

    Do not create your repository on a network share—it cannot exist on a remote filesystem such
    as NFS, AFS, or Windows SMB. Berkeley DB requires that the underlying filesystem implement
    strict POSIX locking semantics, and more importantly, the ability to map files directly
    into process memory. Almost no network filesystems provide these features. If you attempt to
    use Berkeley DB on a network share, the results are unpredictable—you may see mysterious
    errors right away, or it may be months before you discover that your repository database is subtly
    corrupted.

    As stated on page 83 of Version Control with Subversion

    and so the boat sailed off into the distance with all the n-tier SCC users as SVN stood there watching.

    BUT there is good news…..

    The SVN team stated as a long term product goal they were going to add a SQL repository back-end. You can stay informed about it here.

  • Thursday, June 09, 2005 9:49:06 AM (Central Daylight Time, UTC-05:00) #    Comments [1]  | 

     

    Microsoft Financial Services Developer Conference#

    I was given the opportunity to speak at this years Microsoft Financial Services Developer Conference. I was asked to speak on Web Services and WSE in regards to an Allstate web service case study Microsoft published earlier this year.

    Rather than just talking about the case study one could just read, I recreated that project in .Net 2.0 using WSE 2.0 SP3. This gave me an opportunity to illustrate some of the new features coming and how the original solution may change when .Net 2.0 is released.

    The slides and videos have just been released here .

     

    Thursday, June 02, 2005 9:48:16 AM (Central Daylight Time, UTC-05:00) #    Comments [0]  | 

     

    All content © 2010, Clark Sell
    On this page
    This site
    Calendar
    <March 2010>
    SunMonTueWedThuFriSat
    28123456
    78910111213
    14151617181920
    21222324252627
    28293031123
    45678910
    Archives
    Sitemap
    Blogroll OPML
    Disclaimer

    Powered by: newtelligence dasBlog 2.3.9074.18820

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

    Send mail to the author(s) E-mail

    Theme design by Jelle Druyts


    Pick a theme: