Security
Security is the condition of being protected against danger or loss.
Article

8 key points to securing your Saas applications

Are you creating a security system for a SaaS application? This article is here to help! It lists the important questions to ask from the beginning of your project to avoid security breaches or...
Article

Creating Secure Strings (C#)

Highly confidential information, such as passwords or banking details, should be encrypted in memory during use to reduce the risk that it may be revealed to malware or forensic examination. The...
Article

Check if a Program is Running as an Administrator

User Account Control (UAC) protects Vista by preventing programs from performing administrative or system functions without prior permission. Before attempting such a function, you should check...
Article

Connection Pooling and Connection Management

In any software endeavor, the most expensive operation is that of connecting the application’s business logic and presentation code to the database. To streamline the overhead caused by these costly...
Article

Add custom validation to data columns in ADO.NET

Currently, the DataTable has minimal support for custom validation in data columns when creating extended data columns. This article shows how to add regular expression validation capabilities to the...
Article

Introduction to Role-Based Security in .NET

Introduction to Role-Based Security in .NETIntroduction to Role-Based Security in .NETIntroduction to Role-Based Security in .NET
Article

Beyond DataBinder

This article presents a more powerful alternative for use with DataSets that can disable controls when data is missing and provide nice feedback on validation failures. The source for this new...
Article

Reverse Engineering To Learn .NET Better

This article looks at various mechanisms that can be used to reverse engineer .NET applications and libraries for the purpose of learning the platform better.
Article

Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET

This article demonstrates how to implement forms-based authentication by using a database to store the users.
Article

Nine Options for Managing Persistent User State in Your ASP.NET Application

ASP.NET provides many different ways to persist data between user requests. You can use the Application object, cookies, hidden fields, the Session or Cache objects, and lots of other methods....
Article

Serving Images from .NET Assemblies

Most if not all Web sites require images for their user interface, and these are usually stored on disk. This article shows how images can be served from an assembly, which can avoid the...
Article

Implementing .NET Passport Authentication in Web Applications

In this article, i am going to explain how you can implement .NET Passport Authentication in Web applications using ASP.NET. Basically we are going to see what are steps that are required to...
Article

Building a CheckBoxList Validator Control - Part 2

As promised, this week we will be going over how to add client-side JavaScript to a custom validator control. But last week I was asked a very interesting question. What validator control should I...
Article

Securing Your .NET Web Services

Security has often been the neglected stepchild of software development, but it is increasingly coming under closer scrutiny. As Web Services are deployed in greater numbers, the security of these...
Article

How to Disable a Button From Causes Client-Side Validation

This How To illustrates how to disable client-side validation for a .NET Button control. This question has came up quite a few times on newsgroups so I am going to throw it in an How To
Article

On-the-Fly Non-Postback .NET Server Validation

With the advent of the .NET Framework we are introduced to a series of Web Server Controls known as Validation controls, which are used like any other .NET controls. Contrasting conventional...
1 2  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.