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 Maciej Greń
September 8, 2009
Best practices
In my last post “Why Apache ActiveMQ isn’t good for .NET developers?” I described I couldn’t solve my issue using ActiveMQ, I tested another message queue system. My second candidate to test was Microsoft Message Queuing (MSMQ). Because this system is Mirosoft’s product, it is fully supported by .NET Framework. I don’t know why I was prejudiced against this system. In fact it is great, useful and simple message queue system for .NET developer. Why? See below.
Read the full article →