Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Audriusa83

    Email notifications design pattern

    Thanks Jason, Very interesting code, it surely gave me something to think about. One question, just to be sure, does the registration of handlers should happen on every starup of the application? I mean, it is not persisted any how?
  2. Audriusa83

    Email notifications design pattern

    Hi, I have an application where some events trigger email notification to some users. At the moment, the User object contains information of what kind of events he would like to receive. When someone triggers the event (from UI) then the controller action iterates trough all users and sends...
  3. Audriusa83

    Can parallel inheritance be avoided?

    Thanks Steve, I looked up the composite and I think it should fit here well. Something like this perhaps: class Record { public void Record(IRecordType type) { this.Type = type; } public string Task { get; set; } public List<Check>...
  4. Audriusa83

    Can parallel inheritance be avoided?

    I have to develop a recording system. Say, there are multiple records instructing what to check and then checks are performed over the time. Now in my case records can be two types - Value record (with min and max values specified and check contains the actual value) and Conform record (meaning...

Part and Inventory Search

Back
Top