Author: joey

  • mean much

    Actually, no matter what you do, it doesn’t mean much.

    because who care?

  • what did you get

    what did you get?

    one thing , if you did ,what did you get ?

  • Tools

    In boss eyes, all employers are tools.

  • rest

    How to rest well?

  • Boss vs You

    You think you’ve done enough, but the boss thinks you haven’t. There’s always a conflict between you and the boss.

  • Email

    It’s not that the boss doesn’t reply to your emails.

    the truth is your things report in the email is not import to him.

    so don’t pua yourself.

  • value

    boss see if you have value to be utilized.

  • Life

    life likes a movie !!!

  • Interface

    Interface

    public interface ISimpleInterface
    {
      void ThisMethodRequiresImplementation();
      
      string ThisStringPropertyNeedsImplementingToo
      {
        get;
        set;
      }
      
      int ThisIntegerPropertyOnlyNeedsAGetter
      {
        get;
      }
      
      public event EventHandler<EventArgs> InterfacesCanContainEventsToo;
    }