Thursday, February 21, 2008

Following posts on Coaching

I am going to widen my writing about coaching. I will be writing about the principles of coaching, effective coaching, differences between coaching and guidance etc., in my future blogs.

To start with few definitions on coaching from my perspective,

COACHING is the process that enables Learning and development to occur thus improve the performance.

Sunday, February 10, 2008

ASP.NET security basics

In the internet world, the content and data has to be secured through user authentication & authorization. The mere difference between authentication and authorization is former validates to check whether the users identity, but the later checks to see what the user can view. The user can be allowed to see a website ( Authenticated). An article from microsoft's website clearly explains about the basics of ASP.NET security. Here is the link for the same

Thursday, February 7, 2008

ASP.NET 2.0 Custom Site Map provider Issues

Custom site map provider of ASP.NET 2.0 does not allow multiple sitemap files in conjunction with a site map provider. But there is a work around by specifying the provider name at the sitemap level or adding sitemap node to point to different sitemap. Please see this link for more info on Issues with multiple Site Map providers

Friday, February 1, 2008

10 ASP.NET performance Improvements

Omar al Zabir had posted an article which speaks about improving the performance of ASP.NET 2.0 Applications. Here is the link.