Everyone who writes applications or creates software wants to create scalable and easy to understand solutions. The problem however is that simple software is not scalable and scalable applications can get too hard to understand because of their distributed logic development.
Share on Facebook
24
2009
Writing Unified Scalable Application Logic: Windows Workflow Foundation
If you like this post, please visit our sponsors above. Thanks!
30
2009
Form Based Authentication in ASP.NET
If you like this post, please visit our sponsors above. Thanks!
This article demonstrates how to implement forms-based authentication by using a database to store the users.
Share on Facebook
31
2009
Creating Simple Member Login Area Using PHP
If you like this post, please visit our sponsors above. Thanks!
This tutorial is aimed at creating a simple login/members area using PHP MySQL.
Share on Facebook
31
2009
Login Sessions: Cookies vs Session Variable
If you like this post, please visit our sponsors above. Thanks!
Cookies and Session variables are two ways, implementation members areas and user login/security. The two methods are a bargain between server performance and security. Server side security gives better security but is just not practical for larger number of users and can seriously deteriorate server performance. On the other hand user side security is far more efficient and lighter on the server however is far more susceptible to security breaches.