What is the best way to handle multiple actions?

Posted by Schotime on Stack Overflow See other posts from Stack Overflow or by Schotime
Published on 2010-06-01T00:40:33Z Indexed on 2010/06/01 0:53 UTC
Read the original article Hit count: 298

Filed under:
|
|
|
|

Like most web applications you have a method that gets called when you log in. There are a few things that may need to get done when logged in and over time this may increase. eg. logging, welcome emails, maintenance.

Should events be used to do this or is there a better way?? I'm using C# and ASP.net MVC.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET