by Pawel Olesiejuk
September 30, 2011
ASP.Net MVC

We often need to authenticate users and, depending on their roles, give them access to specific areas. MVC3 gives you a such possibility by means of RolesAdapter. But using RolesAdapter isn’t easy and you have to use ‘magic strings’ when using Authorize attribute. Let’s find other solution for solving this issue.
Read the full article →
by Rafał Borowiec
September 22, 2011
Best practices
It’s of the highest importance to present information in an understandable way. Users of applications shouldn’t waste their valuable time figuring out the meaning of information. A great example is displaying date and time values to the user. Let’s assume you would like to show some operation took place just a couple of minutes ago, [...]
Read the full article →