Monthly Archives for October 2011

How to Create Data Access Class

As a software developer our lives revolve around working with data. We create databases to store the data, code to retrieve and modify it. and input interfaces to collect and summarize it. Most of the database applications architecture compose of a Data Access Layer (DAL) using typed data-set, Buisness logic layer (BLL) that organizes custom business rules and Presentation layer … Continue reading

30. October 2011 by Farhan Alam
Categories: ASP.NET, Data Access Class | Tags: | 8 comments

Access Control List in .NET Framework

Once you complete developing a web application, you need to secure it. This is when the aspect of security comes into picture. There will be some portions of your application which need to be secured from users. Securing an application may need extra hardware to build complex multi-layer systems with firewalls, and also some highly secure features. Security enables you … Continue reading

11. October 2011 by Farhan Alam
Categories: ASP.NET Security | 2 comments