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?
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...
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>...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.