the lost developer

mostly .NET stuff

Seattle Area ALT.NET Meeting

clock June 30, 2008 08:00 by author eric

I attended the Seattle Area Alt.Net meeting this Saturday, it was hard to do with the weather so nice on Saturday.  We had about 1.5 half tracks in the open spaces after combining topics (and dropping the one on the EF petition).  The topic I attended was on MVC frameworks for the web, which several MVC framework were discussed (and also how to test traditional ASP.NET applications). We then broke for lunch, during lunch we discussed free tools from JOTT to JQuery and more...

After Lunch, we a discussion on dynamic languages verses statically typed languages. The result was that the tooling support around statically languages can make up for a lot of the noise that a statically typed language produce.

I did not attend the rest of the meeting in order to do things with the family.

A special thanks to Stevi Deter and Mantis Technology Group for providing the space for the meeting.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


The end of TypeMock for now.

clock June 13, 2008 12:33 by author eric

At the same time that I was trying TypeMock, I was trying xUnit.NET, however the TestDriven.Net player for xUnit.Net did not seem to allow running more than one test at a time. So, I decided to go back to NUnit for my test, which worked well (I can now run all my test in a "TestFixture"). More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


On Writing BAD user stories for Behavior Driven Design (BDD)

clock June 13, 2008 08:29 by author eric

Behavior Driven Design is suppose to get the developer to think about the overall design better than Test Driven Development (TDD). In reality, it depends on the how well the user story is written. I happen to like the format of (from dannorth.net): More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


My first experience with TypeMock Isolator

clock June 6, 2008 08:23 by author eric

I decided to try a mocking framework for the first time (I have always hand-coded my mocks before), mostly after Scott Bellwell rant about Mocking being bad.

SideNode: Personally, I thing Scott likes make confrontational statements to stir things up and make people think. Beside it gets his name out there.

So, I went to the TypeMock website and downloaded. First mistake, I was not paying attention that were two versions available, one 32 bit systems and one for 64 bit systems (I am running Vista 64), and I downloaded and install the 32 bit system.  I wrote my first test: More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Project Euler - Problem Fourteen F# edition

clock June 3, 2008 11:29 by author eric

Skipping around again, Problem 14 states:

The following iterative sequence is defined for the set of positive integers:

nn/2 (n is even)
n → 3n + 1 (n is odd)

Using the rule above and starting with 13, we generate the following sequence:

13 → 40 → 20 → 10 → 5 → 16 → 8 → 4 → 2 → 1

It can be seen that this sequence (starting at 13 and finishing at 1) contains 10 terms. Although it has not been proved yet (Collatz Problem), it is thought that all starting numbers finish at 1.

Which starting number, under one million, produces the longest chain?

I wrote a very simple implementation of this problem in F#: More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

    Calendar

    <<  January 2009  >>
    SuMoTuWeThFrSa
    28293031123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567

    Archive

    Tags

    Categories


    Blogroll

    Disclaimer

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

    © Copyright 2009

    Sign in