Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in custom-attributes

Can I restrict a custom attribute to void methods only?

How to check if method has an attribute (with interfaces, casting and abstract)

Type constraints in Attributes

In C# can I make auto-property perform some extra work with a help of an attribute?

Can you apply a attribute to multiple fields in C#?

c# custom-attributes

How to execute Action Filter before Authorization Filter MVC 4

Passing a type as parameter to an attribute

Custom Attributes on ActionResult

ASP.NET MVC/C#: Can I create valid custom HTML attributes using Html.ActionLink()?

Is there a generic attribute for all HTML elements aside from ID and class?

html custom-attributes

How to add 'pass parameter' to custom AuthorizeAttribute

Custom section/collection in Web.Config [duplicate]

Custom Class Attributes in Metro Style App

Any code that duplicates how the DebuggerDisplayAttribute generates the resulting string?

.net custom-attributes

Does using custom data attributes produce browser compatibility issues?

Force the usage of an attribute on properties, if they already have another attribute

c# custom-attributes

Ensure mutually exclusive interfaces at compile-time?

How can I implement permission-based authorization in ASP.NET?

Is there a common PureAttribute that ReSharper and Code Contracts can both use?

Custom IAuthenticationFilter and AllowAnonymous in Web API