Get ready for a roller coaster ride around the insanity that is me. You might actually find it amusing but most likely you’ll just leave sick or underwhelmed. Don’t feel bad if you do, you wouldn’t be the first and, thanks to somehow being impervious to Natural Selection, you won’t be the last. Be proud. [...]
Tag Archives: Attributes
ASP.NET MVC: Attributes and Semi Dynamic Check for Request Parameters
If I were self involved I would say something silly like IN THIS AWESOME POST but I’m not. However in this post that is awesome I gave some examples of how to use attributes to set defaults or just check to see if an incoming id could be matched to a record somewhere… Sorry lost [...]
ASP.Net MVC: Attributes, ActionFilterAttribute, and Why You Might Want To Use Them
So if you’ve used MVC, and I know you have because you want to be cool like me, you’ve most likely run into an error like this: Certain parameter wasn’t found. Make [parameter] nullable. In other words, the parameter didn’t show up in the URL and therefor MVC can’t assign a value to it. This [...]