CodeBetter.Com
CodeBetter.Com
Like CodeBetter.Com? Get more Stuff you need to Code Better at Devlicio.Us Devlicio.us

Browse by Tags

  • Explicit Strongly Typed Selective Proxies

    Had the question the other day: “How could I dynamically create a proxy around an object (interface based proxies are not a problem) and then selectively apply interceptors at a method by method level if necessary”. Let’s clear up a bit of terminology so that everyone is on the same...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 01-30-2008
  • code.google.com/p/jpboodhoo!!!

    I finally set up a googlecode project to host source code for the various things I have been doing over the last year. The first major significant contribution is of course the code drop that I promised a week ago now!! The application is the start of what I hope will evolve to be a great learning resource...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 11-29-2007
  • Leveraging the EventHandler<T> delegate more effectively

    If you are now coding in .Net 2.0/3.0/3.5 and are creating types that expose events. Chances are you have started leveraging the EventHandler<T> delegate that frees you from creating custom delegate signatures for events anymore. If not this post is for you. Let’s say that you want to expose...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 07-11-2007
  • Refactoring to reveal intent

    Bil Simser had a post up the other day about Refactoring Dumb, Dumber, and Dumbest away. I had some small suggestions that I offered up and Bil implemented some of the changes that I had mentioned. Here is the code as it stands right now : public class SegmentConfigurationFactory { /// <summary>...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 06-13-2007
  • More on modopt

    Previously I discussed some issues with modopt . Well there are more. In total I have logged three issues (could be many more as nearly every language I have looked at has the same problems). I figured I would put up some links and describe each issue here. C# specification does not define modopt varying...
    Posted to Greg Young [MVP] (Weblog) by Greg on 06-11-2007
  • Raising events (from a mock) using Rhino Mocks

    I was just asked a question that I thought I would share with everyone in the event that it actually might help anyone else out. The question was in regards to how (in a unit test) I can have a mock object raise an event when using Rhino Mocks. The particular case in question is to verify that a presenter...
    Posted to Jean-Paul S. Boodhoo (Weblog) by bitwisejp on 05-07-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 (7 items)

Our Sponsors