ASP.NET MVC: ActionMethodSelector / ActionFilter (Attribute) naming conventions -


what think best naming convensions actionmethodselector differentiate actionfilter (attributes).

i need actionmethodselector same authorizeattribute-actionfilter does, how name actionmethodselectorattribue? (the implementation not issue)

what think best naming convensions actionmethodselector differentiate actionfilter (attributes).

the suffix:

  • xxxactionmethodselector
  • xxxattribute or xxxactionfilterattribute

where xxx function classes supposed accomplish.


Comments

Popular posts from this blog

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -