Creating a Data Access Layer in .NET -Part 1 is an article that describes you about how to create a Data Access Layer (DAL) in ADO.NET using the latest whiz-bang tools in Visual Studio. In this article the author also discusses about various...
Creating a Server Component with VB - Redesigned - Part 2 is an article in which author describes about creating a manageable server side DLL with the help of ASP applications. In this article author discusses about the method involved to call...
Jumping into ASP.NET Part 2: Creating the Data Storage Layer with SQL Server 2000 is an useful article for the beginners. This article shows how to create a data base and data storage. Data storage layer creation has been done using SQL Server...
Cryptography in .NET (part 1) is a web based tutorial in which the author details about symmetric algorithm, which helps in securing the users password. Here the author offers characteristics of symmetric based encryption and the method of...
Data Access Layer based on dataSets is an ASP.NET tutorial in which the author offers solution for various functional problems that occur while generating data access layer. The author gives several examples like transaction management,...
In this tutorial the author shows you the steps for creating a data access web user control in ASP.NET. This tutorial explains you the properties of this custom control such as SQL, ConnectionString, TableName, OpenConnection, CloseConnection...
Create a custom server control in .NET to serve data to different types of devices is a tutorial which helps you to build a custom server control for transforming the data to various devices such as the palm, pocket PC, internet-enabled phones,...
Data Access with ASP.NET is an easy to learn tutorial which explains you about getting the database records with the help of the ADO objects. In this tutorial the author shows how to create instances for connection and recordset object and...
All You Need to Know about ADO.NET: Part 2/2 is an article which gives you a brief explanation about the various ADO.NET objects such as Command object, DataReader object etc., This tutorial shows you how to perform delete, add and update...
Creating a Server Component with VB - Redesigned - Part 1 is a web based tutorial which deals with generating VB component in the ASP pages. Here author describes this method with the help of sample code and examples to make the learner to feel at... |