CodeBetter.Com
CodeBetter.Com

Browse by Tags

  • IMapper<Input,Output>

    Got some feedback on my MappingEnumerable post. People wanted to see me leveraging some of the new language features (specifically linq). I can leverage linq to change the extension method to eliminate the need for the MappingEnumerable (which was brought in to mitigate the absence of extension methods...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 12-20-2007
  • BDD Specification Base Class

    With a newfound interest in leveraging the AutoMockingContainer (credit to James for convincing me of this approach) here is the code for my base class used to write BDD style interaction based tests: public abstract class Specification { private MockRepository mockery; private AutoMockingContainer container;...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 12-19-2007
  • Nothin But .Net Store (Google Code) Breaking Change

    I just upgraded the project to a VS2008 project and am now starting to demonstrate (and will continue to do so in the new year) how to integrate some of the new language features. This means that if you don’t have .Net 3.5 installed on your machine you will not longer be able to run the NAnt build...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 12-19-2007
  • MappingEnumerable<T>

    In my infrastructure layer of my projects I regularly include the following interface: public interface IMapper < Input, Output > { Output MapFrom(Input input); } This interface should be fairly self-explanatory, it takes in an item of type Input and spits out an item of type Output. For those...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 12-19-2007
  • Setting The Record Straight - My Thoughts On The MVP Variants (for web applications)

    Having received a bunch of emails in the past couple of weeks from people who have been asking me questions with regards to Passive View/Supervising controller patterns for web applications. I needed to let people know that for the last couple of months I have been developing web apps in a completely...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 11-29-2007
  • Huge Code Drop Coming!!!!!!!

    A lot of people will probably say it is about time!! I am taking the source code that just got driven out from this last week of Nothin But .Net and I am going to make it publicly available from my blog. I am hoping to release it by the end of the week. The reason that I can’t release it yet, is...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 11-11-2007
  • Nothin But .Net - New York , NY ( October 22nd - 26th, 2007 )

    That’s right folks. Nothin But .Net is coming to New York. The course is going to be held at TCCIT Solutions . The course runs for the week of October 22nd – 26 th , 2007. Overview Nothin But .Net is a five day boot camp that will focus on pragmatically applying .Net within the context of...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 06-25-2007
  • Multithreading Question - One Solution

    This morning had a good question asked: Q: Basically we're writing the billing processing part of our business application. On the 1st and 15th of the month, we bill all our policy holders and it's usually 10,000 or so transactions that need to be run. The processor gateway runs as a webservice...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 04-17-2007
Page 1 of 1 (8 items)