Saturday, May 30, 2009

Role based authorization in Asp.net Forms Authentication


DARE TO SHARE?
The Asp.net Forms authentication does not have any direct support to implement "role" based authorization. So, developers usually do a workaround (Create the authentication ticket and store/retrieve user roles in the UserData property) to implement it. But, I found some pretty big problems using this approach and solved those problems in my way. I'd like to share my stuff with the community and hence ended up writing another CodeProject article!

Here it is : http://www.codeproject.com/KB/aspnet/RolesFormsAuthorization.aspx

Monday, May 25, 2009

Just been awarded by CodeProject


DARE TO SHARE?
One of my CodeProject articles have been awarded with the "Best article of April 2009" . I had started to write articles for fun. Looks like some found those useful.

Here is the article : http://www.codeproject.com/KB/database/RefactorTSQLs.aspx

Following are the prizes that I am going to get :)

Dundas Chart for .NET Pro from Dundas Software Ltd.. Value: $699
DXperience™ ASP.NET Subscription from Developer Express. Value: $799.99
InstallAware 8 Express, from InstallAware. Value: $399
REALbasic Professional Edition, from REAL Software. Value: $500

Thursday, May 14, 2009

Evaluate & Identify the right developer for your team in verbal interview sessions : A structured way


DARE TO SHARE?
I have participated in several interview sessions as a candidate in my short software development career. Frankly speaking, I didn't have the opportunity to face a quality assessment process so far. Most of the cases I have seen the most important issues are completely being overlooked, and, the least important issues getting importance, specially in the verbal interview sessions. As a developer, I've always wanted to give my feedback regarding my viewpoints about a quality verbal interview process that can help filtering out the best candidates most of the cases. Fortunately, CodeProject is there where millions of software peoples share their ideas. So I thought, it would be great if I write down my ideas there.

Please take a look at the following article : Evaluate & Identify the right developer for your team in the verbal interview sessions: A structured way

Friday, May 1, 2009

Just ended up with my 4th CodeProject article


DARE TO SHARE?
This is my 4th CodeProject article, 3rd on data access optimization in SQL Server.